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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
4
-26
/
+25
*
Fix a long standing deficiency in the X86 backend: we would
Chris Lattner
2007-11-25
4
-97
/
+93
*
add a immAllZerosV_bc pattern fragment for consistency with others.
Chris Lattner
2007-11-24
1
-3
/
+6
*
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
4
-101
/
+152
*
add a note
Chris Lattner
2007-11-24
1
-0
/
+21
*
Fix compiler warning.
Dale Johannesen
2007-11-21
1
-1
/
+1
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
6
-6
/
+23
*
Remove meaningless qualifiers from return types, avoiding compiler warnings.
Dan Gohman
2007-11-19
2
-2
/
+2
*
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
2
-10
/
+5
*
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
2
-2
/
+3
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
17
-18
/
+16
*
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
7
-28
/
+32
*
Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
Bill Wendling
2007-11-13
15
-68
/
+92
*
Completely forgot, that we have some debug information emission on PPC. This ...
Anton Korobeynikov
2007-11-12
1
-2
/
+2
*
Added JumpTable support
Bruno Cardoso Lopes
2007-11-12
6
-34
/
+142
*
Add a flag for indirect branch instructions.
Owen Anderson
2007-11-12
6
-7
/
+8
*
Clarify the meaning of '-2' register number
Anton Korobeynikov
2007-11-11
1
-2
/
+4
*
Use TableGen to emit information for dwarf register numbers.
Anton Korobeynikov
2007-11-11
22
-863
/
+880
*
Add CCAssignToStackABISizeAlign for convenience in
Dale Johannesen
2007-11-10
2
-5
/
+15
*
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
*
Silence a warning
Anton Korobeynikov
2007-11-09
1
-1
/
+1
*
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
7
-1
/
+51
*
Rewrite Dwarf number handling per review comments.
Dale Johannesen
2007-11-09
2
-155
/
+206
*
[ARM] Implement __builtin_thread_pointer.
Lauro Ramos Venancio
2007-11-08
1
-1
/
+16
*
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
*
Better processor definition
Bruno Cardoso Lopes
2007-11-06
2
-3
/
+5
*
Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
Rafael Espindola
2007-11-05
4
-107
/
+10
*
[ARM] Fix code generation for:
Lauro Ramos Venancio
2007-11-05
1
-1
/
+1
*
Use movups to spill / restore SSE registers on targets where stacks alignment is
Evan Cheng
2007-11-05
2
-15
/
+24
*
Added support for PIC code with "explicit relocations" *only*.
Bruno Cardoso Lopes
2007-11-05
9
-104
/
+215
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
9
-24
/
+24
*
Fix PR1761 by not printing (rip) suffix when in -static mode.
Chris Lattner
2007-11-04
1
-1
/
+2
*
Fix crash before main on ppc/linux with static constructors. PR1771
Nick Lewycky
2007-11-04
2
-0
/
+4
*
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
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-60
/
+23
*
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
4
-23
/
+16
[next]