summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"Daniel Jasper2017-06-291-2/+0
* [X86] Correct dwarf unwind information in function epiloguePetar Jovanovic2017-06-281-0/+2
* X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFCMatthias Braun2017-04-241-0/+2
* Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC"Matthias Braun2017-04-211-2/+0
* X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFCMatthias Braun2017-04-201-0/+2
* Use methods to access data stored with frame instructionsSerge Pavlov2017-04-131-1/+2
* Fix for PR30687. Avoid dereferencing MBB.end().Reid Kleckner2016-10-131-17/+13
* NFC; refactor getFrameIndexReferenceFromSPSanjoy Das2016-06-161-4/+3
* Don't force SP-relative addressing for statepointsSanjoy Das2016-06-151-2/+4
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-12/+13
* [X86] Make sure it is safe to clobber EFLAGS, if need be, when choosingQuentin Colombet2016-04-261-0/+10
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-311-3/+3
* Implemented stack symbol table ordering/packing optimization to improve data ...Zia Ansari2016-02-151-0/+7
* [X86] Enable shrink-wrapping by default, but keep it disabled for stack framesQuentin Colombet2015-12-091-0/+3
* Revert r253528: "[X86] Enable shrink-wrapping by default."Hans Wennborg2015-11-251-5/+0
* [X86] Enable shrink-wrapping by default.Quentin Colombet2015-11-191-0/+5
* [WinEH] Make UnwindHelp a fixed stack object allocated after XMM CSRsReid Kleckner2015-11-131-0/+3
* [WinEH] Find root frame correctly in CLR funcletsJoseph Tremoulet2015-11-131-0/+2
* Support for emitting inline stack probesAndy Ayers2015-11-101-4/+36
* [WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EHReid Kleckner2015-11-061-7/+7
* [WinEH] Fix funclet prologues with stack realignmentReid Kleckner2015-11-051-1/+1
* [X86] Generate .cfi_adjust_cfa_offset correctly when pushing argumentsMichael Kuperstein2015-11-031-3/+3
* [WinEH] Fix stack alignment in funclets and ParentFrameOffset calculationReid Kleckner2015-10-161-0/+4
* [X86] Rip out orphaned method declarations and other dead code. NFC.Benjamin Kramer2015-10-151-9/+0
* [WinEH] Make funclet return instrs pseudo instrsReid Kleckner2015-09-171-3/+3
* [WinEH] Emit prologues and epilogues for funcletsReid Kleckner2015-09-081-0/+7
* Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight2015-08-151-2/+0
* [X86] When optimizing for minsize, use POP for small post-call stack clean-upMichael Kuperstein2015-08-111-0/+5
* PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun2015-07-141-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [X86] Rename RegInfo to TRI as suggested by EricReid Kleckner2015-06-181-1/+1
* [X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustmentReid Kleckner2015-06-181-1/+8
* [X86] Remove unneeded parameters and deduplicate stack alignment codeReid Kleckner2015-06-181-5/+14
* 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
OpenPOWER on IntegriCloud