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
/
StackSlotColoring.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable stack slot coloring DCE. Evan's spiller fixes were needed before this...
Owen Anderson
2009-02-26
1
-7
/
+2
*
Add a debugging option for SSC DCE.
Owen Anderson
2009-02-24
1
-0
/
+5
*
Add a quick pass to the stack slot colorer to eliminate some trivially redund...
Owen Anderson
2009-02-20
1
-0
/
+62
*
Teach StackSlotColoring to update MachineMemOperands when
Dan Gohman
2008-12-05
1
-3
/
+20
*
Adjust whitespace in debug messages to be more consistent
Dan Gohman
2008-10-15
1
-2
/
+2
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
Instead of setPreservesAll, just mark them preseving machine loop info and ma...
Evan Cheng
2008-09-22
1
-1
/
+2
*
Mark several codegen passes as preserving all analysis.
Evan Cheng
2008-09-22
1
-0
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Make stack slot coloring's debug output more consistent with
Dan Gohman
2008-07-10
1
-1
/
+1
*
Remove option used to debug stack coloring bugs. It's no longer needed since ...
Evan Cheng
2008-06-23
1
-6
/
+1
*
Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...
Evan Cheng
2008-06-23
1
-3
/
+2
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
1
-0
/
+271