summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackSlotColoring.cpp
Commit message (Expand)AuthorAge
* 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