summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAge
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Fix typosAlp Toker2014-06-07
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-21
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* 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