aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* when previous scratch register is killed, flag the value as no longer trackingJim Grosbach2009-10-091-1/+4
* Re-enable register scavenging in Thumb1 by default.Jim Grosbach2009-10-081-10/+1
* bugfix. The target may use virtual registers that aren't tracked for re-use b...Jim Grosbach2009-10-081-18/+26
* reverting thumb1 scavenging default due to test failure while I figure out wh...Jim Grosbach2009-10-071-1/+10
* Enable thumb1 register scavenging by default.Jim Grosbach2009-10-071-10/+1
* grammarJim Grosbach2009-10-071-1/+1
* add initializers for clarity. Add missing assignment of PrevLastUseOp.Jim Grosbach2009-10-071-2/+3
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-21/+120
* Add additional assert() to verify no extraneous use of a scavenged register.Jim Grosbach2009-09-301-2/+9
* replace TRI->isVirtualRegister() with TargetRegisterInfo::isVirtualRegister()Jim Grosbach2009-09-301-3/+1
* fix compiler warningJim Grosbach2009-09-301-1/+1
* Simplify the tracking of virtual frame index registers. Ranges cannot overlap,Jim Grosbach2009-09-291-20/+31
* Use explicit structs instead of std::pair to map callee saved regs to spill s...Tilmann Scheller2009-09-271-4/+4
* pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.Bob Wilson2009-09-251-14/+20
* Start of revamping the register scavenging in PEI. ARM Thumb1 is the drivingJim Grosbach2009-09-241-3/+62
* Fix a hypothetical problem for targets with StackGrowsUp and a non-zeroBob Wilson2009-09-241-4/+5
* Edit a comment.Bob Wilson2009-09-231-2/+1
* Fix a comment typo and some whitespace.Bob Wilson2009-09-181-2/+2
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-5/+0
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-151-2/+2
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-131-0/+2
* Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman2009-07-311-0/+1