2008-09-26 04:40:32 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS PPC.td)
|
|
|
|
|
|
|
|
tablegen(PPCGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(PPCGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(PPCGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(PPCGenCodeEmitter.inc -gen-emitter)
|
|
|
|
tablegen(PPCGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(PPCGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(PPCGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(PPCGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(PPCGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(PPCGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
|
|
|
add_llvm_target(PowerPCCodeGen
|
|
|
|
PPCBranchSelector.cpp
|
|
|
|
PPCCodeEmitter.cpp
|
|
|
|
PPCHazardRecognizers.cpp
|
|
|
|
PPCInstrInfo.cpp
|
|
|
|
PPCISelDAGToDAG.cpp
|
|
|
|
PPCISelLowering.cpp
|
|
|
|
PPCJITInfo.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
PPCMCAsmInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
PPCPredicates.cpp
|
|
|
|
PPCRegisterInfo.cpp
|
|
|
|
PPCSubtarget.cpp
|
|
|
|
PPCTargetMachine.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
PPCSelectionDAGInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
)
|
2009-07-02 18:53:52 +00:00
|
|
|
|
|
|
|
target_link_libraries (LLVMPowerPCCodeGen LLVMSelectionDAG)
|