aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
AgeCommit message (Expand)Author
2009-09-23Edit a comment.Bob Wilson
2009-09-18Fix a comment typo and some whitespace.Bob Wilson
2009-08-22Record variable debug info at ISel time directly.Devang Patel
2009-08-15Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen
2009-08-13Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen
2009-07-31Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman
2009-07-31Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar
2009-07-31Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman
2009-07-17Add support for naked functionsAnton Korobeynikov
2009-07-16Assume an inline asm might be a call, so we getDale Johannesen
2009-07-16Scan for presence of calls and determine max callframe size early. To allow P...Anton Korobeynikov
2009-07-09Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng
2009-07-08Use interators instead of counters for loops.Bill Wendling
2009-05-13Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach
2009-05-13PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby
2009-05-12Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach
2009-05-12Restructure PEI code:John Mosby
2009-05-11Apply patch review feedback.Evan Cheng
2009-05-11Unbreak non-debug build.Evan Cheng
2009-05-11Shrink wrapping in PEI:John Mosby
2009-03-27Shrink wrapping in PEI: initial release. Finishing development, enable with -...John Mosby
2009-03-24Fix PR3845: Avoid stale MachineInstruction pointer reference.Evan Cheng
2009-03-20Apply the patch requested in PR3846.Chris Lattner
2009-03-19Fix PEI to not walk off the start of a block when an updated instructionChris Lattner
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2008-11-07Refactor code that adjusts the offsets of stack objects.Bill Wendling
2008-11-06Don't recalculate the stack position of the stack protector.Bill Wendling
2008-11-06- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling
2008-11-06Implement the stack protector stack accesses via intrinsics:Bill Wendling
2008-10-31Revert r58489. It isn't correct for all cases.Bill Wendling
2008-10-31Don't skip over all "terminator" instructions when determining where to put theBill Wendling
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-22Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng
2008-09-22Mark several codegen passes as preserving all analysis.Evan Cheng
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-07-16Fix a comment to say nonnegative instead of positive.Dan Gohman
2008-06-30No need to align the stack if there are no stackDale Johannesen
2008-06-26Fixes the last x86-64 test failure in compat.exp:Dale Johannesen
2008-06-03Fixed bug in bad behavior in calculateFrameObjectOffsets,Bruno Cardoso Lopes
2008-04-23Use precomputed value, if anyAnton Korobeynikov
2008-04-23CleanupAnton Korobeynikov
2008-03-20detabify llvm, patch by Mike Stump!Chris Lattner
2008-03-03Miscellaneous clean-ups based on Evan's feedback:Bill Wendling
2008-03-03Multiple instructions can be inserted when eliminating frame indexes. We needBill Wendling
2008-02-27Don't track max alignment during stack object allocations since they can be d...Evan Cheng
2008-02-27Spiller now remove unused spill slots.Evan Cheng
2008-02-21Adjust the MaxAlignment for the special register scavenging spill slot.Bill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng