aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveStackAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-301-0/+2
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-091-13/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* 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