Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-23 | Remove option used to debug stack coloring bugs. It's no longer needed since ↵ | Evan Cheng | |
stack coloring is now bug free. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52644 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2008-06-23 | Instead of adding an isSS field to LiveInterval to denote stack slot. Use ↵ | Evan Cheng | |
top bit of 'reg' instead. If the top bit is set, than the LiveInterval represents a stack slot live interval. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52639 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2008-06-04 | Add a stack slot coloring pass. Not yet enabled. | Evan Cheng | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51934 91177308-0d34-0410-b5e6-96231b3b80d8 |