summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetFrameLowering.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-18
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-04
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-30
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-20
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-07
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-07
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10