aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetFrameLowering.h
AgeCommit message (Expand)Author
2013-03-14Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-18Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-03-25Prune some includes and forward declarations.Craig Topper
2011-08-30Emit segmented-stack specific code into function prologues forRafael Espindola
2011-07-20Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-07Use ArrayRef instead of a std::vector&.Bill Wendling
2011-07-07Add a target hook to encode the compact unwind information.Bill Wendling
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov