2009-05-03 20:58:22 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS MSP430.td)
|
|
|
|
|
|
|
|
tablegen(MSP430GenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(MSP430GenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(MSP430GenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(MSP430GenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(MSP430GenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(MSP430GenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(MSP430GenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(MSP430GenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(MSP430GenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2009-08-15 02:46:49 +08:00
|
|
|
add_llvm_target(MSP430CodeGen
|
2010-01-16 06:59:11 +08:00
|
|
|
MSP430BranchSelector.cpp
|
2009-08-31 21:05:24 +08:00
|
|
|
MSP430ISelDAGToDAG.cpp
|
2009-07-10 04:27:09 +08:00
|
|
|
MSP430ISelLowering.cpp
|
2010-01-16 06:59:11 +08:00
|
|
|
MSP430InstrInfo.cpp
|
2009-08-31 21:05:24 +08:00
|
|
|
MSP430MCAsmInfo.cpp
|
|
|
|
MSP430RegisterInfo.cpp
|
2009-07-10 04:27:09 +08:00
|
|
|
MSP430Subtarget.cpp
|
2009-05-03 20:58:22 +08:00
|
|
|
MSP430TargetMachine.cpp
|
2010-04-17 07:04:22 +08:00
|
|
|
MSP430SelectionDAGInfo.cpp
|
2009-05-03 20:58:22 +08:00
|
|
|
)
|