summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFrameLowering.h
AgeCommit message (Expand)Author
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-09-20[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko
2017-08-10Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek
2016-03-31Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg
2015-11-18[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-11-12Revert "[ARM] Enable shrink-wrapping by default."Renato Golin
2015-11-11[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-08-15Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight
2015-07-20[ARM] Refactor the prologue/epilogue emission to be more robust.Quentin Colombet
2015-07-14PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-23Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka
2015-05-05[ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet
2014-12-01ARM: lower tail calls correctly when using GHC calling convention.Tim Northover
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-26Move the frame lowering constructors out of line to avoid circularEric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-02ARM: Add support for segmented stacksOliver Stannard
2014-03-22Prune includes in ARM target.Craig Topper
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2011-12-23Experimental support for aligned NEON spills.Jakob Stoklund Olesen
2011-04-22In Thumb2 mode, lower frame indix references to:Evan Cheng
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov