summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.h
Commit message (Expand)AuthorAge
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* 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
* Clear up the last (famous last words) frame index value reuse issues for Thumb1.Jim Grosbach2010-03-10
* Re-enable register scavenging in Thumb1 by default.Jim Grosbach2009-10-08
* bugfix. The target may use virtual registers that aren't tracked for re-use b...Jim Grosbach2009-10-08
* reverting thumb1 scavenging default due to test failure while I figure out wh...Jim Grosbach2009-10-07
* Enable thumb1 register scavenging by default.Jim Grosbach2009-10-07
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Start of revamping the register scavenging in PEI. ARM Thumb1 is the drivingJim Grosbach2009-09-24
* Scan for presence of calls and determine max callframe size early. To allow P...Anton Korobeynikov2009-07-16
* PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby2009-05-13