Remove target machine caching from SystemZInstrInfo and
[oota-llvm.git] / lib / Target / SystemZ / SystemZRegisterInfo.cpp
2014-06-27 Eric ChristopherRemove target machine caching from SystemZInstrInfo and
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2013-10-01 Richard Sandiford[SystemZ] Use upper words of GR64s for codegen
2013-09-30 Richard Sandiford[SystemZ] Rename 32-bit GPR registers
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-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-15 Jakob Stoklund OlesenRemove custom allocation orders in SystemZ.
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-04 Jakob Stoklund OlesenImplement SystemZRegisterInfo::getMatchingSuperRegClass...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
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-06-02 Rafael Espindolacleanup
2010-05-14 Bill WendlingSystemZ really does mean "has calls" and not just ...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-01-26 Chris Lattnerconstify a method argument.
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-07-16 Anton KorobeynikovHandle long-disp stuff more consistently
2009-07-16 Anton KorobeynikovFix incomin arg stack frame offset in case we need...
2009-07-16 Anton KorobeynikovHandle FP callee-saved regs
2009-07-16 Anton KorobeynikovAdd FP regs
2009-07-16 Anton KorobeynikovMissed part of prev. patch
2009-07-16 Anton KorobeynikovAnother attempt to fix prologue emission
2009-07-16 Anton KorobeynikovProperly generate stack frame
2009-07-16 Anton KorobeynikovDo not forget to save R15 when we allocate stack frame
2009-07-16 Anton KorobeynikovStupid typo
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 dynamic allocas
2009-07-16 Anton KorobeynikovEmit callee-saved regs spills / restores
2009-07-16 Anton KorobeynikovSome preliminary call lowering
2009-07-16 Anton KorobeynikovPrologue / epilogue emission
2009-07-16 Anton KorobeynikovAdd simple frame index elimination
2009-07-16 Anton KorobeynikovAdd 32 bit subregs
2009-07-16 Anton KorobeynikovLet's start another backend :)