summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveStackAnalysis.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-21
* 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
* Make the spiller responsible for updating the LiveStacks analysis.Jakob Stoklund Olesen2010-10-26
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* VNInfos don't need to be destructed anymore.Benjamin Kramer2010-06-26
* 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
* Livestacks really does preserve everything.Evan Cheng2008-09-22
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-22
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-22
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-04