index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lower eh filter intrinsic.
Jim Laskey
2007-03-01
2
-1
/
+5
*
Delete register scavenger when done with it.
Evan Cheng
2007-03-01
1
-0
/
+2
*
Add a version of FindUnusedReg that restrict search to a specific set of regi...
Evan Cheng
2007-03-01
1
-0
/
+15
*
A restore is promoted to copy (or deleted entirely), remove the kill from the...
Evan Cheng
2007-03-01
1
-3
/
+4
*
Interface clean up.
Evan Cheng
2007-03-01
1
-1
/
+1
*
Interface clean up.
Evan Cheng
2007-03-01
1
-13
/
+7
*
Oops.
Evan Cheng
2007-03-01
1
-1
/
+0
*
Track all joined registers and eliminate unneeded kills after all joining are...
Evan Cheng
2007-03-01
1
-22
/
+42
*
Chain is on second operand.
Jim Laskey
2007-02-28
1
-4
/
+23
*
Handle mix of personalities.
Jim Laskey
2007-02-28
1
-30
/
+37
*
Provide a more meaningful name.
Jim Laskey
2007-02-28
1
-1
/
+1
*
MERGE_VALUES unnecessary.
Jim Laskey
2007-02-28
1
-12
/
+4
*
Fix a typo, thanks Bill!
Nate Begeman
2007-02-28
1
-1
/
+1
*
More Mach-O writer improvements.
Nate Begeman
2007-02-28
2
-32
/
+61
*
add methods for analysis of call results and return nodes.
Chris Lattner
2007-02-28
1
-12
/
+42
*
add methods to analyze calls and formals.
Chris Lattner
2007-02-28
1
-0
/
+34
*
add a newline at end of file
Chris Lattner
2007-02-28
1
-0
/
+1
*
Make requiresRegisterScavenging determination on a per MachineFunction basis.
Evan Cheng
2007-02-28
1
-1
/
+1
*
MRegisterInfo disowns RegScavenger. It's immutable.
Evan Cheng
2007-02-28
1
-2
/
+2
*
Some more code clean up.
Evan Cheng
2007-02-27
1
-23
/
+29
*
Oops.
Evan Cheng
2007-02-27
1
-1
/
+4
*
Let MRegisterInfo now owns RegScavenger.
Evan Cheng
2007-02-27
1
-3
/
+3
*
RegScavenger interface change to make it more flexible.
Evan Cheng
2007-02-27
1
-16
/
+18
*
Minor refactoring of CC Lowering interfaces
Chris Lattner
2007-02-27
1
-1
/
+4
*
move CC Lowering stuff to its own public interface
Chris Lattner
2007-02-27
1
-0
/
+34
*
forward() should not increment internal iterator. Its client may insert instr...
Evan Cheng
2007-02-27
2
-5
/
+26
*
Joining an interval with a dead copy instruction. Shorten the live range to t...
Evan Cheng
2007-02-26
1
-20
/
+46
*
Fold (sext (truncate x)) more aggressively, by avoiding creation of a
Chris Lattner
2007-02-26
1
-10
/
+34
*
track signedness of formal argument, though we have a fixme here.
Chris Lattner
2007-02-26
1
-0
/
+8
*
Fix for PR1224.
Jim Laskey
2007-02-25
1
-35
/
+50
*
optimize duplicate ValueMap lookups
Chris Lattner
2007-02-25
1
-9
/
+6
*
A couple of more places where a register liveness has been extended and its l...
Evan Cheng
2007-02-25
1
-5
/
+57
*
Add an assertion.
Evan Cheng
2007-02-25
1
-2
/
+4
*
Fix a couple of bugs related IsDead back propagation during coalescing.
Evan Cheng
2007-02-25
1
-5
/
+10
*
If the liveinterval of the source instruction has been extended, remove the I...
Evan Cheng
2007-02-25
1
-0
/
+6
*
Only add liveinterval to livein set if it isn't assigned a stack slot.
Evan Cheng
2007-02-25
1
-4
/
+4
*
fold trivial token factor nodes. This allows us to compile
Chris Lattner
2007-02-25
1
-0
/
+6
*
initialize a instance variable
Chris Lattner
2007-02-25
1
-0
/
+1
*
Deal with cases when MMI is not requested.
Jim Laskey
2007-02-24
1
-0
/
+14
*
Drop unused operand.
Jim Laskey
2007-02-24
1
-2
/
+0
*
Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219
Chris Lattner
2007-02-24
1
-2
/
+2
*
Reuse extends the liveness of a register. Transfer the kill to the operand th...
Evan Cheng
2007-02-23
1
-1
/
+6
*
Handle improper cast.
Jim Laskey
2007-02-23
1
-6
/
+19
*
Handle cases when joining live intervals of two virtual registers.
Evan Cheng
2007-02-23
1
-7
/
+17
*
Mark livein registers as being in used.
Evan Cheng
2007-02-23
1
-0
/
+6
*
A spill kills the register being stored. But it is later being reused by spil...
Evan Cheng
2007-02-23
1
-25
/
+39
*
First potential client of register scavenger.
Evan Cheng
2007-02-23
1
-4
/
+13
*
Use findRegisterUseOperand to find a kill of particular register.
Evan Cheng
2007-02-23
1
-3
/
+5
*
Initial check in of register scavenger. Its only current functionality is tra...
Evan Cheng
2007-02-23
1
-0
/
+140
*
Remove unnecessary isKill properties if a live range has been lengthened due ...
Evan Cheng
2007-02-22
1
-1
/
+24
[next]