2008-09-26 12:40:32 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS PIC16.td)
|
|
|
|
|
|
|
|
tablegen(PIC16GenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(PIC16GenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(PIC16GenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(PIC16GenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(PIC16GenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(PIC16GenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(PIC16GenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(PIC16GenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(PIC16GenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2010-08-04 01:40:31 +08:00
|
|
|
add_llvm_target(PIC16CodeGen
|
2009-05-23 04:55:15 +08:00
|
|
|
PIC16DebugInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
PIC16InstrInfo.cpp
|
|
|
|
PIC16ISelDAGToDAG.cpp
|
|
|
|
PIC16ISelLowering.cpp
|
2009-05-07 04:40:05 +08:00
|
|
|
PIC16MemSelOpt.cpp
|
2009-08-31 21:05:24 +08:00
|
|
|
PIC16MCAsmInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
PIC16RegisterInfo.cpp
|
2009-10-16 18:29:08 +08:00
|
|
|
PIC16Section.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
PIC16Subtarget.cpp
|
|
|
|
PIC16TargetMachine.cpp
|
2009-07-28 11:13:23 +08:00
|
|
|
PIC16TargetObjectFile.cpp
|
2010-04-17 07:04:22 +08:00
|
|
|
PIC16SelectionDAGInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
)
|