2009-08-02 17:32:10 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Blackfin.td)
|
|
|
|
|
|
|
|
tablegen(BlackfinGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(BlackfinGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(BlackfinGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(BlackfinGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(BlackfinGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(BlackfinGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(BlackfinGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(BlackfinGenSubtarget.inc -gen-subtarget)
|
|
|
|
tablegen(BlackfinGenCallingConv.inc -gen-callingconv)
|
2009-10-15 18:50:52 +00:00
|
|
|
tablegen(BlackfinGenIntrinsics.inc -gen-tgt-intrinsic)
|
2009-08-02 17:32:10 +00:00
|
|
|
|
|
|
|
add_llvm_target(BlackfinCodeGen
|
2010-11-14 18:43:56 +00:00
|
|
|
BlackfinAsmPrinter.cpp
|
2009-08-02 17:32:10 +00:00
|
|
|
BlackfinInstrInfo.cpp
|
2009-10-15 18:50:52 +00:00
|
|
|
BlackfinIntrinsicInfo.cpp
|
2009-08-02 17:32:10 +00:00
|
|
|
BlackfinISelDAGToDAG.cpp
|
|
|
|
BlackfinISelLowering.cpp
|
2010-11-15 00:48:12 +00:00
|
|
|
BlackfinFrameInfo.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
BlackfinMCAsmInfo.cpp
|
2009-08-02 17:32:10 +00:00
|
|
|
BlackfinRegisterInfo.cpp
|
|
|
|
BlackfinSubtarget.cpp
|
|
|
|
BlackfinTargetMachine.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
BlackfinSelectionDAGInfo.cpp
|
2009-08-02 17:32:10 +00:00
|
|
|
)
|