2008-11-07 10:59:00 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS XCore.td)
|
|
|
|
|
2011-06-24 01:44:41 +00:00
|
|
|
tablegen(XCoreGenRegisterInfo.inc -gen-register-info)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(XCoreGenInstrInfo.inc -gen-instr-info)
|
2008-11-07 10:59:00 +00:00
|
|
|
tablegen(XCoreGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(XCoreGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(XCoreGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(XCoreGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2010-08-03 17:40:31 +00:00
|
|
|
add_llvm_target(XCoreCodeGen
|
2010-11-14 18:43:56 +00:00
|
|
|
XCoreAsmPrinter.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
XCoreFrameLowering.cpp
|
2008-11-07 10:59:00 +00:00
|
|
|
XCoreInstrInfo.cpp
|
|
|
|
XCoreISelDAGToDAG.cpp
|
|
|
|
XCoreISelLowering.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
XCoreMCAsmInfo.cpp
|
2008-11-07 10:59:00 +00:00
|
|
|
XCoreRegisterInfo.cpp
|
|
|
|
XCoreSubtarget.cpp
|
|
|
|
XCoreTargetMachine.cpp
|
2009-07-28 03:13:23 +00:00
|
|
|
XCoreTargetObjectFile.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
XCoreSelectionDAGInfo.cpp
|
2008-11-07 10:59:00 +00:00
|
|
|
)
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|