[SystemZ] Use CLC and IPM to implement memcmp
[oota-llvm.git] / lib / Target / SystemZ / SystemZInstrInfo.h
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-07 Richard Sandiford[SystemZ] Optimize floating-point comparisons with...
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Richard Sandiford[SystemZ] Use LOAD AND TEST to eliminate comparisons...
2013-08-01 Richard Sandiford[SystemZ] Reuse CC results for integer comparisons...
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks
2013-07-31 Richard Sandiford[SystemZ] Move compare-and-branch generation even later
2013-07-31 Richard Sandiford[SystemZ] Postpone NI->RISBG conversion to convertToThr...
2013-07-25 Richard Sandiford[SystemZ] Rework compare and branch support
2013-07-25 Richard Sandiford[SystemZ] Add LOCR and LOCGR
2013-07-19 Richard Sandiford[SystemZ] Use SLLK, SRLK and SRAK for codegen
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-03 Richard Sandiford[SystemZ] Fold more spills
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-05-29 Richard Sandiford[SystemZ] Immediate compare-and-branch support
2013-05-28 Richard Sandiford[SystemZ] Register compare-and-branch support
2013-05-28 Richard Sandiford[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
2013-05-20 Richard Sandiford[SystemZ] Add long branch pass
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for SystemZ.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-07-16 Anton KorobeynikovHandle long-disp stuff more consistently
2009-07-16 Anton KorobeynikovAnother predicate routine
2009-07-16 Anton KorobeynikovMore helpers
2009-07-16 Anton KorobeynikovAdd bunch of branch folding stuff
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovFix fallout from 12-bit stuff landing: decide whether...
2009-07-16 Anton KorobeynikovSELECT_CC lowering
2009-07-16 Anton KorobeynikovProvide proper stack offsets for outgoing arguments
2009-07-16 Anton KorobeynikovEmit callee-saved regs spills / restores
2009-07-16 Anton KorobeynikovLet's start another backend :)