summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZFrameLowering.h
AgeCommit message (Expand)Author
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-08-10Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek
2016-03-31Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg
2015-08-15Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight
2015-07-14PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun
2015-05-05[ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-01Remove the use and initialization of the target machine and subtargetEric Christopher
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-07-05[SystemZ] Clean up register scavenging codeRichard Sandiford
2013-07-03[SystemZ] Fix caller-allocated save slot FIXMERichard Sandiford
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov