aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-051-2/+16
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-261-20/+33
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-8/+12
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-141-1/+1
* Remove unused #includes.Bill Wendling2013-03-051-1/+0
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-3/+2
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+8
* Use a continue to simplify loop and reduce indentation. No functional change.Chad Rosier2013-02-011-24/+25
* Add braces, so my head doesn't explode.Chad Rosier2013-01-311-1/+2
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-10/+13
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-12/+12
* Remove dead code.Chad Rosier2012-11-141-13/+0
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-171-1/+1
* Create enums for the different attributes.Bill Wendling2012-10-091-3/+3
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-3/+3
* Remove extra space.Chad Rosier2012-05-301-1/+1
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-211-0/+9
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-6/+3
* Expose TargetPassConfig to PEI PassAndrew Trick2012-02-061-0/+1
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-211-9/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-4/+4
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+1
* A few 80-col violations.Evan Cheng2011-10-141-1/+2
* Spelling and grammar fixes to problems found by Duncan.Rafael Espindola2011-08-311-4/+4
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-301-0/+8
* Count the total amount of stack space used in compiled functions.Jakob Stoklund Olesen2011-08-041-1/+4
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-4/+6
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Allow a target to choose whether to prefer the scavenger emergency spill slotJim Grosbach2011-03-031-7/+6
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-12/+12
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-071-1/+3
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-2/+4
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-271-2/+3
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-4/+5
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-4/+4
* Formatting.Jim Grosbach2010-10-271-2/+2
* Trivial grammar tweak.Jim Grosbach2010-10-181-1/+1
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+5
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-10/+1
* Remove the now obsolete frame index virtual re-use algorithm from PEI. Pre-RAJim Grosbach2010-08-261-148/+9
* Add some statistics for PEI register scavengingJim Grosbach2010-08-251-0/+7
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-241-5/+1
* Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach2010-08-231-4/+0