aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better handling of local offsets for downwards growing stacks. This correctsJim Grosbach2010-08-231-6/+8
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-191-3/+5
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-171-1/+1
* tidy up. remove unused local.Jim Grosbach2010-08-161-0/+2
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-161-7/+13
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-141-0/+32
* Cleanup comment wordingJim Grosbach2010-08-061-3/+3
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-1/+23
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Clean up scavengeRegister() a bit to prefer available regs, which allowsJim Grosbach2010-07-081-15/+1
* When processing frame index virtual registers, consider all available registersJim Grosbach2010-07-081-2/+12
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-2/+1
* Custom inserters (e.g., conditional moves in Thumb1 can introduceJim Grosbach2010-07-021-1/+14
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-3/+3
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-12/+19
* Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola2010-06-021-7/+3
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-221-2/+2
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-15/+15
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-4/+5
* Reword a comment slightly.Eric Christopher2010-05-031-1/+1
* Make naked functions work on PPC.Dale Johannesen2010-04-291-0/+4
* Rename MachineFrameInfo variables to MFI, for consistency withDan Gohman2010-04-131-41/+41
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-6/+0
* Clear up the last (famous last words) frame index value reuse issues for Thumb1.Jim Grosbach2010-03-101-6/+9
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-2/+3
* Updated version of r96634 (which was reverted due to failing 176.gcc andJim Grosbach2010-02-221-3/+4
* Revert 96634. It causes assertion failures for 126.gcc and 176.gcc inBob Wilson2010-02-191-4/+3
* Radar 7636153. In the presence of large call frames, it's not sufficientJim Grosbach2010-02-191-3/+4
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-131-13/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* Remove dead store.Bill Wendling2009-12-281-1/+1
* Honour setHasCalls() set from isel.Anton Korobeynikov2009-12-111-2/+2
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+2
* When the function is doing dynamic stack realignment, the spill slot will beJim Grosbach2009-10-291-2/+2
* Cleanup of frame index scavenging. Better code flow and more accuratelyJim Grosbach2009-10-211-35/+60
* Better handle instructions that re-def a scratch registerJim Grosbach2009-10-201-9/+18
* Register re-use for scavenged frame indices must check for re-deginitionJim Grosbach2009-10-201-0/+4
* Enable post-pass frame index register scavenging for ARM and Thumb2Jim Grosbach2009-10-201-5/+0
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-171-1/+1
* Make loop not recalc getNumOperands() each time aroundJim Grosbach2009-10-141-3/+2
* quiet compiler warningJim Grosbach2009-10-141-1/+1