aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetFrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+19
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-051-0/+5
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-141-1/+2
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+15
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+4
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-2/+9
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+0
* Prune some includes and forward declarations.Craig Topper2012-03-251-4/+0
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-301-0/+4
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-201-8/+0
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-5/+0
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-071-4/+5
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-071-0/+9
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-0/+196