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