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
/
VirtRegMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spill explicit physical register defs as well.
Alkis Evlogimenos
2004-03-09
1
-3
/
+11
*
As I wrote in the docs, simple is the default spiller :-)
Alkis Evlogimenos
2004-03-06
1
-2
/
+1
*
Add simple spiller.
Alkis Evlogimenos
2004-03-06
1
-9
/
+72
*
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-03-01
1
-43
/
+62
*
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
1
-6
/
+33
*
Make spiller push stores right after the definition of a register so
Alkis Evlogimenos
2004-02-27
1
-8
/
+33
*
Clear maps right after basic block is processed.
Alkis Evlogimenos
2004-02-26
1
-4
/
+4
*
Fix bugs found with recent addition of assertions in
Alkis Evlogimenos
2004-02-25
1
-2
/
+2
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
1
-6
/
+8
*
Move machine code rewriter and spiller outside the register
Alkis Evlogimenos
2004-02-24
1
-2
/
+159
*
Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug
Alkis Evlogimenos
2004-02-23
1
-0
/
+55