2008-09-26 04:40:32 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS SPU.td)
|
|
|
|
|
|
|
|
tablegen(SPUGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(SPUGenCodeEmitter.inc -gen-emitter)
|
2011-06-24 05:04:48 +00:00
|
|
|
tablegen(SPUGenRegisterInfo.inc -gen-register-info)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(SPUGenInstrInfo.inc -gen-instr-info)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(SPUGenDAGISel.inc -gen-dag-isel)
|
2011-07-01 22:36:09 +00:00
|
|
|
tablegen(SPUGenSubtargetInfo.inc -gen-subtarget)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(SPUGenCallingConv.inc -gen-callingconv)
|
|
|
|
|
2008-11-08 20:37:19 +00:00
|
|
|
add_llvm_target(CellSPUCodeGen
|
2010-11-14 18:43:56 +00:00
|
|
|
SPUAsmPrinter.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
SPUHazardRecognizers.cpp
|
|
|
|
SPUInstrInfo.cpp
|
|
|
|
SPUISelDAGToDAG.cpp
|
|
|
|
SPUISelLowering.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
SPUFrameLowering.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
SPURegisterInfo.cpp
|
|
|
|
SPUSubtarget.cpp
|
|
|
|
SPUTargetMachine.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
SPUSelectionDAGInfo.cpp
|
2011-01-11 09:07:54 +00:00
|
|
|
SPUNopFiller.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
)
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
2011-07-14 20:59:42 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|