aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PrologEpilogInserter.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2013-10-31Remove the --shrink-wrap option.Rafael Espindola1-98/+1
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2013-07-22Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman1-1/+1
2013-07-14Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper1-4/+4
2013-07-12PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren1-0/+2
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-3/+3
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick1-4/+0
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach1-7/+0
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-03-10Clear up the last (famous last words) frame index value reuse issues for Thumb1.Jim Grosbach1-1/+2
2009-10-08Re-enable register scavenging in Thumb1 by default.Jim Grosbach1-0/+5
2009-10-08bugfix. The target may use virtual registers that aren't tracked for re-use b...Jim Grosbach1-2/+1
2009-10-07reverting thumb1 scavenging default due to test failure while I figure out wh...Jim Grosbach1-5/+0
2009-10-07Enable thumb1 register scavenging by default.Jim Grosbach1-0/+5
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach1-0/+8
2009-09-24Start of revamping the register scavenging in PEI. ARM Thumb1 is the drivingJim Grosbach1-0/+1
2009-07-16Scan for presence of calls and determine max callframe size early. To allow P...Anton Korobeynikov1-0/+1
2009-05-13PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby1-0/+167