aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-8/+5
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-5/+8
2014-07-10[SystemZ] Use SystemZCallingConv.td to define callee-saved registersRichard Sandiford1-11/+7
2014-06-27Remove target machine caching from SystemZInstrInfo andEric Christopher1-4/+7
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-2/+2
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford1-10/+9
2013-10-01[SystemZ] Use upper words of GR64s for codegenRichard Sandiford1-0/+2
2013-09-30[SystemZ] Rename 32-bit GPR registersRichard Sandiford1-2/+2
2013-07-05[SystemZ] Clean up register scavenging codeRichard Sandiford1-26/+0
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-3/+6
2013-05-06[SystemZ] Add back endUlrich Weigand1-0/+162
2011-10-24Remove the SystemZ backend.Dan Gohman1-143/+0
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-16/+1
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng1-1/+0
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng1-2/+1
2011-06-28Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng1-2/+1
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng1-1/+4
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng1-4/+4
2011-06-15Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen1-1/+11
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola1-0/+6
2011-05-04Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...Jakob Stoklund Olesen1-0/+14
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-3/+3
2010-11-27Move more PEI-related hooks to TFIAnton Korobeynikov1-35/+0
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov1-23/+1
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov1-10/+6
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov1-137/+0
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach1-5/+4
2010-06-02cleanupRafael Espindola1-16/+0
2010-05-14SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling1-5/+5
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling1-5/+5
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng1-1/+1
2010-04-06Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall1-1/+1
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner1-4/+2
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach1-1/+1
2010-01-26constify a method argument.Chris Lattner1-3/+4
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner1-1/+1
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene1-1/+2
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach1-2/+5
2009-09-06Remove some unused variables and methods warned about byDuncan Sands1-1/+0
2009-07-16Handle long-disp stuff more consistentlyAnton Korobeynikov1-6/+22
2009-07-16Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov1-1/+1
2009-07-16Handle FP callee-saved regsAnton Korobeynikov1-4/+22
2009-07-16Add FP regsAnton Korobeynikov1-1/+1
2009-07-16Missed part of prev. patchAnton Korobeynikov1-1/+3
2009-07-16Another attempt to fix prologue emissionAnton Korobeynikov1-8/+12
2009-07-16Properly generate stack frameAnton Korobeynikov1-5/+5
2009-07-16Do not forget to save R15 when we allocate stack frameAnton Korobeynikov1-1/+2
2009-07-16Stupid typoAnton Korobeynikov1-1/+1
2009-07-16Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...Anton Korobeynikov1-2/+8