2008-09-26 04:40:32 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS ARM.td)
|
|
|
|
|
2011-06-24 01:44:41 +00:00
|
|
|
tablegen(ARMGenRegisterInfo.inc -gen-register-info)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(ARMGenInstrInfo.inc -gen-instr-info)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(ARMGenCodeEmitter.inc -gen-emitter)
|
2010-11-03 23:52:49 +00:00
|
|
|
tablegen(ARMGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(ARMGenAsmWriter.inc -gen-asm-writer)
|
2010-08-11 05:09:20 +00:00
|
|
|
tablegen(ARMGenAsmMatcher.inc -gen-asm-matcher)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(ARMGenDAGISel.inc -gen-dag-isel)
|
2010-08-11 05:09:20 +00:00
|
|
|
tablegen(ARMGenFastISel.inc -gen-fast-isel)
|
2009-04-17 19:07:39 +00:00
|
|
|
tablegen(ARMGenCallingConv.inc -gen-callingconv)
|
2011-07-01 22:36:09 +00:00
|
|
|
tablegen(ARMGenSubtargetInfo.inc -gen-subtarget)
|
2010-04-13 22:47:43 +00:00
|
|
|
tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
|
2010-09-28 11:48:19 +00:00
|
|
|
tablegen(ARMGenDecoderTables.inc -gen-arm-decoder)
|
2008-09-26 04:40:32 +00:00
|
|
|
|
2008-10-22 02:51:53 +00:00
|
|
|
add_llvm_target(ARMCodeGen
|
2010-09-30 02:17:26 +00:00
|
|
|
ARMAsmBackend.cpp
|
2010-07-20 00:08:13 +00:00
|
|
|
ARMAsmPrinter.cpp
|
2009-07-08 16:09:28 +00:00
|
|
|
ARMBaseInstrInfo.cpp
|
2009-07-08 20:13:41 +00:00
|
|
|
ARMBaseRegisterInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
ARMCodeEmitter.cpp
|
|
|
|
ARMConstantIslandPass.cpp
|
|
|
|
ARMConstantPoolValue.cpp
|
2010-09-27 18:31:37 +00:00
|
|
|
ARMELFWriterInfo.cpp
|
2009-11-07 03:26:59 +00:00
|
|
|
ARMExpandPseudoInsts.cpp
|
2010-07-22 06:00:01 +00:00
|
|
|
ARMFastISel.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
ARMFrameLowering.cpp
|
2010-07-25 17:10:14 +00:00
|
|
|
ARMGlobalMerge.cpp
|
2010-12-05 22:04:16 +00:00
|
|
|
ARMHazardRecognizer.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
ARMISelDAGToDAG.cpp
|
|
|
|
ARMISelLowering.cpp
|
2009-11-03 04:14:12 +00:00
|
|
|
ARMInstrInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
ARMJITInfo.cpp
|
2011-06-22 20:14:52 +00:00
|
|
|
ARMMachObjectWriter.cpp
|
2010-09-17 18:46:17 +00:00
|
|
|
ARMMCCodeEmitter.cpp
|
2011-01-13 07:58:56 +00:00
|
|
|
ARMMCExpr.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
ARMLoadStoreOptimizer.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
ARMMCAsmInfo.cpp
|
2010-07-20 00:08:13 +00:00
|
|
|
ARMMCInstLower.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
ARMRegisterInfo.cpp
|
2010-07-20 00:08:13 +00:00
|
|
|
ARMSelectionDAGInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
ARMSubtarget.cpp
|
|
|
|
ARMTargetMachine.cpp
|
2010-03-09 18:31:07 +00:00
|
|
|
ARMTargetObjectFile.cpp
|
2010-12-05 23:08:57 +00:00
|
|
|
MLxExpansionPass.cpp
|
2009-11-03 04:14:12 +00:00
|
|
|
NEONMoveFix.cpp
|
2009-07-02 22:18:33 +00:00
|
|
|
Thumb1InstrInfo.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
Thumb1FrameLowering.cpp
|
2009-07-02 22:18:33 +00:00
|
|
|
Thumb1RegisterInfo.cpp
|
2009-07-10 08:31:50 +00:00
|
|
|
Thumb2ITBlockPass.cpp
|
2009-07-02 22:18:33 +00:00
|
|
|
Thumb2InstrInfo.cpp
|
|
|
|
Thumb2RegisterInfo.cpp
|
2009-08-08 17:03:13 +00:00
|
|
|
Thumb2SizeReduction.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
)
|
2010-12-29 03:59:27 +00:00
|
|
|
|
|
|
|
# workaround for hanging compilation on MSVC10
|
|
|
|
if( MSVC_VERSION EQUAL 1600 )
|
|
|
|
set_property(
|
|
|
|
SOURCE ARMISelLowering.cpp
|
|
|
|
PROPERTY COMPILE_FLAGS "/Od"
|
|
|
|
)
|
|
|
|
endif()
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|
|
add_subdirectory(AsmParser)
|
|
|
|
add_subdirectory(Disassembler)
|
|
|
|
add_subdirectory(InstPrinter)
|
2011-07-06 22:02:34 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|