Remove target machine caching from SystemZInstrInfo and
[oota-llvm.git] / lib / Target / SystemZ / SystemZRegisterInfo.h
2014-06-27 Eric ChristopherRemove target machine caching from SystemZInstrInfo and
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-06 Richard Sandiford[SystemZ] Remove "virtual" from override methods
2014-03-06 Richard Sandiford[SystemZ] Update namespace formatting to match current...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-09-25 Richard Sandiford[SystemZ] Add instruction-shortening pass
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-04 Jakob Stoklund OlesenImplement SystemZRegisterInfo::getMatchingSuperRegClass...
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-07-20 Eric ChristopherConstify some arguments.
2010-06-02 Rafael Espindolacleanup
2010-05-24 Jakob Stoklund OlesenUse SubRegIndex in SystemZ.
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-01-26 Chris Lattnerconstify a method argument.
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-07-16 Anton KorobeynikovFix fallout from 12-bit stuff landing: decide whether...
2009-07-16 Anton KorobeynikovWe already have reserved call frame regardless whether...
2009-07-16 Anton KorobeynikovImplement asmprinting for odd-even regpairs
2009-07-16 Anton KorobeynikovEmit callee-saved regs spills / restores
2009-07-16 Anton KorobeynikovSome preliminary call lowering
2009-07-16 Anton KorobeynikovAdd simple frame index elimination
2009-07-16 Anton KorobeynikovLet's start another backend :)