summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* MachineRegisterInfo: Remove UsedPhysReg infrastructureMatthias Braun2015-07-141-4/+0
* PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun2015-07-141-27/+15
* [ShrinkWrap][PEI] Do not insert epilogue for unreachable blocks.Quentin Colombet2015-07-101-3/+8
* MachineInstr: Change return value of getOpcode() to unsigned.Matthias Braun2015-05-181-5/+5
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-30/+84
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-0/+20
* Internalize PEI. NFC.Benjamin Kramer2015-03-191-1/+48
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-051-11/+0
* PrologEpilogInserter: Clean up math in calculateFrameObjectOffsetsDavid Majnemer2015-02-241-5/+4
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-8/+12
* Revert r227728 due to bad line endings.Michael Kuperstein2015-02-011-12/+8
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-8/+12
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-0/+11
* Move SPAdj logic from PEI into the targets (NFC)Michael Kuperstein2015-01-081-11/+11
* [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames2014-12-011-0/+20
* Grab the subtarget and subtarget dependent variables off ofEric Christopher2014-10-141-5/+4
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-2/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-26/+13
* Changed the liveness tracking in the RegisterScavengerPedro Artigas2014-08-041-2/+7
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-16/+31
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-41/+46
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-46/+41
* Generate native unwind info on Win64Reid Kleckner2014-06-201-41/+46
* Fix typosAlp Toker2014-06-071-1/+1
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-6/+7
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-101-1/+1
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-6/+6
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-211-9/+6
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-011-0/+11
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-6/+40
* Add warning capabilities in LLVM.Quentin Colombet2013-12-171-4/+7
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-171-7/+4
* Add warning capabilities in LLVM.Quentin Colombet2013-12-161-4/+7
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-291-6/+9
* Remove the --shrink-wrap option.Rafael Espindola2013-10-311-143/+68
* Simplify the checking of function attributes by using the simple methods.Bill Wendling2013-09-111-6/+3
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-151-15/+26
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-121-81/+85
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-051-5/+8
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-4/+4
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-1/+16
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-141-1/+3
* Reapply r183552. This time, use a standard type for the option to avoid templateQuentin Colombet2013-06-081-0/+13
* Revert commits related to stack warning.Quentin Colombet2013-06-071-13/+0
* Add a backend option to warn on a given stack size limit.Quentin Colombet2013-06-071-0/+13
* Reapply r178845 with fix - Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-051-2/+20
* Revert r178845 - Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-051-16/+2
OpenPOWER on IntegriCloud