aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanupRafael Espindola2010-06-021-16/+0
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-141-5/+5
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-5/+5
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-061-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-4/+2
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* constify a method argument.Chris Lattner2010-01-261-3/+4
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+2
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+5
* Remove some unused variables and methods warned about byDuncan Sands2009-09-061-1/+0
* Handle long-disp stuff more consistentlyAnton Korobeynikov2009-07-161-6/+22
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-161-1/+1
* Handle FP callee-saved regsAnton Korobeynikov2009-07-161-4/+22
* Add FP regsAnton Korobeynikov2009-07-161-1/+1
* Missed part of prev. patchAnton Korobeynikov2009-07-161-1/+3
* Another attempt to fix prologue emissionAnton Korobeynikov2009-07-161-8/+12
* Properly generate stack frameAnton Korobeynikov2009-07-161-5/+5
* Do not forget to save R15 when we allocate stack frameAnton Korobeynikov2009-07-161-1/+2
* Stupid typoAnton Korobeynikov2009-07-161-1/+1
* Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...Anton Korobeynikov2009-07-161-2/+8
* We already have reserved call frame regardless whether variable sized frame o...Anton Korobeynikov2009-07-161-15/+0
* Implement dynamic allocasAnton Korobeynikov2009-07-161-1/+7
* Emit callee-saved regs spills / restoresAnton Korobeynikov2009-07-161-18/+50
* Some preliminary call loweringAnton Korobeynikov2009-07-161-5/+31
* Prologue / epilogue emissionAnton Korobeynikov2009-07-161-2/+90
* Add simple frame index eliminationAnton Korobeynikov2009-07-161-1/+39
* Add 32 bit subregsAnton Korobeynikov2009-07-161-5/+5
* Let's start another backend :)Anton Korobeynikov2009-07-161-0/+119