summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZRegisterInfo.cpp
Commit message (Expand)AuthorAge
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-01
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-30
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-15
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...Jakob Stoklund Olesen2011-05-04
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-27
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-20
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* cleanupRafael Espindola2010-06-02
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-06
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* constify a method argument.Chris Lattner2010-01-26
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* Handle long-disp stuff more consistentlyAnton Korobeynikov2009-07-16
* Fix incomin arg stack frame offset in case we need to generate stack frameAnton Korobeynikov2009-07-16
* Handle FP callee-saved regsAnton Korobeynikov2009-07-16
* Add FP regsAnton Korobeynikov2009-07-16
* Missed part of prev. patchAnton Korobeynikov2009-07-16
* Another attempt to fix prologue emissionAnton Korobeynikov2009-07-16
* Properly generate stack frameAnton Korobeynikov2009-07-16
* Do not forget to save R15 when we allocate stack frameAnton Korobeynikov2009-07-16
* Stupid typoAnton Korobeynikov2009-07-16
* Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...Anton Korobeynikov2009-07-16
* We already have reserved call frame regardless whether variable sized frame o...Anton Korobeynikov2009-07-16
* Implement dynamic allocasAnton Korobeynikov2009-07-16
* Emit callee-saved regs spills / restoresAnton Korobeynikov2009-07-16
* Some preliminary call loweringAnton Korobeynikov2009-07-16
* Prologue / epilogue emissionAnton Korobeynikov2009-07-16
* Add simple frame index eliminationAnton Korobeynikov2009-07-16
* Add 32 bit subregsAnton Korobeynikov2009-07-16