Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
authorChris Lattner <sabre@nondot.org>
Mon, 11 Oct 2010 05:44:40 +0000 (05:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Oct 2010 05:44:40 +0000 (05:44 +0000)
commit60cb528246dd01b80b1b1260a2a877ea488e620a
tree785116988a0a77a6d63c8972e543b3aada802e88
parent335b806c627bf04eb079009abcc41e5d36f2ef22
Per discussion with Sanjiv, remove the PIC16 target from mainline.  When/if
it comes back, it will be largely a rewrite, so keeping the old codebase
in tree isn't helping anyone.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116190 91177308-0d34-0410-b5e6-96231b3b80d8
71 files changed:
CMakeLists.txt
cmake/config-ix.cmake
cmake/modules/LLVMLibDeps.cmake
configure
docs/ReleaseNotes.html
include/llvm/MC/MCSection.h
lib/CodeGen/VirtRegRewriter.cpp
lib/Target/PIC16/AsmPrinter/CMakeLists.txt [deleted file]
lib/Target/PIC16/AsmPrinter/Makefile [deleted file]
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp [deleted file]
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h [deleted file]
lib/Target/PIC16/CMakeLists.txt [deleted file]
lib/Target/PIC16/Makefile [deleted file]
lib/Target/PIC16/PIC16.h [deleted file]
lib/Target/PIC16/PIC16.td [deleted file]
lib/Target/PIC16/PIC16ABINames.h [deleted file]
lib/Target/PIC16/PIC16DebugInfo.cpp [deleted file]
lib/Target/PIC16/PIC16DebugInfo.h [deleted file]
lib/Target/PIC16/PIC16ISelDAGToDAG.cpp [deleted file]
lib/Target/PIC16/PIC16ISelDAGToDAG.h [deleted file]
lib/Target/PIC16/PIC16ISelLowering.cpp [deleted file]
lib/Target/PIC16/PIC16ISelLowering.h [deleted file]
lib/Target/PIC16/PIC16InstrFormats.td [deleted file]
lib/Target/PIC16/PIC16InstrInfo.cpp [deleted file]
lib/Target/PIC16/PIC16InstrInfo.h [deleted file]
lib/Target/PIC16/PIC16InstrInfo.td [deleted file]
lib/Target/PIC16/PIC16MCAsmInfo.cpp [deleted file]
lib/Target/PIC16/PIC16MCAsmInfo.h [deleted file]
lib/Target/PIC16/PIC16MachineFunctionInfo.h [deleted file]
lib/Target/PIC16/PIC16MemSelOpt.cpp [deleted file]
lib/Target/PIC16/PIC16Passes/CMakeLists.txt [deleted file]
lib/Target/PIC16/PIC16Passes/Makefile [deleted file]
lib/Target/PIC16/PIC16Passes/PIC16Cloner.cpp [deleted file]
lib/Target/PIC16/PIC16Passes/PIC16Cloner.h [deleted file]
lib/Target/PIC16/PIC16Passes/PIC16Overlay.cpp [deleted file]
lib/Target/PIC16/PIC16Passes/PIC16Overlay.h [deleted file]
lib/Target/PIC16/PIC16RegisterInfo.cpp [deleted file]
lib/Target/PIC16/PIC16RegisterInfo.h [deleted file]
lib/Target/PIC16/PIC16RegisterInfo.td [deleted file]
lib/Target/PIC16/PIC16Section.cpp [deleted file]
lib/Target/PIC16/PIC16Section.h [deleted file]
lib/Target/PIC16/PIC16SelectionDAGInfo.cpp [deleted file]
lib/Target/PIC16/PIC16SelectionDAGInfo.h [deleted file]
lib/Target/PIC16/PIC16Subtarget.cpp [deleted file]
lib/Target/PIC16/PIC16Subtarget.h [deleted file]
lib/Target/PIC16/PIC16TargetMachine.cpp [deleted file]
lib/Target/PIC16/PIC16TargetMachine.h [deleted file]
lib/Target/PIC16/PIC16TargetObjectFile.cpp [deleted file]
lib/Target/PIC16/PIC16TargetObjectFile.h [deleted file]
lib/Target/PIC16/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/PIC16/TargetInfo/Makefile [deleted file]
lib/Target/PIC16/TargetInfo/PIC16TargetInfo.cpp [deleted file]
test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll [deleted file]
test/CodeGen/PIC16/2009-11-20-NewNode.ll [deleted file]
test/CodeGen/PIC16/C16-11.ll [deleted file]
test/CodeGen/PIC16/C16-15.ll [deleted file]
test/CodeGen/PIC16/C16-49.ll [deleted file]
test/CodeGen/PIC16/check_inc_files.ll [deleted file]
test/CodeGen/PIC16/dg.exp [deleted file]
test/CodeGen/PIC16/global-in-user-section.ll [deleted file]
test/CodeGen/PIC16/globals.ll [deleted file]
test/CodeGen/PIC16/result_direction.ll [deleted file]
test/CodeGen/PIC16/sext.ll [deleted file]
test/CodeGen/PIC16/test_indf_name.ll [deleted file]
tools/llvmc/examples/Makefile
tools/llvmc/examples/mcc16/Hooks.cpp [deleted file]
tools/llvmc/examples/mcc16/Main.cpp [deleted file]
tools/llvmc/examples/mcc16/Makefile [deleted file]
tools/llvmc/examples/mcc16/PIC16.td [deleted file]
tools/llvmc/examples/mcc16/README [deleted file]
utils/GenLibDeps.pl