aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/StackSlotColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make stack slot coloring's debug output more consistent withDan Gohman2008-07-101-1/+1
* Remove option used to debug stack coloring bugs. It's no longer needed since ...Evan Cheng2008-06-231-6/+1
* Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...Evan Cheng2008-06-231-3/+2
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-041-0/+271