Remove the SystemZ backend.
authorDan Gohman <gohman@apple.com>
Mon, 24 Oct 2011 23:48:32 +0000 (23:48 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Oct 2011 23:48:32 +0000 (23:48 +0000)
commit29074ccf6cb00a3cbe32a3b7809d970ecaf8c9bf
tree3de39be9068ed749690b6ce82fb34b79b0232f70
parentb36e03d987c843ccb731627ffd2b1db17bd72e39
Remove the SystemZ backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142878 91177308-0d34-0410-b5e6-96231b3b80d8
117 files changed:
CMakeLists.txt
autoconf/configure.ac
configure
docs/CodeGenerator.html
docs/ReleaseNotes.html
include/llvm/ADT/Triple.h
include/llvm/CodeGen/SelectionDAGISel.h
lib/Support/Triple.cpp
lib/Target/SystemZ/CMakeLists.txt [deleted file]
lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt [deleted file]
lib/Target/SystemZ/MCTargetDesc/Makefile [deleted file]
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp [deleted file]
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h [deleted file]
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp [deleted file]
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h [deleted file]
lib/Target/SystemZ/Makefile [deleted file]
lib/Target/SystemZ/SystemZ.h [deleted file]
lib/Target/SystemZ/SystemZ.td [deleted file]
lib/Target/SystemZ/SystemZAsmPrinter.cpp [deleted file]
lib/Target/SystemZ/SystemZCallingConv.td [deleted file]
lib/Target/SystemZ/SystemZFrameLowering.cpp [deleted file]
lib/Target/SystemZ/SystemZFrameLowering.h [deleted file]
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp [deleted file]
lib/Target/SystemZ/SystemZISelLowering.cpp [deleted file]
lib/Target/SystemZ/SystemZISelLowering.h [deleted file]
lib/Target/SystemZ/SystemZInstrBuilder.h [deleted file]
lib/Target/SystemZ/SystemZInstrFP.td [deleted file]
lib/Target/SystemZ/SystemZInstrFormats.td [deleted file]
lib/Target/SystemZ/SystemZInstrInfo.cpp [deleted file]
lib/Target/SystemZ/SystemZInstrInfo.h [deleted file]
lib/Target/SystemZ/SystemZInstrInfo.td [deleted file]
lib/Target/SystemZ/SystemZMachineFunctionInfo.h [deleted file]
lib/Target/SystemZ/SystemZOperands.td [deleted file]
lib/Target/SystemZ/SystemZRegisterInfo.cpp [deleted file]
lib/Target/SystemZ/SystemZRegisterInfo.h [deleted file]
lib/Target/SystemZ/SystemZRegisterInfo.td [deleted file]
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp [deleted file]
lib/Target/SystemZ/SystemZSelectionDAGInfo.h [deleted file]
lib/Target/SystemZ/SystemZSubtarget.cpp [deleted file]
lib/Target/SystemZ/SystemZSubtarget.h [deleted file]
lib/Target/SystemZ/SystemZTargetMachine.cpp [deleted file]
lib/Target/SystemZ/SystemZTargetMachine.h [deleted file]
lib/Target/SystemZ/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/SystemZ/TargetInfo/Makefile [deleted file]
lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp [deleted file]
projects/sample/autoconf/configure.ac
projects/sample/configure
test/CodeGen/SystemZ/00-RetVoid.ll [deleted file]
test/CodeGen/SystemZ/01-RetArg.ll [deleted file]
test/CodeGen/SystemZ/01-RetImm.ll [deleted file]
test/CodeGen/SystemZ/02-MemArith.ll [deleted file]
test/CodeGen/SystemZ/02-RetAdd.ll [deleted file]
test/CodeGen/SystemZ/02-RetAddImm.ll [deleted file]
test/CodeGen/SystemZ/02-RetAnd.ll [deleted file]
test/CodeGen/SystemZ/02-RetAndImm.ll [deleted file]
test/CodeGen/SystemZ/02-RetNeg.ll [deleted file]
test/CodeGen/SystemZ/02-RetOr.ll [deleted file]
test/CodeGen/SystemZ/02-RetOrImm.ll [deleted file]
test/CodeGen/SystemZ/02-RetSub.ll [deleted file]
test/CodeGen/SystemZ/02-RetSubImm.ll [deleted file]
test/CodeGen/SystemZ/02-RetXor.ll [deleted file]
test/CodeGen/SystemZ/02-RetXorImm.ll [deleted file]
test/CodeGen/SystemZ/03-RetAddImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetAddSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetAndImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetAndSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetArgSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetNegImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetOrImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetOrSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetSubImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetSubSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetXorImmSubreg.ll [deleted file]
test/CodeGen/SystemZ/03-RetXorSubreg.ll [deleted file]
test/CodeGen/SystemZ/04-RetShifts.ll [deleted file]
test/CodeGen/SystemZ/05-LoadAddr.ll [deleted file]
test/CodeGen/SystemZ/05-MemImmStores.ll [deleted file]
test/CodeGen/SystemZ/05-MemLoadsStores.ll [deleted file]
test/CodeGen/SystemZ/05-MemLoadsStores16.ll [deleted file]
test/CodeGen/SystemZ/05-MemRegLoads.ll [deleted file]
test/CodeGen/SystemZ/05-MemRegStores.ll [deleted file]
test/CodeGen/SystemZ/06-CallViaStack.ll [deleted file]
test/CodeGen/SystemZ/06-FrameIdxLoad.ll [deleted file]
test/CodeGen/SystemZ/06-LocalFrame.ll [deleted file]
test/CodeGen/SystemZ/06-SimpleCall.ll [deleted file]
test/CodeGen/SystemZ/07-BrCond.ll [deleted file]
test/CodeGen/SystemZ/07-BrCond32.ll [deleted file]
test/CodeGen/SystemZ/07-BrUnCond.ll [deleted file]
test/CodeGen/SystemZ/07-CmpImm.ll [deleted file]
test/CodeGen/SystemZ/07-CmpImm32.ll [deleted file]
test/CodeGen/SystemZ/07-SelectCC.ll [deleted file]
test/CodeGen/SystemZ/08-DivRem.ll [deleted file]
test/CodeGen/SystemZ/08-DivRemMemOp.ll [deleted file]
test/CodeGen/SystemZ/08-SimpleMuls.ll [deleted file]
test/CodeGen/SystemZ/09-DynamicAlloca.ll [deleted file]
test/CodeGen/SystemZ/09-Globals.ll [deleted file]
test/CodeGen/SystemZ/09-Switches.ll [deleted file]
test/CodeGen/SystemZ/10-FuncsPic.ll [deleted file]
test/CodeGen/SystemZ/10-GlobalsPic.ll [deleted file]
test/CodeGen/SystemZ/11-BSwap.ll [deleted file]
test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll [deleted file]
test/CodeGen/SystemZ/2009-06-02-And32Imm.ll [deleted file]
test/CodeGen/SystemZ/2009-06-02-Rotate.ll [deleted file]
test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll [deleted file]
test/CodeGen/SystemZ/2009-07-04-Shl32.ll [deleted file]
test/CodeGen/SystemZ/2009-07-05-Shifts.ll [deleted file]
test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll [deleted file]
test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll [deleted file]
test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll [deleted file]
test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll [deleted file]
test/CodeGen/SystemZ/2009-08-22-FCopySign.ll [deleted file]
test/CodeGen/SystemZ/2010-01-04-DivMem.ll [deleted file]
test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll [deleted file]
test/CodeGen/SystemZ/dg.exp [deleted file]
utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp
utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp