aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZRegisterInfo.cpp
AgeCommit message (Expand)Author
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-06-02cleanupRafael Espindola
2010-05-14SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-06Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2010-01-26constify a method argument.Chris Lattner
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-09-06Remove some unused variables and methods warned about byDuncan Sands
2009-07-16Handle long-disp stuff more consistentlyAnton Korobeynikov
2009-07-16Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov
2009-07-16Handle FP callee-saved regsAnton Korobeynikov
2009-07-16Add FP regsAnton Korobeynikov
2009-07-16Missed part of prev. patchAnton Korobeynikov
2009-07-16Another attempt to fix prologue emissionAnton Korobeynikov
2009-07-16Properly generate stack frameAnton Korobeynikov
2009-07-16Do not forget to save R15 when we allocate stack frameAnton Korobeynikov
2009-07-16Stupid typoAnton Korobeynikov
2009-07-16Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...Anton Korobeynikov
2009-07-16We already have reserved call frame regardless whether variable sized frame o...Anton Korobeynikov
2009-07-16Implement dynamic allocasAnton Korobeynikov
2009-07-16Emit callee-saved regs spills / restoresAnton Korobeynikov
2009-07-16Some preliminary call loweringAnton Korobeynikov
2009-07-16Prologue / epilogue emissionAnton Korobeynikov
2009-07-16Add simple frame index eliminationAnton Korobeynikov
2009-07-16Add 32 bit subregsAnton Korobeynikov
2009-07-16Let's start another backend :)Anton Korobeynikov