aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveStackAnalysis.h
AgeCommit message (Expand)Author
2009-11-03The Indexes Patch.Lang Hames
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-08-23shoot a few more std::ostream print methods in the head.Chris Lattner
2009-06-02Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames
2009-05-03In some rare cases, the register allocator can spill registers but end up not...Evan Cheng
2009-01-26Fix the name of an argument.Dan Gohman
2008-10-29- Rewrite code that update register live interval that's split.Evan Cheng
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-06-04Add a stack slot coloring pass. Not yet enabled.Evan Cheng