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