summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackSlotColoring.cpp
Commit message (Expand)AuthorAge
...
* Typo.Evan Cheng2009-05-03
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-03
* Enable stack slot coloring DCE. Evan's spiller fixes were needed before this...Owen Anderson2009-02-26
* Add a debugging option for SSC DCE.Owen Anderson2009-02-24
* Add a quick pass to the stack slot colorer to eliminate some trivially redund...Owen Anderson2009-02-20
* Teach StackSlotColoring to update MachineMemOperands whenDan Gohman2008-12-05
* Adjust whitespace in debug messages to be more consistentDan Gohman2008-10-15
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-22
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-22
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Make stack slot coloring's debug output more consistent withDan Gohman2008-07-10
* Remove option used to debug stack coloring bugs. It's no longer needed since ...Evan Cheng2008-06-23
* Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...Evan Cheng2008-06-23
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-04