index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegisterScavenging.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
If call frame is not part of stack frame and no dynamic alloc, eliminateFrame...
Evan Cheng
2007-05-01
1
-4
/
+5
*
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-26
1
-1
/
+1
*
Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found.
Evan Cheng
2007-04-03
1
-1
/
+1
*
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
Dale Johannesen
2007-03-26
1
-15
/
+15
*
maintain LiveIn when splitting blocks (register scavenging needs it)
Dale Johannesen
2007-03-20
1
-0
/
+7
*
Minor bug fix.
Evan Cheng
2007-03-06
1
-0
/
+2
*
Register scavenger is now capable of scavenging. It spills a register whose u...
Evan Cheng
2007-03-06
1
-2
/
+90
*
Mark dead def as unused.
Evan Cheng
2007-03-02
1
-2
/
+6
*
Add a version of FindUnusedReg that restrict search to a specific set of regi...
Evan Cheng
2007-03-01
1
-0
/
+15
*
Interface clean up.
Evan Cheng
2007-03-01
1
-13
/
+7
*
Some more code clean up.
Evan Cheng
2007-02-27
1
-23
/
+29
*
Oops.
Evan Cheng
2007-02-27
1
-1
/
+4
*
RegScavenger interface change to make it more flexible.
Evan Cheng
2007-02-27
1
-16
/
+18
*
forward() should not increment internal iterator. Its client may insert instr...
Evan Cheng
2007-02-27
1
-4
/
+25
*
Add an assertion.
Evan Cheng
2007-02-25
1
-2
/
+4
*
Mark livein registers as being in used.
Evan Cheng
2007-02-23
1
-0
/
+6
*
Initial check in of register scavenger. Its only current functionality is tra...
Evan Cheng
2007-02-23
1
-0
/
+140
[prev]