aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 17:58:59 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 17:58:59 +0000
commit1a56a5ead7a2e84bee8240f5f6b033b5f1707154 (patch)
tree2f526c9cfcb089e51c33d6e1f0d51b10bda34714 /lib/Target/Mips
parentd8e91e46262bc44006913e6796843909f1ac7bcd (diff)
downloadsrc-1a56a5ead7a2e84bee8240f5f6b033b5f1707154.tar.gz
src-1a56a5ead7a2e84bee8240f5f6b033b5f1707154.zip
Remove upstream files and directories from vendor/llvm/dist that we do
not use. This saves on repository space, and reduces the number of tree conflicts when merging.
Notes
Notes: svn path=/vendor/llvm/dist/; revision=351266
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r--lib/Target/Mips/AsmParser/CMakeLists.txt3
-rw-r--r--lib/Target/Mips/AsmParser/LLVMBuild.txt23
-rw-r--r--lib/Target/Mips/CMakeLists.txt65
-rw-r--r--lib/Target/Mips/Disassembler/CMakeLists.txt3
-rw-r--r--lib/Target/Mips/Disassembler/LLVMBuild.txt23
-rw-r--r--lib/Target/Mips/InstPrinter/CMakeLists.txt3
-rw-r--r--lib/Target/Mips/InstPrinter/LLVMBuild.txt23
-rw-r--r--lib/Target/Mips/LLVMBuild.txt47
-rw-r--r--lib/Target/Mips/MCTargetDesc/CMakeLists.txt14
-rw-r--r--lib/Target/Mips/MCTargetDesc/LLVMBuild.txt23
-rw-r--r--lib/Target/Mips/TargetInfo/CMakeLists.txt3
-rw-r--r--lib/Target/Mips/TargetInfo/LLVMBuild.txt23
12 files changed, 0 insertions, 253 deletions
diff --git a/lib/Target/Mips/AsmParser/CMakeLists.txt b/lib/Target/Mips/AsmParser/CMakeLists.txt
deleted file mode 100644
index f1675560853a..000000000000
--- a/lib/Target/Mips/AsmParser/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_llvm_library(LLVMMipsAsmParser
- MipsAsmParser.cpp
- )
diff --git a/lib/Target/Mips/AsmParser/LLVMBuild.txt b/lib/Target/Mips/AsmParser/LLVMBuild.txt
deleted file mode 100644
index dd8e3cf6d8cd..000000000000
--- a/lib/Target/Mips/AsmParser/LLVMBuild.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-;===- ./lib/Target/Mips/AsmParser/LLVMBuild.txt ----------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Library
-name = MipsAsmParser
-parent = Mips
-required_libraries = MC MCParser MipsDesc MipsInfo Support
-add_to_library_groups = Mips
diff --git a/lib/Target/Mips/CMakeLists.txt b/lib/Target/Mips/CMakeLists.txt
deleted file mode 100644
index b67fb46cf66a..000000000000
--- a/lib/Target/Mips/CMakeLists.txt
+++ /dev/null
@@ -1,65 +0,0 @@
-set(LLVM_TARGET_DEFINITIONS Mips.td)
-
-tablegen(LLVM MipsGenAsmMatcher.inc -gen-asm-matcher)
-tablegen(LLVM MipsGenAsmWriter.inc -gen-asm-writer)
-tablegen(LLVM MipsGenCallingConv.inc -gen-callingconv)
-tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel)
-tablegen(LLVM MipsGenDisassemblerTables.inc -gen-disassembler)
-tablegen(LLVM MipsGenFastISel.inc -gen-fast-isel)
-tablegen(LLVM MipsGenGlobalISel.inc -gen-global-isel)
-tablegen(LLVM MipsGenInstrInfo.inc -gen-instr-info)
-tablegen(LLVM MipsGenMCCodeEmitter.inc -gen-emitter)
-tablegen(LLVM MipsGenMCPseudoLowering.inc -gen-pseudo-lowering)
-tablegen(LLVM MipsGenRegisterBank.inc -gen-register-bank)
-tablegen(LLVM MipsGenRegisterInfo.inc -gen-register-info)
-tablegen(LLVM MipsGenSubtargetInfo.inc -gen-subtarget)
-
-add_public_tablegen_target(MipsCommonTableGen)
-
-add_llvm_target(MipsCodeGen
- Mips16FrameLowering.cpp
- Mips16HardFloat.cpp
- Mips16HardFloatInfo.cpp
- Mips16InstrInfo.cpp
- Mips16ISelDAGToDAG.cpp
- Mips16ISelLowering.cpp
- Mips16RegisterInfo.cpp
- MipsAnalyzeImmediate.cpp
- MipsAsmPrinter.cpp
- MipsCallLowering.cpp
- MipsCCState.cpp
- MipsConstantIslandPass.cpp
- MipsDelaySlotFiller.cpp
- MipsExpandPseudo.cpp
- MipsFastISel.cpp
- MipsInstrInfo.cpp
- MipsInstructionSelector.cpp
- MipsISelDAGToDAG.cpp
- MipsISelLowering.cpp
- MipsFrameLowering.cpp
- MipsLegalizerInfo.cpp
- MipsBranchExpansion.cpp
- MipsMCInstLower.cpp
- MipsMachineFunction.cpp
- MipsModuleISelDAGToDAG.cpp
- MipsOptimizePICCall.cpp
- MipsOs16.cpp
- MipsPreLegalizerCombiner.cpp
- MipsRegisterBankInfo.cpp
- MipsRegisterInfo.cpp
- MipsSEFrameLowering.cpp
- MipsSEInstrInfo.cpp
- MipsSEISelDAGToDAG.cpp
- MipsSEISelLowering.cpp
- MipsSERegisterInfo.cpp
- MipsSubtarget.cpp
- MipsTargetMachine.cpp
- MipsTargetObjectFile.cpp
- MicroMipsSizeReduction.cpp
- )
-
-add_subdirectory(AsmParser)
-add_subdirectory(Disassembler)
-add_subdirectory(InstPrinter)
-add_subdirectory(MCTargetDesc)
-add_subdirectory(TargetInfo)
diff --git a/lib/Target/Mips/Disassembler/CMakeLists.txt b/lib/Target/Mips/Disassembler/CMakeLists.txt
deleted file mode 100644
index a64d02c47406..000000000000
--- a/lib/Target/Mips/Disassembler/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_llvm_library(LLVMMipsDisassembler
- MipsDisassembler.cpp
- )
diff --git a/lib/Target/Mips/Disassembler/LLVMBuild.txt b/lib/Target/Mips/Disassembler/LLVMBuild.txt
deleted file mode 100644
index 414b4f78480f..000000000000
--- a/lib/Target/Mips/Disassembler/LLVMBuild.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-;===- ./lib/Target/Mips/Disassembler/LLVMBuild.txt -------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Library
-name = MipsDisassembler
-parent = Mips
-required_libraries = MCDisassembler MipsInfo Support
-add_to_library_groups = Mips
diff --git a/lib/Target/Mips/InstPrinter/CMakeLists.txt b/lib/Target/Mips/InstPrinter/CMakeLists.txt
deleted file mode 100644
index 2a67fba796a6..000000000000
--- a/lib/Target/Mips/InstPrinter/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_llvm_library(LLVMMipsAsmPrinter
- MipsInstPrinter.cpp
- )
diff --git a/lib/Target/Mips/InstPrinter/LLVMBuild.txt b/lib/Target/Mips/InstPrinter/LLVMBuild.txt
deleted file mode 100644
index 317057b913b1..000000000000
--- a/lib/Target/Mips/InstPrinter/LLVMBuild.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-;===- ./lib/Target/Mips/InstPrinter/LLVMBuild.txt --------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Library
-name = MipsAsmPrinter
-parent = Mips
-required_libraries = MC Support
-add_to_library_groups = Mips
diff --git a/lib/Target/Mips/LLVMBuild.txt b/lib/Target/Mips/LLVMBuild.txt
deleted file mode 100644
index 4b6851f7af69..000000000000
--- a/lib/Target/Mips/LLVMBuild.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-;===- ./lib/Target/Mips/LLVMBuild.txt --------------------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[common]
-subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo
-
-[component_0]
-type = TargetGroup
-name = Mips
-parent = Target
-has_asmparser = 1
-has_asmprinter = 1
-has_disassembler = 1
-has_jit = 1
-
-[component_1]
-type = Library
-name = MipsCodeGen
-parent = Mips
-required_libraries =
- Analysis
- AsmPrinter
- CodeGen
- Core
- MC
- MipsAsmPrinter
- MipsDesc
- MipsInfo
- SelectionDAG
- Support
- Target
- GlobalISel
-add_to_library_groups = Mips
diff --git a/lib/Target/Mips/MCTargetDesc/CMakeLists.txt b/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
deleted file mode 100644
index c63af7c710cc..000000000000
--- a/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-add_llvm_library(LLVMMipsDesc
- MipsABIInfo.cpp
- MipsABIFlagsSection.cpp
- MipsAsmBackend.cpp
- MipsELFObjectWriter.cpp
- MipsELFStreamer.cpp
- MipsMCAsmInfo.cpp
- MipsMCCodeEmitter.cpp
- MipsMCExpr.cpp
- MipsMCTargetDesc.cpp
- MipsNaClELFStreamer.cpp
- MipsOptionRecord.cpp
- MipsTargetStreamer.cpp
- )
diff --git a/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt b/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
deleted file mode 100644
index 29f5da691180..000000000000
--- a/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-;===- ./lib/Target/Mips/MCTargetDesc/LLVMBuild.txt -------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Library
-name = MipsDesc
-parent = Mips
-required_libraries = MC MipsAsmPrinter MipsInfo Support
-add_to_library_groups = Mips
diff --git a/lib/Target/Mips/TargetInfo/CMakeLists.txt b/lib/Target/Mips/TargetInfo/CMakeLists.txt
deleted file mode 100644
index 3347a99a4321..000000000000
--- a/lib/Target/Mips/TargetInfo/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-add_llvm_library(LLVMMipsInfo
- MipsTargetInfo.cpp
- )
diff --git a/lib/Target/Mips/TargetInfo/LLVMBuild.txt b/lib/Target/Mips/TargetInfo/LLVMBuild.txt
deleted file mode 100644
index 6235bfc3fd18..000000000000
--- a/lib/Target/Mips/TargetInfo/LLVMBuild.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-;===- ./lib/Target/Mips/TargetInfo/LLVMBuild.txt ---------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Library
-name = MipsInfo
-parent = Mips
-required_libraries = Support
-add_to_library_groups = Mips