Remove the Alpha backend.
authorDan Gohman <gohman@apple.com>
Thu, 27 Oct 2011 22:56:32 +0000 (22:56 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 27 Oct 2011 22:56:32 +0000 (22:56 +0000)
commit33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2
tree19356b63d7d9c64977cbfdac0d82e272b117cfbf
parent03e03b098462c2715598ca96298110b63c57a2d3
Remove the Alpha backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
98 files changed:
CMakeLists.txt
autoconf/configure.ac
cmake/config-ix.cmake
configure
docs/CMake.html
docs/CodeGenerator.html
docs/CompilerWriterInfo.html
docs/UsingLibraries.html
include/llvm/ADT/Triple.h
include/llvm/Intrinsics.td
include/llvm/IntrinsicsAlpha.td [deleted file]
lib/Support/Triple.cpp
lib/Target/Alpha/Alpha.h [deleted file]
lib/Target/Alpha/Alpha.td [deleted file]
lib/Target/Alpha/AlphaAsmPrinter.cpp [deleted file]
lib/Target/Alpha/AlphaBranchSelector.cpp [deleted file]
lib/Target/Alpha/AlphaCallingConv.td [deleted file]
lib/Target/Alpha/AlphaFrameLowering.cpp [deleted file]
lib/Target/Alpha/AlphaFrameLowering.h [deleted file]
lib/Target/Alpha/AlphaISelDAGToDAG.cpp [deleted file]
lib/Target/Alpha/AlphaISelLowering.cpp [deleted file]
lib/Target/Alpha/AlphaISelLowering.h [deleted file]
lib/Target/Alpha/AlphaInstrFormats.td [deleted file]
lib/Target/Alpha/AlphaInstrInfo.cpp [deleted file]
lib/Target/Alpha/AlphaInstrInfo.h [deleted file]
lib/Target/Alpha/AlphaInstrInfo.td [deleted file]
lib/Target/Alpha/AlphaLLRP.cpp [deleted file]
lib/Target/Alpha/AlphaMachineFunctionInfo.h [deleted file]
lib/Target/Alpha/AlphaRegisterInfo.cpp [deleted file]
lib/Target/Alpha/AlphaRegisterInfo.h [deleted file]
lib/Target/Alpha/AlphaRegisterInfo.td [deleted file]
lib/Target/Alpha/AlphaRelocations.h [deleted file]
lib/Target/Alpha/AlphaSchedule.td [deleted file]
lib/Target/Alpha/AlphaSelectionDAGInfo.cpp [deleted file]
lib/Target/Alpha/AlphaSelectionDAGInfo.h [deleted file]
lib/Target/Alpha/AlphaSubtarget.cpp [deleted file]
lib/Target/Alpha/AlphaSubtarget.h [deleted file]
lib/Target/Alpha/AlphaTargetMachine.cpp [deleted file]
lib/Target/Alpha/AlphaTargetMachine.h [deleted file]
lib/Target/Alpha/CMakeLists.txt [deleted file]
lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.cpp [deleted file]
lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.h [deleted file]
lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp [deleted file]
lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.h [deleted file]
lib/Target/Alpha/MCTargetDesc/CMakeLists.txt [deleted file]
lib/Target/Alpha/MCTargetDesc/Makefile [deleted file]
lib/Target/Alpha/Makefile [deleted file]
lib/Target/Alpha/README.txt [deleted file]
lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp [deleted file]
lib/Target/Alpha/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/Alpha/TargetInfo/Makefile [deleted file]
projects/sample/autoconf/configure.ac
projects/sample/configure
test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll [deleted file]
test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll [deleted file]
test/CodeGen/Alpha/2006-01-26-VaargBreak.ll [deleted file]
test/CodeGen/Alpha/2006-04-04-zextload.ll [deleted file]
test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll [deleted file]
test/CodeGen/Alpha/2006-11-01-vastart.ll [deleted file]
test/CodeGen/Alpha/2007-11-27-mulneg3.ll [deleted file]
test/CodeGen/Alpha/2008-11-10-smul_lohi.ll [deleted file]
test/CodeGen/Alpha/2008-11-12-Add128.ll [deleted file]
test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll [deleted file]
test/CodeGen/Alpha/2010-04-07-DbgValueOtherTargets.ll [deleted file]
test/CodeGen/Alpha/2010-08-01-mulreduce64.ll [deleted file]
test/CodeGen/Alpha/add.ll [deleted file]
test/CodeGen/Alpha/add128.ll [deleted file]
test/CodeGen/Alpha/bic.ll [deleted file]
test/CodeGen/Alpha/bsr.ll [deleted file]
test/CodeGen/Alpha/call_adj.ll [deleted file]
test/CodeGen/Alpha/cmov.ll [deleted file]
test/CodeGen/Alpha/cmpbge.ll [deleted file]
test/CodeGen/Alpha/ctlz.ll [deleted file]
test/CodeGen/Alpha/ctlz_e.ll [deleted file]
test/CodeGen/Alpha/ctpop.ll [deleted file]
test/CodeGen/Alpha/dg.exp [deleted file]
test/CodeGen/Alpha/eqv.ll [deleted file]
test/CodeGen/Alpha/i32_sub_1.ll [deleted file]
test/CodeGen/Alpha/illegal-element-type.ll [deleted file]
test/CodeGen/Alpha/jmp_table.ll [deleted file]
test/CodeGen/Alpha/mb.ll [deleted file]
test/CodeGen/Alpha/mul128.ll [deleted file]
test/CodeGen/Alpha/mul5.ll [deleted file]
test/CodeGen/Alpha/neg1.ll [deleted file]
test/CodeGen/Alpha/not.ll [deleted file]
test/CodeGen/Alpha/ornot.ll [deleted file]
test/CodeGen/Alpha/private.ll [deleted file]
test/CodeGen/Alpha/rpcc.ll [deleted file]
test/CodeGen/Alpha/srl_and.ll [deleted file]
test/CodeGen/Alpha/sub128.ll [deleted file]
test/CodeGen/Alpha/weak.ll [deleted file]
test/CodeGen/Alpha/zapnot.ll [deleted file]
test/CodeGen/Alpha/zapnot2.ll [deleted file]
test/CodeGen/Alpha/zapnot3.ll [deleted file]
test/CodeGen/Alpha/zapnot4.ll [deleted file]
tools/bugpoint/ToolRunner.cpp
utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp
utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp