[X86] Enable shrink-wrapping by default.
[oota-llvm.git] / lib / Target / X86 / X86FrameLowering.h
2015-11-19 Quentin Colombet[X86] Enable shrink-wrapping by default.
2015-11-13 Reid Kleckner[WinEH] Make UnwindHelp a fixed stack object allocated...
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-06 Reid Kleckner[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-15 Benjamin Kramer[X86] Rip out orphaned method declarations and other...
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-08-11 Michael Kuperstein[X86] When optimizing for minsize, use POP for small...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Reid Kleckner[X86] Rename RegInfo to TRI as suggested by Eric
2015-06-18 Reid Kleckner[X86] Refactor stack adjustments into X86FrameLowering...
2015-06-18 Reid Kleckner[X86] Remove unneeded parameters and deduplicate stack...
2015-06-17 Reid KlecknerRe-land "[X86] Cache variables that only depend on...
2015-06-17 Reid KlecknerRevert "[X86] Cache variables that only depend on the...
2015-06-17 Reid Kleckner[X86] Cache variables that only depend on the subtarget
2015-05-27 Quentin Colombet[X86] Implement the support for shrink-wrapping.
2015-05-22 Quentin ColombetReapply r238011 with a fix for the trap instruction.
2015-05-22 Tamas BerghammerRevert "[X86] Fix a variable name for r237977 so that...
2015-05-22 Quentin Colombet[X86] Refactor the prologue emission to prepare for...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-02-02 Eric ChristopherRemove some unused forward declarations.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-01-29 Reid Klecknerx86: Fix large model calls to __chkstk for dynamic...
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2014-12-09 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-08-21 Philip Reames[X86] Split out the logic to select the stack probe...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-05 Eric ChristopherRemove X86Subtarget from the X86FrameLowering construct...
2014-06-05 Eric ChristopherRemove caching of the subtarget for X86FrameLowering.
2014-06-05 Eric ChristopherRemove uses of the TargetMachine from X86FrameLowering.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-04-19 Bill WendlingUse an enum instead of magic constants to improve reada...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-07-25 Bill WendlingAfter we've modified the prolog to save volatile regist...
2011-07-20 Bill WendlingRemove the now defunct getCompactUnwindEncoding method...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-02-05 NAKAMURA TakumiTarget/X86: Tweak allocating shadow area (aka home...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...