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
*
Remove redundant foldMemoryOperand variants and other code clean up.
Evan Cheng
2007-12-02
2
-67
/
+39
*
Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...
Evan Cheng
2007-12-01
2
-1
/
+87
*
Support returning non-power-of-2 vectors to unblock some work
Nate Begeman
2007-11-27
1
-4
/
+6
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
2
-3
/
+3
*
Fix a long standing deficiency in the X86 backend: we would
Chris Lattner
2007-11-25
4
-97
/
+93
*
remove bogus assertion that broke CodeGen/Generic/cast-fp.ll on x86
Chris Lattner
2007-11-24
1
-3
/
+0
*
Several changes:
Chris Lattner
2007-11-24
2
-41
/
+80
*
add a note
Chris Lattner
2007-11-24
1
-0
/
+21
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
3
-2
/
+4
*
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-17
1
-0
/
+6
*
Implement codegen for flt_rounds on x86
Anton Korobeynikov
2007-11-16
3
-3
/
+75
*
Oops. Debugging code shouldn't have been checked in.
Evan Cheng
2007-11-14
1
-9
/
+0
*
Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...
Anton Korobeynikov
2007-11-14
2
-1
/
+34
*
Eliminate the recently introduced CCAssignToStackABISizeAlign
Duncan Sands
2007-11-14
1
-2
/
+2
*
Clean up sub-register implementation by moving subReg information back to
Evan Cheng
2007-11-14
2
-3
/
+12
*
Revert previous; these files aren't ready to go in yet.
Dale Johannesen
2007-11-13
1
-1
/
+2
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
4
-5
/
+3
*
Fix x86-64 jit: remove reliance on Dwarf numbers.
Evan Cheng
2007-11-13
2
-12
/
+29
*
Unifacalize the CALLSEQ{START,END} stuff.
Bill Wendling
2007-11-13
1
-3
/
+3
*
Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
Bill Wendling
2007-11-13
2
-9
/
+8
*
Add a flag for indirect branch instructions.
Owen Anderson
2007-11-12
2
-3
/
+3
*
Use TableGen to emit information for dwarf register numbers.
Anton Korobeynikov
2007-11-11
3
-162
/
+136
*
Add CCAssignToStackABISizeAlign for convenience in
Dale Johannesen
2007-11-10
1
-5
/
+8
*
Update tailcall code to include inline attribute operand for memcpy.
Arnold Schwaighofer
2007-11-10
1
-3
/
+4
*
Unbreak x86-64 jumptable.
Evan Cheng
2007-11-09
1
-1
/
+5
*
Revert previous rewrite per chris's comments.
Dale Johannesen
2007-11-09
2
-206
/
+155
*
Much improved pic jumptable codegen:
Evan Cheng
2007-11-09
6
-0
/
+50
*
Rewrite Dwarf number handling per review comments.
Dale Johannesen
2007-11-09
2
-155
/
+206
*
Complete conditionalization of Dwarf reg numbers.
Dale Johannesen
2007-11-07
2
-41
/
+86
*
Interchange Dwarf numbers of ESP and EBP on x86 Darwin.
Dale Johannesen
2007-11-07
2
-0
/
+20
*
Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
Rafael Espindola
2007-11-05
2
-53
/
+4
*
Use movups to spill / restore SSE registers on targets where stacks alignment is
Evan Cheng
2007-11-05
2
-15
/
+24
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-2
/
+2
*
Fix PR1761 by not printing (rip) suffix when in -static mode.
Chris Lattner
2007-11-04
1
-1
/
+2
*
Fix PR1763 by allowing the 'q' constraint to work with 64-bit
Chris Lattner
2007-11-04
1
-1
/
+3
*
Unbreak tailcall opt.
Evan Cheng
2007-11-02
1
-1
/
+1
*
add a note
Chris Lattner
2007-11-02
1
-0
/
+20
*
Missing a getNumOperands check.
Evan Cheng
2007-11-02
1
-22
/
+25
*
Silence, accersed warning
Bill Wendling
2007-11-01
1
-1
/
+1
*
Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa...
Rafael Espindola
2007-10-31
1
-14
/
+7
*
Make ARM an X86 memcpy expansion more similar to each other.
Rafael Espindola
2007-10-31
3
-10
/
+8
*
Make i64=expand_vector_elt(v2i64) work in 32-bit mode.
Dale Johannesen
2007-10-31
1
-1
/
+2
*
Add missing SSE builtins: CVTPD2PI, CVTPS2PI,
Dale Johannesen
2007-10-30
1
-0
/
+51
*
Fix for visibility warnings generated by gcc-4.2.
Duncan Sands
2007-10-30
2
-2
/
+2
*
Add missing MMX PSUBQ.
Dale Johannesen
2007-10-30
1
-0
/
+1
*
Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))
Evan Cheng
2007-10-29
2
-0
/
+11
*
Avoid doing something dumb like rewriting using a 64-bit iv in 32-bit mode.
Evan Cheng
2007-10-29
1
-1
/
+5
*
add a note.
Chris Lattner
2007-10-29
1
-0
/
+33
*
Add support for the x86-64 'q' regigster modifier, and add support for the
Chris Lattner
2007-10-29
1
-2
/
+18
*
New entry.
Evan Cheng
2007-10-28
1
-0
/
+62
[next]