aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-1/+1
* Refactor code that adjusts the offsets of stack objects.Bill Wendling2008-11-071-79/+34
* Don't recalculate the stack position of the stack protector.Bill Wendling2008-11-061-0/+2
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-061-1/+1
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-061-0/+27
* Revert r58489. It isn't correct for all cases.Bill Wendling2008-10-311-2/+2
* Don't skip over all "terminator" instructions when determining where to put theBill Wendling2008-10-311-2/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-221-1/+2
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-221-0/+5
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* 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