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