summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAge
* Remove the --shrink-wrap option.Rafael Espindola2013-10-31
* Simplify the checking of function attributes by using the simple methods.Bill Wendling2013-09-11
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-15
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-12
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-14
* Reapply r183552. This time, use a standard type for the option to avoid templateQuentin Colombet2013-06-08
* Revert commits related to stack warning.Quentin Colombet2013-06-07
* Add a backend option to warn on a given stack size limit.Quentin Colombet2013-06-07
* 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