aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveStackAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-301-2/+2
* The Indexes Patch.Lang Hames2009-11-031-2/+0
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-231-3/+0
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-021-0/+2
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-031-18/+41
* Fix the name of an argument.Dan Gohman2009-01-261-2/+2
* - Rewrite code that update register live interval that's split.Evan Cheng2008-10-291-0/+16
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-041-0/+71