2009-05-03 20:58:22 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS MSP430.td)
|
|
|
|
|
2011-06-24 09:44:41 +08:00
|
|
|
tablegen(MSP430GenRegisterInfo.inc -gen-register-info)
|
2011-06-29 04:07:07 +08:00
|
|
|
tablegen(MSP430GenInstrInfo.inc -gen-instr-info)
|
2009-05-03 20:58:22 +08:00
|
|
|
tablegen(MSP430GenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(MSP430GenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(MSP430GenCallingConv.inc -gen-callingconv)
|
2011-07-02 06:36:09 +08:00
|
|
|
tablegen(MSP430GenSubtargetInfo.inc -gen-subtarget)
|
2009-05-03 20:58:22 +08:00
|
|
|
|
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
|
2011-01-10 20:39:23 +08:00
|
|
|
MSP430FrameLowering.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
|
2010-10-05 08:34:11 +08:00
|
|
|
MSP430AsmPrinter.cpp
|
|
|
|
MSP430MCInstLower.cpp
|
2009-05-03 20:58:22 +08:00
|
|
|
)
|
2011-02-20 10:55:27 +08:00
|
|
|
|
|
|
|
add_subdirectory(InstPrinter)
|
|
|
|
add_subdirectory(TargetInfo)
|