aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+21
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-11/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+17
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-27/+0
* Use an enum instead of magic constants to improve readability.Bill Wendling2013-04-191-2/+29
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+4
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+2
* X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov2012-05-011-0/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-301-0/+2
* After we've modified the prolog to save volatile registers, generate the compactBill Wendling2011-07-251-0/+1
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-201-3/+0
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-071-1/+1
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-071-0/+4
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-051-2/+1
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-0/+66