2008-09-26 12:40:32 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS ARM.td)
|
|
|
|
|
|
|
|
tablegen(ARMGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(ARMGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(ARMGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(ARMGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(ARMGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(ARMGenCodeEmitter.inc -gen-emitter)
|
|
|
|
tablegen(ARMGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(ARMGenDAGISel.inc -gen-dag-isel)
|
2009-04-18 03:07:39 +08:00
|
|
|
tablegen(ARMGenCallingConv.inc -gen-callingconv)
|
2008-09-26 12:40:32 +08:00
|
|
|
tablegen(ARMGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2008-10-22 10:51:53 +08:00
|
|
|
add_llvm_target(ARMCodeGen
|
2008-09-26 12:40:32 +08:00
|
|
|
ARMCodeEmitter.cpp
|
|
|
|
ARMConstantIslandPass.cpp
|
|
|
|
ARMConstantPoolValue.cpp
|
|
|
|
ARMInstrInfo.cpp
|
|
|
|
ARMISelDAGToDAG.cpp
|
|
|
|
ARMISelLowering.cpp
|
|
|
|
ARMJITInfo.cpp
|
|
|
|
ARMLoadStoreOptimizer.cpp
|
|
|
|
ARMRegisterInfo.cpp
|
|
|
|
ARMSubtarget.cpp
|
|
|
|
ARMTargetAsmInfo.cpp
|
|
|
|
ARMTargetMachine.cpp
|
2009-06-27 15:44:59 +08:00
|
|
|
ThumbInstrInfo.cpp
|
2009-06-29 21:11:32 +08:00
|
|
|
ThumbRegisterInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
)
|
2009-07-03 02:53:52 +08:00
|
|
|
|
|
|
|
target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)
|