OSDN Git Service

Add TargetInfo libraries for all targets.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 15 Jul 2009 06:35:19 +0000 (06:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 15 Jul 2009 06:35:19 +0000 (06:35 +0000)
commit0eb6699b8f19fc450c7ce61c7ac0638753f92f9c
treed89b8c66dffaa5a83f7614d3a11de26c84e9bea1
parenta585379ed753afe4aeea737ec514e3fa4470b4c8
Add TargetInfo libraries for all targets.
 - Intended to match current TargetMachine implementations.

 - No facilities for linking these in yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75751 91177308-0d34-0410-b5e6-96231b3b80d8
56 files changed:
lib/Target/ARM/Makefile
lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp [new file with mode: 0644]
lib/Target/ARM/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Alpha/Makefile
lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp [new file with mode: 0644]
lib/Target/Alpha/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Alpha/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CBackend/Makefile
lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp [new file with mode: 0644]
lib/Target/CBackend/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/CBackend/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CellSPU/Makefile
lib/Target/CellSPU/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp [new file with mode: 0644]
lib/Target/CellSPU/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CppBackend/Makefile
lib/Target/CppBackend/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp [new file with mode: 0644]
lib/Target/CppBackend/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/IA64/Makefile
lib/Target/IA64/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/IA64/TargetInfo/IA64TargetInfo.cpp [new file with mode: 0644]
lib/Target/IA64/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/MSIL/Makefile
lib/Target/MSIL/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp [new file with mode: 0644]
lib/Target/MSIL/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/MSP430/Makefile
lib/Target/MSP430/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp [new file with mode: 0644]
lib/Target/MSP430/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Mips/Makefile
lib/Target/Mips/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Mips/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp [new file with mode: 0644]
lib/Target/PIC16/Makefile
lib/Target/PIC16/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/PIC16/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/PIC16/TargetInfo/PIC16TargetInfo.cpp [new file with mode: 0644]
lib/Target/PowerPC/Makefile
lib/Target/PowerPC/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/PowerPC/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp [new file with mode: 0644]
lib/Target/Sparc/Makefile
lib/Target/Sparc/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Sparc/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp [new file with mode: 0644]
lib/Target/X86/Makefile
lib/Target/X86/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/X86/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/X86/TargetInfo/X86TargetInfo.cpp [new file with mode: 0644]
lib/Target/XCore/Makefile
lib/Target/XCore/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/XCore/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp [new file with mode: 0644]