summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Remove the --shrink-wrap option.Rafael Espindola2013-10-31
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman2013-07-22
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-12
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* 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