aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.h
AgeCommit message (Expand)Author
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-07-01Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-11Replace copyRegToReg with copyPhysReg for SystemZ.Jakob Stoklund Olesen
2010-06-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings
2010-05-22Implement @llvm.returnaddress. rdar://8015977.Evan Cheng
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-10-07Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman
2009-07-16Handle long-disp stuff more consistentlyAnton Korobeynikov
2009-07-16Another predicate routineAnton Korobeynikov
2009-07-16More helpersAnton Korobeynikov
2009-07-16Add bunch of branch folding stuffAnton Korobeynikov
2009-07-16Implement 'large' PIC modelAnton Korobeynikov
2009-07-16Fix fallout from 12-bit stuff landing: decide whether 20 bit displacements ar...Anton Korobeynikov
2009-07-16SELECT_CC loweringAnton Korobeynikov
2009-07-16Provide proper stack offsets for outgoing argumentsAnton Korobeynikov
2009-07-16Emit callee-saved regs spills / restoresAnton Korobeynikov
2009-07-16Let's start another backend :)Anton Korobeynikov