summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
...
* Re-land "[X86] Cache variables that only depend on the subtarget"Reid Kleckner2015-06-171-13/+33
* Revert "[X86] Cache variables that only depend on the subtarget"Reid Kleckner2015-06-171-33/+13
* [X86] Cache variables that only depend on the subtargetReid Kleckner2015-06-171-13/+33
* [X86] Implement the support for shrink-wrapping.Quentin Colombet2015-05-271-2/+9
* Reapply r238011 with a fix for the trap instruction.Quentin Colombet2015-05-221-0/+20
* Revert "[X86] Fix a variable name for r237977 so that it works with every com...Tamas Berghammer2015-05-221-20/+0
* [X86] Refactor the prologue emission to prepare for shrink-wrapping.Quentin Colombet2015-05-221-0/+20
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-3/+5
* Remove some unused forward declarations.Eric Christopher2015-02-021-4/+0
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-0/+2
* Revert r227728 due to bad line endings.Michael Kuperstein2015-02-011-97/+95
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-95/+97
* x86: Fix large model calls to __chkstk for dynamic allocasReid Kleckner2015-01-291-3/+5
* Update comments to use unreachable instead of llvm.trap, as implemented nowReid Kleckner2015-01-291-2/+2
* [X86] Convert esp-relative movs of function arguments into pushes, step 1Michael Kuperstein2014-12-091-0/+10
* [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames2014-12-011-0/+4
* [X86] Split out the logic to select the stack probe function (NFC)Philip Reames2014-08-211-0/+5
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-2/+7
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-7/+2
* 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