summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Generate native unwind info on Win64Reid Kleckner2014-06-201-2/+7
* Remove X86Subtarget from the X86FrameLowering constructor sinceEric Christopher2014-06-051-4/+2
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-051-6/+2
* Remove uses of the TargetMachine from X86FrameLowering.Eric Christopher2014-06-051-3/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Prune includes in X86 target.Craig Topper2014-03-191-1/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-15/+15
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-1/+2
* 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
OpenPOWER on IntegriCloud