index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
3
-16
/
+12
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-16
/
+17
*
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-06
1
-25
/
+15
*
Mac OS X X86-64 ABI is same as the standard.
Evan Cheng
2007-09-04
1
-6
/
+2
*
Reapply r41578 with proper fix
Anton Korobeynikov
2007-09-03
1
-0
/
+1
*
Initial support for calling functions with byval arguments on x86-64
Rafael Espindola
2007-08-31
2
-22
/
+37
*
Align i64 and f64 at 8 byte on x86-64.
Rafael Espindola
2007-08-31
1
-6
/
+12
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
2
-2
/
+2
*
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-30
2
-49
/
+99
*
Mark load instructions with isLoad = 1.
Evan Cheng
2007-08-30
5
-6
/
+21
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-5
/
+5
*
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
6
-88
/
+80
*
Add a comment about using libc memset/memcpy or generating inline code.
Rafael Espindola
2007-08-27
1
-2
/
+5
*
call libc memcpy/memset if array size is bigger then threshold.
Rafael Espindola
2007-08-27
1
-4
/
+4
*
rename isOperandValidForConstraint to LowerAsmOperandForConstraint,
Chris Lattner
2007-08-25
2
-22
/
+39
*
add a note
Chris Lattner
2007-08-24
1
-0
/
+14
*
add some notes on really poor codegen.
Chris Lattner
2007-08-23
1
-0
/
+44
*
Add the PCSymbol for Darwin x86 platforms.
Bill Wendling
2007-08-22
1
-0
/
+1
*
Use only 1 knob to enable exceptions on Darwin :).
Anton Korobeynikov
2007-08-21
1
-0
/
+8
*
Partial implementation of calling functions with byval arguments:
Rafael Espindola
2007-08-20
1
-1
/
+21
*
add a note
Chris Lattner
2007-08-20
1
-0
/
+18
*
Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed
Anton Korobeynikov
2007-08-15
3
-14
/
+24
*
add a note.
Chris Lattner
2007-08-15
1
-0
/
+3
*
Fix a typo pointd out by Maarten ter Huurne.
Evan Cheng
2007-08-13
1
-1
/
+1
*
When x86 addresses matching exceeds its recursion limit, check to
Dan Gohman
2007-08-13
1
-6
/
+12
*
Fix PR1607
Chris Lattner
2007-08-13
1
-3
/
+3
*
expand a note
Chris Lattner
2007-08-11
1
-3
/
+22
*
With evan's explicit flag representation, hopefully we will finally be
Chris Lattner
2007-08-11
1
-1
/
+1
*
64-bit SSSE3 ops that use MMX registers don't require 16-byte alignment.
Bill Wendling
2007-08-11
1
-6
/
+21
*
Use subregs to improve any_extend code generation when feasible.
Christopher Lamb
2007-08-10
2
-16
/
+33
*
Increase efficiency of sign_extend_inreg by using subregisters for truncation...
Christopher Lamb
2007-08-10
3
-49
/
+89
*
Edit README in light of previous LEA16 commit.
Christopher Lamb
2007-08-10
1
-3
/
+1
*
Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub...
Christopher Lamb
2007-08-10
1
-10
/
+47
*
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-10
1
-1
/
+6
*
For kicks, I though it would be fun to use the correct opcode.
Bill Wendling
2007-08-10
1
-31
/
+32
*
Adding SSSE3 intrinsics.
Bill Wendling
2007-08-10
1
-17
/
+284
*
Temporarily backing out this change until we know why some dejagnu tests are ...
Evan Cheng
2007-08-09
1
-3
/
+2
*
divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the inst...
Evan Cheng
2007-08-09
2
-4
/
+46
*
GR16_ sub-register class should be GR8_, not GR8. That is, it should only be ...
Evan Cheng
2007-08-09
1
-3
/
+4
*
long double 9 of N. This finishes up the X86-32 bits
Dale Johannesen
2007-08-09
1
-1
/
+13
*
Long double patch 8 of N: make it partially work in
Dale Johannesen
2007-08-07
3
-100
/
+100
*
Long double patch 7 of N, unless I lost count:).
Dale Johannesen
2007-08-07
3
-1
/
+37
*
Replace 4-line function with 10-line version per review comment.
Dale Johannesen
2007-08-06
1
-4
/
+10
*
Move lengthy conditional down 1 level per review comment.
Dale Johannesen
2007-08-06
2
-5
/
+6
*
Get X86 long double calling convention to work
Dale Johannesen
2007-08-06
4
-3
/
+34
*
Make 80-bit store maintain simulated FP stack correctly.
Dale Johannesen
2007-08-06
1
-1
/
+2
*
Long double patch 4 of N: initial x87 implementation.
Dale Johannesen
2007-08-05
7
-6
/
+148
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-2
/
+2
*
Make x86 long double alignment 32 for everything but
Dale Johannesen
2007-08-03
1
-1
/
+3
*
long double patch 2 of N. Handle it in TargetData.
Dale Johannesen
2007-08-03
1
-2
/
+2
[next]