summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveStackAnalysis.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-30
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-09
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-30
* The Indexes Patch.Lang Hames2009-11-03
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-23
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-02
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-03
* Fix the name of an argument.Dan Gohman2009-01-26
* - Rewrite code that update register live interval that's split.Evan Cheng2008-10-29
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-04