summaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-23/+18
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-301-2/+2
* [SystemZ] Add instruction-shortening passRichard Sandiford2013-09-251-0/+4
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-051-5/+0
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+1
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+70
* Remove the SystemZ backend.Dan Gohman2011-10-241-60/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-4/+0
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+3
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...Jakob Stoklund Olesen2011-05-041-0/+4
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-4/+0
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-2/+0
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-3/+0
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-3/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-3/+2
* Constify some arguments.Eric Christopher2010-07-201-1/+1
* cleanupRafael Espindola2010-06-021-3/+0
* Use SubRegIndex in SystemZ.Jakob Stoklund Olesen2010-05-241-10/+1
* 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-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+3
* Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...Anton Korobeynikov2009-07-161-3/+3
* We already have reserved call frame regardless whether variable sized frame o...Anton Korobeynikov2009-07-161-1/+1
* Implement asmprinting for odd-even regpairsAnton Korobeynikov2009-07-161-0/+9
* Emit callee-saved regs spills / restoresAnton Korobeynikov2009-07-161-0/+4
* Some preliminary call loweringAnton Korobeynikov2009-07-161-0/+1
* Add simple frame index eliminationAnton Korobeynikov2009-07-161-0/+2
* Let's start another backend :)Anton Korobeynikov2009-07-161-0/+65