blob: 0ca192123f6ba70c1011bb77c7d580bd68dce7f5 [file] [log] [blame]
Oscar Fuentescdc95492008-09-26 04:40:32 +00001set(LLVM_TARGET_DEFINITIONS PPC.td)
2
3tablegen(PPCGenInstrNames.inc -gen-instr-enums)
4tablegen(PPCGenRegisterNames.inc -gen-register-enums)
5tablegen(PPCGenAsmWriter.inc -gen-asm-writer)
6tablegen(PPCGenCodeEmitter.inc -gen-emitter)
7tablegen(PPCGenRegisterInfo.h.inc -gen-register-desc-header)
8tablegen(PPCGenRegisterInfo.inc -gen-register-desc)
9tablegen(PPCGenInstrInfo.inc -gen-instr-desc)
10tablegen(PPCGenDAGISel.inc -gen-dag-isel)
11tablegen(PPCGenCallingConv.inc -gen-callingconv)
12tablegen(PPCGenSubtarget.inc -gen-subtarget)
13
14add_llvm_target(PowerPCCodeGen
Chris Lattner56477d12010-11-14 18:33:33 +000015 PPCAsmPrinter.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000016 PPCBranchSelector.cpp
17 PPCCodeEmitter.cpp
18 PPCHazardRecognizers.cpp
19 PPCInstrInfo.cpp
20 PPCISelDAGToDAG.cpp
21 PPCISelLowering.cpp
Anton Korobeynikov51d2e9c2010-11-15 00:48:12 +000022 PPCFrameInfo.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000023 PPCJITInfo.cpp
Benjamin Kramer3c62f502009-08-31 13:05:24 +000024 PPCMCAsmInfo.cpp
Chris Lattner686a0952010-11-14 19:53:02 +000025 PPCMCInstLower.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000026 PPCPredicates.cpp
27 PPCRegisterInfo.cpp
28 PPCSubtarget.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000029 PPCTargetMachine.cpp
Dan Gohman9becddd2010-04-16 23:04:22 +000030 PPCSelectionDAGInfo.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000031 )