summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FrameLowering.h
Commit message (Expand)AuthorAge
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Remove X86Subtarget from the X86FrameLowering constructor sinceEric Christopher2014-06-05
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-05
* Remove uses of the TargetMachine from X86FrameLowering.Eric Christopher2014-06-05
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Prune includes in X86 target.Craig Topper2014-03-19
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Use an enum instead of magic constants to improve readability.Bill Wendling2013-04-19
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-18
* X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov2012-05-01
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-30
* After we've modified the prolog to save volatile registers, generate the compactBill Wendling2011-07-25
* 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
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-05
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10