aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-051-26/+0
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-3/+6
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+162
* Remove the SystemZ backend.Dan Gohman2011-10-241-143/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-16/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+0
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-2/+1
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+4
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-4/+4
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-151-1/+11
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+6
* Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...Jakob Stoklund Olesen2011-05-041-0/+14
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-3/+3
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-35/+0
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-23/+1
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-10/+6
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-137/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-5/+4
* 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