aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment to say nonnegative instead of positive.Dan Gohman2008-07-161-1/+1
* No need to align the stack if there are no stackDale Johannesen2008-06-301-1/+2
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-261-2/+6
* Fixed bug in bad behavior in calculateFrameObjectOffsets,Bruno Cardoso Lopes2008-06-031-1/+2
* Use precomputed value, if anyAnton Korobeynikov2008-04-231-1/+1
* CleanupAnton Korobeynikov2008-04-231-3/+5
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-201-36/+36
* Miscellaneous clean-ups based on Evan's feedback:Bill Wendling2008-03-031-42/+52
* Multiple instructions can be inserted when eliminating frame indexes. We needBill Wendling2008-03-031-7/+24
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-2/+1
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-0/+2
* Adjust the MaxAlignment for the special register scavenging spill slot.Bill Wendling2008-02-211-0/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-11/+11
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-2/+5
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-011-7/+0
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-311-1/+1
* Also avoid adding callee save code before debug labels.Evan Cheng2008-01-311-1/+9
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-3/+3
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-3/+2
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-1/+1
* Remove an unused variable.Duncan Sands2008-01-061-1/+0
* I should not be allowed to commit when sleepy.Owen Anderson2008-01-051-2/+2
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-4/+4
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-4/+5
* MachineOperand::getImmedValue -> MachineOperand::getImmChris Lattner2007-12-301-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-1/+1
* Long live the exception handling!Anton Korobeynikov2007-07-141-2/+2
* Fix PR1424.Lauro Ramos Venancio2007-05-311-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* If call frame is not part of stack frame and no dynamic alloc, eliminateFrame...Evan Cheng2007-05-011-14/+44
* Under normal circumstances, when a frame pointer is not required, we reserveEvan Cheng2007-05-011-17/+14
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-251-3/+2
* support for >4G stack framesChris Lattner2007-04-251-1/+1
* support > 4G stack objectsChris Lattner2007-04-251-2/+2
* Fix a bug introduced with my previous patch, where it didn't correctly handleChris Lattner2007-04-091-7/+9
* Fix CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll and PR1308:Chris Lattner2007-04-091-1/+5
* If target decides to create an emergency spill slot, make sure it's closest t...Evan Cheng2007-03-061-7/+56
* Delete register scavenger when done with it.Evan Cheng2007-03-011-0/+2
* Interface clean up.Evan Cheng2007-03-011-1/+1
* add a newline at end of fileChris Lattner2007-02-281-0/+1
* Make requiresRegisterScavenging determination on a per MachineFunction basis.Evan Cheng2007-02-281-1/+1
* MRegisterInfo disowns RegScavenger. It's immutable.Evan Cheng2007-02-281-2/+2
* Let MRegisterInfo now owns RegScavenger.Evan Cheng2007-02-271-3/+3
* forward() should not increment internal iterator. Its client may insert instr...Evan Cheng2007-02-271-1/+1
* First potential client of register scavenger.Evan Cheng2007-02-231-4/+13
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-3/+3
* Added a MRegisterInfo hook that tells PEI the target is responsible forEvan Cheng2007-01-251-2/+3