aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrBuilder.h
AgeCommit message (Expand)Author
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2010-09-21convert targets to the new MF.getMachineMemOperand interface.Chris Lattner
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2009-10-17Revert 84315 for now. Re-thinking the patch.Evan Cheng
2009-10-17Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-21Fix the offset values for these memoperands. For frame objects, theDan Gohman
2009-07-17Add missed returnAnton Korobeynikov
2009-07-16Forgot to addAnton Korobeynikov