aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-78/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* Remove the --shrink-wrap option.Rafael Espindola2013-10-311-98/+1
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman2013-07-221-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-4/+4
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-121-0/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-4/+0
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-7/+0
* 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
* Clear up the last (famous last words) frame index value reuse issues for Thumb1.Jim Grosbach2010-03-101-1/+2
* Re-enable register scavenging in Thumb1 by default.Jim Grosbach2009-10-081-0/+5
* bugfix. The target may use virtual registers that aren't tracked for re-use b...Jim Grosbach2009-10-081-2/+1
* reverting thumb1 scavenging default due to test failure while I figure out wh...Jim Grosbach2009-10-071-5/+0
* Enable thumb1 register scavenging by default.Jim Grosbach2009-10-071-0/+5
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-0/+8
* Start of revamping the register scavenging in PEI. ARM Thumb1 is the drivingJim Grosbach2009-09-241-0/+1
* Scan for presence of calls and determine max callframe size early. To allow P...Anton Korobeynikov2009-07-161-0/+1
* PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby2009-05-131-0/+167