Dan Gohman
|
7ce10037c4
|
Make stack slot coloring's debug output more consistent with
other passes.
llvm-svn: 53415
|
2008-07-10 19:49:32 +00:00 |
Evan Cheng
|
71013f8c78
|
Remove option used to debug stack coloring bugs. It's no longer needed since stack coloring is now bug free.
llvm-svn: 52644
|
2008-06-23 21:24:32 +00:00 |
Evan Cheng
|
c72dcd103c
|
Instead of adding an isSS field to LiveInterval to denote stack slot. Use top bit of 'reg' instead. If the top bit is set, than the LiveInterval represents a stack slot live interval.
llvm-svn: 52639
|
2008-06-23 21:03:19 +00:00 |
Evan Cheng
|
12a0222a01
|
Add a stack slot coloring pass. Not yet enabled.
llvm-svn: 51934
|
2008-06-04 09:18:41 +00:00 |