From 29074ccf6cb00a3cbe32a3b7809d970ecaf8c9bf Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 24 Oct 2011 23:48:32 +0000 Subject: Remove the SystemZ backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142878 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 1 - autoconf/configure.ac | 8 +- configure | 9 +- docs/CodeGenerator.html | 8 - docs/ReleaseNotes.html | 2 +- include/llvm/ADT/Triple.h | 1 - include/llvm/CodeGen/SelectionDAGISel.h | 2 +- lib/Support/Triple.cpp | 5 - lib/Target/SystemZ/CMakeLists.txt | 36 - lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt | 14 - lib/Target/SystemZ/MCTargetDesc/Makefile | 16 - .../SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp | 32 - lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h | 30 - .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 81 -- .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.h | 38 - lib/Target/SystemZ/Makefile | 22 - lib/Target/SystemZ/SystemZ.h | 52 - lib/Target/SystemZ/SystemZ.td | 61 -- lib/Target/SystemZ/SystemZAsmPrinter.cpp | 221 ---- lib/Target/SystemZ/SystemZCallingConv.td | 46 - lib/Target/SystemZ/SystemZFrameLowering.cpp | 386 ------- lib/Target/SystemZ/SystemZFrameLowering.h | 57 - lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 779 ------------- lib/Target/SystemZ/SystemZISelLowering.cpp | 868 --------------- lib/Target/SystemZ/SystemZISelLowering.h | 145 --- lib/Target/SystemZ/SystemZInstrBuilder.h | 128 --- lib/Target/SystemZ/SystemZInstrFP.td | 340 ------ lib/Target/SystemZ/SystemZInstrFormats.td | 133 --- lib/Target/SystemZ/SystemZInstrInfo.cpp | 439 -------- lib/Target/SystemZ/SystemZInstrInfo.h | 113 -- lib/Target/SystemZ/SystemZInstrInfo.td | 1147 -------------------- lib/Target/SystemZ/SystemZMachineFunctionInfo.h | 51 - lib/Target/SystemZ/SystemZOperands.td | 325 ------ lib/Target/SystemZ/SystemZRegisterInfo.cpp | 143 --- lib/Target/SystemZ/SystemZRegisterInfo.h | 60 - lib/Target/SystemZ/SystemZRegisterInfo.td | 205 ---- lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp | 23 - lib/Target/SystemZ/SystemZSelectionDAGInfo.h | 31 - lib/Target/SystemZ/SystemZSubtarget.cpp | 54 - lib/Target/SystemZ/SystemZSubtarget.h | 48 - lib/Target/SystemZ/SystemZTargetMachine.cpp | 40 - lib/Target/SystemZ/SystemZTargetMachine.h | 68 -- lib/Target/SystemZ/TargetInfo/CMakeLists.txt | 13 - lib/Target/SystemZ/TargetInfo/Makefile | 15 - .../SystemZ/TargetInfo/SystemZTargetInfo.cpp | 19 - projects/sample/autoconf/configure.ac | 8 +- projects/sample/configure | 9 +- test/CodeGen/SystemZ/00-RetVoid.ll | 6 - test/CodeGen/SystemZ/01-RetArg.ll | 6 - test/CodeGen/SystemZ/01-RetImm.ll | 49 - test/CodeGen/SystemZ/02-MemArith.ll | 133 --- test/CodeGen/SystemZ/02-RetAdd.ll | 6 - test/CodeGen/SystemZ/02-RetAddImm.ll | 6 - test/CodeGen/SystemZ/02-RetAnd.ll | 7 - test/CodeGen/SystemZ/02-RetAndImm.ll | 28 - test/CodeGen/SystemZ/02-RetNeg.ll | 7 - test/CodeGen/SystemZ/02-RetOr.ll | 6 - test/CodeGen/SystemZ/02-RetOrImm.ll | 28 - test/CodeGen/SystemZ/02-RetSub.ll | 7 - test/CodeGen/SystemZ/02-RetSubImm.ll | 7 - test/CodeGen/SystemZ/02-RetXor.ll | 6 - test/CodeGen/SystemZ/02-RetXorImm.ll | 6 - test/CodeGen/SystemZ/03-RetAddImmSubreg.ll | 42 - test/CodeGen/SystemZ/03-RetAddSubreg.ll | 22 - test/CodeGen/SystemZ/03-RetAndImmSubreg.ll | 38 - test/CodeGen/SystemZ/03-RetAndSubreg.ll | 21 - test/CodeGen/SystemZ/03-RetArgSubreg.ll | 19 - test/CodeGen/SystemZ/03-RetImmSubreg.ll | 42 - test/CodeGen/SystemZ/03-RetNegImmSubreg.ll | 8 - test/CodeGen/SystemZ/03-RetOrImmSubreg.ll | 60 - test/CodeGen/SystemZ/03-RetOrSubreg.ll | 23 - test/CodeGen/SystemZ/03-RetSubImmSubreg.ll | 42 - test/CodeGen/SystemZ/03-RetSubSubreg.ll | 22 - test/CodeGen/SystemZ/03-RetXorImmSubreg.ll | 58 - test/CodeGen/SystemZ/03-RetXorSubreg.ll | 23 - test/CodeGen/SystemZ/04-RetShifts.ll | 121 --- test/CodeGen/SystemZ/05-LoadAddr.ll | 11 - test/CodeGen/SystemZ/05-MemImmStores.ll | 50 - test/CodeGen/SystemZ/05-MemLoadsStores.ll | 44 - test/CodeGen/SystemZ/05-MemLoadsStores16.ll | 85 -- test/CodeGen/SystemZ/05-MemRegLoads.ll | 75 -- test/CodeGen/SystemZ/05-MemRegStores.ll | 79 -- test/CodeGen/SystemZ/06-CallViaStack.ll | 17 - test/CodeGen/SystemZ/06-FrameIdxLoad.ll | 16 - test/CodeGen/SystemZ/06-LocalFrame.ll | 13 - test/CodeGen/SystemZ/06-SimpleCall.ll | 12 - test/CodeGen/SystemZ/07-BrCond.ll | 141 --- test/CodeGen/SystemZ/07-BrCond32.ll | 142 --- test/CodeGen/SystemZ/07-BrUnCond.ll | 18 - test/CodeGen/SystemZ/07-CmpImm.ll | 137 --- test/CodeGen/SystemZ/07-CmpImm32.ll | 139 --- test/CodeGen/SystemZ/07-SelectCC.ll | 11 - test/CodeGen/SystemZ/08-DivRem.ll | 55 - test/CodeGen/SystemZ/08-DivRemMemOp.ll | 64 -- test/CodeGen/SystemZ/08-SimpleMuls.ll | 29 - test/CodeGen/SystemZ/09-DynamicAlloca.ll | 14 - test/CodeGen/SystemZ/09-Globals.ll | 23 - test/CodeGen/SystemZ/09-Switches.ll | 39 - test/CodeGen/SystemZ/10-FuncsPic.ll | 27 - test/CodeGen/SystemZ/10-GlobalsPic.ll | 29 - test/CodeGen/SystemZ/11-BSwap.ll | 74 -- .../CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll | 12 - test/CodeGen/SystemZ/2009-06-02-And32Imm.ll | 14 - test/CodeGen/SystemZ/2009-06-02-Rotate.ll | 13 - test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll | 19 - test/CodeGen/SystemZ/2009-07-04-Shl32.ll | 27 - test/CodeGen/SystemZ/2009-07-05-Shifts.ll | 25 - .../SystemZ/2009-07-10-BadIncomingArgOffset.ll | 25 - test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll | 16 - test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll | 32 - .../SystemZ/2009-08-21-InlineAsmRConstraint.ll | 21 - test/CodeGen/SystemZ/2009-08-22-FCopySign.ll | 22 - test/CodeGen/SystemZ/2010-01-04-DivMem.ll | 50 - .../SystemZ/2010-04-07-DbgValueOtherTargets.ll | 28 - test/CodeGen/SystemZ/dg.exp | 5 - .../lit/lit/ExampleTests/LLVM.InTree/test/site.exp | 2 +- .../ExampleTests/LLVM.OutOfTree/obj/test/site.exp | 2 +- 117 files changed, 12 insertions(+), 8826 deletions(-) delete mode 100644 lib/Target/SystemZ/CMakeLists.txt delete mode 100644 lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt delete mode 100644 lib/Target/SystemZ/MCTargetDesc/Makefile delete mode 100644 lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp delete mode 100644 lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h delete mode 100644 lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp delete mode 100644 lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h delete mode 100644 lib/Target/SystemZ/Makefile delete mode 100644 lib/Target/SystemZ/SystemZ.h delete mode 100644 lib/Target/SystemZ/SystemZ.td delete mode 100644 lib/Target/SystemZ/SystemZAsmPrinter.cpp delete mode 100644 lib/Target/SystemZ/SystemZCallingConv.td delete mode 100644 lib/Target/SystemZ/SystemZFrameLowering.cpp delete mode 100644 lib/Target/SystemZ/SystemZFrameLowering.h delete mode 100644 lib/Target/SystemZ/SystemZISelDAGToDAG.cpp delete mode 100644 lib/Target/SystemZ/SystemZISelLowering.cpp delete mode 100644 lib/Target/SystemZ/SystemZISelLowering.h delete mode 100644 lib/Target/SystemZ/SystemZInstrBuilder.h delete mode 100644 lib/Target/SystemZ/SystemZInstrFP.td delete mode 100644 lib/Target/SystemZ/SystemZInstrFormats.td delete mode 100644 lib/Target/SystemZ/SystemZInstrInfo.cpp delete mode 100644 lib/Target/SystemZ/SystemZInstrInfo.h delete mode 100644 lib/Target/SystemZ/SystemZInstrInfo.td delete mode 100644 lib/Target/SystemZ/SystemZMachineFunctionInfo.h delete mode 100644 lib/Target/SystemZ/SystemZOperands.td delete mode 100644 lib/Target/SystemZ/SystemZRegisterInfo.cpp delete mode 100644 lib/Target/SystemZ/SystemZRegisterInfo.h delete mode 100644 lib/Target/SystemZ/SystemZRegisterInfo.td delete mode 100644 lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp delete mode 100644 lib/Target/SystemZ/SystemZSelectionDAGInfo.h delete mode 100644 lib/Target/SystemZ/SystemZSubtarget.cpp delete mode 100644 lib/Target/SystemZ/SystemZSubtarget.h delete mode 100644 lib/Target/SystemZ/SystemZTargetMachine.cpp delete mode 100644 lib/Target/SystemZ/SystemZTargetMachine.h delete mode 100644 lib/Target/SystemZ/TargetInfo/CMakeLists.txt delete mode 100644 lib/Target/SystemZ/TargetInfo/Makefile delete mode 100644 lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp delete mode 100644 test/CodeGen/SystemZ/00-RetVoid.ll delete mode 100644 test/CodeGen/SystemZ/01-RetArg.ll delete mode 100644 test/CodeGen/SystemZ/01-RetImm.ll delete mode 100644 test/CodeGen/SystemZ/02-MemArith.ll delete mode 100644 test/CodeGen/SystemZ/02-RetAdd.ll delete mode 100644 test/CodeGen/SystemZ/02-RetAddImm.ll delete mode 100644 test/CodeGen/SystemZ/02-RetAnd.ll delete mode 100644 test/CodeGen/SystemZ/02-RetAndImm.ll delete mode 100644 test/CodeGen/SystemZ/02-RetNeg.ll delete mode 100644 test/CodeGen/SystemZ/02-RetOr.ll delete mode 100644 test/CodeGen/SystemZ/02-RetOrImm.ll delete mode 100644 test/CodeGen/SystemZ/02-RetSub.ll delete mode 100644 test/CodeGen/SystemZ/02-RetSubImm.ll delete mode 100644 test/CodeGen/SystemZ/02-RetXor.ll delete mode 100644 test/CodeGen/SystemZ/02-RetXorImm.ll delete mode 100644 test/CodeGen/SystemZ/03-RetAddImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetAddSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetAndImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetAndSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetArgSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetNegImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetOrImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetOrSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetSubImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetSubSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetXorImmSubreg.ll delete mode 100644 test/CodeGen/SystemZ/03-RetXorSubreg.ll delete mode 100644 test/CodeGen/SystemZ/04-RetShifts.ll delete mode 100644 test/CodeGen/SystemZ/05-LoadAddr.ll delete mode 100644 test/CodeGen/SystemZ/05-MemImmStores.ll delete mode 100644 test/CodeGen/SystemZ/05-MemLoadsStores.ll delete mode 100644 test/CodeGen/SystemZ/05-MemLoadsStores16.ll delete mode 100644 test/CodeGen/SystemZ/05-MemRegLoads.ll delete mode 100644 test/CodeGen/SystemZ/05-MemRegStores.ll delete mode 100644 test/CodeGen/SystemZ/06-CallViaStack.ll delete mode 100644 test/CodeGen/SystemZ/06-FrameIdxLoad.ll delete mode 100644 test/CodeGen/SystemZ/06-LocalFrame.ll delete mode 100644 test/CodeGen/SystemZ/06-SimpleCall.ll delete mode 100644 test/CodeGen/SystemZ/07-BrCond.ll delete mode 100644 test/CodeGen/SystemZ/07-BrCond32.ll delete mode 100644 test/CodeGen/SystemZ/07-BrUnCond.ll delete mode 100644 test/CodeGen/SystemZ/07-CmpImm.ll delete mode 100644 test/CodeGen/SystemZ/07-CmpImm32.ll delete mode 100644 test/CodeGen/SystemZ/07-SelectCC.ll delete mode 100644 test/CodeGen/SystemZ/08-DivRem.ll delete mode 100644 test/CodeGen/SystemZ/08-DivRemMemOp.ll delete mode 100644 test/CodeGen/SystemZ/08-SimpleMuls.ll delete mode 100644 test/CodeGen/SystemZ/09-DynamicAlloca.ll delete mode 100644 test/CodeGen/SystemZ/09-Globals.ll delete mode 100644 test/CodeGen/SystemZ/09-Switches.ll delete mode 100644 test/CodeGen/SystemZ/10-FuncsPic.ll delete mode 100644 test/CodeGen/SystemZ/10-GlobalsPic.ll delete mode 100644 test/CodeGen/SystemZ/11-BSwap.ll delete mode 100644 test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll delete mode 100644 test/CodeGen/SystemZ/2009-06-02-And32Imm.ll delete mode 100644 test/CodeGen/SystemZ/2009-06-02-Rotate.ll delete mode 100644 test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll delete mode 100644 test/CodeGen/SystemZ/2009-07-04-Shl32.ll delete mode 100644 test/CodeGen/SystemZ/2009-07-05-Shifts.ll delete mode 100644 test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll delete mode 100644 test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll delete mode 100644 test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll delete mode 100644 test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll delete mode 100644 test/CodeGen/SystemZ/2009-08-22-FCopySign.ll delete mode 100644 test/CodeGen/SystemZ/2010-01-04-DivMem.ll delete mode 100644 test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll delete mode 100644 test/CodeGen/SystemZ/dg.exp diff --git a/CMakeLists.txt b/CMakeLists.txt index 039f619ff9..66ddaf68be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,6 @@ set(LLVM_ALL_TARGETS PowerPC PTX Sparc - SystemZ X86 XCore ) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index b8b61bc16b..32a1e8de7b 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -357,7 +357,6 @@ AC_CACHE_CHECK([target architecture],[llvm_cv_target_arch], mips-*) llvm_cv_target_arch="Mips" ;; xcore-*) llvm_cv_target_arch="XCore" ;; msp430-*) llvm_cv_target_arch="MSP430" ;; - s390x-*) llvm_cv_target_arch="SystemZ" ;; bfin-*) llvm_cv_target_arch="Blackfin" ;; mblaze-*) llvm_cv_target_arch="MBlaze" ;; ptx-*) llvm_cv_target_arch="PTX" ;; @@ -494,7 +493,6 @@ else Mips) AC_SUBST(TARGET_HAS_JIT,1) ;; XCore) AC_SUBST(TARGET_HAS_JIT,0) ;; MSP430) AC_SUBST(TARGET_HAS_JIT,0) ;; - SystemZ) AC_SUBST(TARGET_HAS_JIT,0) ;; Blackfin) AC_SUBST(TARGET_HAS_JIT,0) ;; MBlaze) AC_SUBST(TARGET_HAS_JIT,0) ;; PTX) AC_SUBST(TARGET_HAS_JIT,0) ;; @@ -608,13 +606,13 @@ TARGETS_TO_BUILD="" AC_ARG_ENABLE([targets],AS_HELP_STRING([--enable-targets], [Build specific host targets: all or target1,target2,... Valid targets are: host, x86, x86_64, sparc, powerpc, alpha, arm, mips, spu, - xcore, msp430, systemz, blackfin, ptx, cbe, and cpp (default=all)]),, + xcore, msp430, blackfin, ptx, cbe, and cpp (default=all)]),, enableval=all) if test "$enableval" = host-only ; then enableval=host fi case "$enableval" in - all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze PTX" ;; + all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 Blackfin CBackend CppBackend MBlaze PTX" ;; *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do case "$a_target" in x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; @@ -627,7 +625,6 @@ case "$enableval" in spu) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;; xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;; msp430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;; - systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;; cbe) TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD" ;; cpp) TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;; @@ -645,7 +642,6 @@ case "$enableval" in CellSPU|SPU) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;; XCore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;; MSP430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;; - s390x) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; Blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;; PTX) TARGETS_TO_BUILD="PTX $TARGETS_TO_BUILD" ;; *) AC_MSG_ERROR([Can not set target to build]) ;; diff --git a/configure b/configure index c8b3c767ad..cd3be75085 100755 --- a/configure +++ b/configure @@ -1416,7 +1416,7 @@ Optional Features: --enable-targets Build specific host targets: all or target1,target2,... Valid targets are: host, x86, x86_64, sparc, powerpc, alpha, arm, mips, spu, - xcore, msp430, systemz, blackfin, ptx, cbe, and cpp + xcore, msp430, blackfin, ptx, cbe, and cpp (default=all) --enable-cbe-printf-a Enable C Backend output with hex floating point via %a (default is YES) @@ -3880,7 +3880,6 @@ else mips-*) llvm_cv_target_arch="Mips" ;; xcore-*) llvm_cv_target_arch="XCore" ;; msp430-*) llvm_cv_target_arch="MSP430" ;; - s390x-*) llvm_cv_target_arch="SystemZ" ;; bfin-*) llvm_cv_target_arch="Blackfin" ;; mblaze-*) llvm_cv_target_arch="MBlaze" ;; ptx-*) llvm_cv_target_arch="PTX" ;; @@ -5084,8 +5083,6 @@ else XCore) TARGET_HAS_JIT=0 ;; MSP430) TARGET_HAS_JIT=0 - ;; - SystemZ) TARGET_HAS_JIT=0 ;; Blackfin) TARGET_HAS_JIT=0 ;; @@ -5277,7 +5274,7 @@ if test "$enableval" = host-only ; then enableval=host fi case "$enableval" in - all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze PTX" ;; + all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 Blackfin CBackend CppBackend MBlaze PTX" ;; *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do case "$a_target" in x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; @@ -5290,7 +5287,6 @@ case "$enableval" in spu) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;; xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;; msp430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;; - systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;; cbe) TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD" ;; cpp) TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;; @@ -5308,7 +5304,6 @@ case "$enableval" in CellSPU|SPU) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;; XCore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;; MSP430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;; - s390x) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; Blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;; PTX) TARGETS_TO_BUILD="PTX $TARGETS_TO_BUILD" ;; *) { { echo "$as_me:$LINENO: error: Can not set target to build" >&5 diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index ca2bb60746..c238fd3afc 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -2217,7 +2217,6 @@ is the key:

PTX PowerPC Sparc - SystemZ X86 XCore @@ -2234,7 +2233,6 @@ is the key:

- @@ -2251,7 +2249,6 @@ is the key:

- @@ -2268,7 +2265,6 @@ is the key:

- @@ -2285,7 +2281,6 @@ is the key:

- @@ -2302,7 +2297,6 @@ is the key:

- @@ -2319,7 +2313,6 @@ is the key:

- @@ -2336,7 +2329,6 @@ is the key:

- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4e36182126..e7f318a6f4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -759,7 +759,7 @@ components, please contact us on the LLVMdev list.