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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
3
-11
/
+33
|
*
Fix CMake build.
NAKAMURA Takumi
2011-06-29
2
-1
/
+1
|
*
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-29
1
-0
/
+1
|
*
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
3
-291
/
+138
|
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
14
-19
/
+15
|
*
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-29
3
-138
/
+291
|
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
29
-63
/
+64
|
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
13
-25
/
+13
|
*
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
1
-0
/
+6
|
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
62
-87
/
+112
|
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
65
-727
/
+727
|
*
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
6
-227
/
+362
|
*
Remove warning: 'c0' may be used uninitialized in this function.
Chad Rosier
2011-06-28
1
-1
/
+2
|
*
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-28
1
-6
/
+7
|
*
cleanup: misleading comment.
Andrew Trick
2011-06-28
1
-2
/
+2
|
*
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-28
1
-5
/
+123
|
*
PR10210: New method ConstantArray::getAsCString(). Use it in LTO to
Jay Foad
2011-06-28
1
-8
/
+23
|
*
Cleanup. Fix a stupid variable name.
Andrew Trick
2011-06-28
1
-3
/
+3
|
*
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
4
-7
/
+8
|
*
whitespace
Andrew Trick
2011-06-28
1
-8
/
+8
|
*
Fix typo in comment.
Nick Lewycky
2011-06-28
1
-1
/
+1
|
*
Fix cmake build.
Rafael Espindola
2011-06-28
1
-1
/
+1
|
*
indvars --disable-iv-rewrite: sever ties with IVUsers.
Andrew Trick
2011-06-28
2
-21
/
+6
|
*
indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEV
Andrew Trick
2011-06-28
1
-40
/
+57
|
*
Fix CMake build by removing this now dead file.
Chandler Carruth
2011-06-28
1
-1
/
+0
|
*
Fix a bad iterator dereference that Evan uncovered.
Jakob Stoklund Olesen
2011-06-28
1
-2
/
+4
|
*
ARM Thumb2 asm syntax optional destination operand for binary operators.
Jim Grosbach
2011-06-28
1
-9
/
+29
|
*
Remove RegClass2VRegMap from MachineRegisterInfo.
Evan Cheng
2011-06-27
1
-14
/
+0
|
*
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
3
-4
/
+40
|
*
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
3
-1440
/
+0
|
*
indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers for
Andrew Trick
2011-06-27
1
-4
/
+6
|
*
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-27
2
-0
/
+24
|
*
Calculate GetBestDestForJumpOnUndef correctly.
Jakub Staszak
2011-06-27
1
-1
/
+3
|
*
ARM Asm parsing of Thumb2 move immediate.
Jim Grosbach
2011-06-27
1
-2
/
+3
|
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
16
-48
/
+48
|
*
Add exception necessitated by 133938.
Jim Grosbach
2011-06-27
1
-1
/
+1
|
*
ARM assembly carry set/clear condition code aliases for 'hi/lo'
Jim Grosbach
2011-06-27
1
-0
/
+2
|
*
ARM assembler support for ldmfd/stmfd mnemonics.
Jim Grosbach
2011-06-27
1
-0
/
+2
|
*
ARM assembler support for vpush/vpop.
Jim Grosbach
2011-06-27
1
-0
/
+9
|
*
ARM Assembly syntax support for arithmetic implied dest operand.
Jim Grosbach
2011-06-27
1
-7
/
+25
|
*
The index stored in the RegDefIter is one after the current index. When gett...
Owen Anderson
2011-06-27
1
-1
/
+1
|
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
68
-121
/
+130
|
*
pre-RA-sched: Cleanup register pressure tracking.
Andrew Trick
2011-06-27
2
-16
/
+4
|
*
Track live-out physical registers in MachineDCE.
Jakob Stoklund Olesen
2011-06-27
1
-3
/
+8
|
*
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-27
1
-13
/
+37
|
*
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
Nick Lewycky
2011-06-27
2
-16
/
+17
|
*
Grow the X86FloatingPoint register map to hold 16 registers.
Jakob Stoklund Olesen
2011-06-27
1
-5
/
+15
|
*
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
5
-5
/
+8
|
*
Decode and pretty print inline asm operand descriptors.
Jakob Stoklund Olesen
2011-06-27
1
-1
/
+22
|
*
Remove unused methods.
Rafael Espindola
2011-06-26
1
-13
/
+0
[prev]
[next]