[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
[oota-llvm.git] / lib / Target / SystemZ / SystemZFrameLowering.cpp
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2014-08-20 Alexey SamsonovFix undefined behavior (left shift of negative value...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-01 Eric ChristopherRemove the use and initialization of the target machine...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2014-03-06 Richard Sandiford[SystemZ] Use "for (auto" a bit
2014-03-06 Richard Sandiford[SystemZ] Update namespace formatting to match current...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-08-19 Richard Sandiford[SystemZ] Add support for sibling calls
2013-07-05 Richard Sandiford[SystemZ] Allocate a second register scavenging slot
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-07-03 Richard Sandiford[SystemZ] Fix caller-allocated save slot FIXME
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-22 Richard Sandiford[SystemZ] Rename PSW to CC
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...