1 set(LLVM_TARGET_DEFINITIONS MSP430.td)
3 tablegen(MSP430GenRegisterInfo.inc -gen-register-info)
4 tablegen(MSP430GenInstrInfo.inc -gen-instr-info)
5 tablegen(MSP430GenAsmWriter.inc -gen-asm-writer)
6 tablegen(MSP430GenDAGISel.inc -gen-dag-isel)
7 tablegen(MSP430GenCallingConv.inc -gen-callingconv)
8 tablegen(MSP430GenSubtargetInfo.inc -gen-subtarget)
10 add_llvm_target(MSP430CodeGen
11 MSP430BranchSelector.cpp
12 MSP430ISelDAGToDAG.cpp
13 MSP430ISelLowering.cpp
15 MSP430FrameLowering.cpp
17 MSP430RegisterInfo.cpp
19 MSP430TargetMachine.cpp
20 MSP430SelectionDAGInfo.cpp
25 add_subdirectory(InstPrinter)
26 add_subdirectory(TargetInfo)