aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+20
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-12/+48
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-17/+51
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+26
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-41/+46
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-16/+64
* 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
* 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