Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS PPC.td) |
| 2 | |
| 3 | tablegen(PPCGenInstrNames.inc -gen-instr-enums) |
| 4 | tablegen(PPCGenRegisterNames.inc -gen-register-enums) |
| 5 | tablegen(PPCGenAsmWriter.inc -gen-asm-writer) |
| 6 | tablegen(PPCGenCodeEmitter.inc -gen-emitter) |
Chris Lattner | 9ec375c | 2010-11-15 04:16:32 +0000 | [diff] [blame] | 7 | tablegen(PPCGenMCCodeEmitter.inc -gen-emitter -mc-emitter) |
Evan Cheng | 2475331 | 2011-06-24 01:44:41 +0000 | [diff] [blame^] | 8 | tablegen(PPCGenRegisterDesc.inc -gen-register-desc) |
| 9 | tablegen(PPCGenRegisterInfo.h.inc -gen-register-info-header) |
| 10 | tablegen(PPCGenRegisterInfo.inc -gen-register-info) |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 11 | tablegen(PPCGenInstrInfo.inc -gen-instr-desc) |
| 12 | tablegen(PPCGenDAGISel.inc -gen-dag-isel) |
| 13 | tablegen(PPCGenCallingConv.inc -gen-callingconv) |
| 14 | tablegen(PPCGenSubtarget.inc -gen-subtarget) |
| 15 | |
| 16 | add_llvm_target(PowerPCCodeGen |
Chris Lattner | aac9fa7 | 2010-11-15 08:49:58 +0000 | [diff] [blame] | 17 | PPCAsmBackend.cpp |
Chris Lattner | 56477d1 | 2010-11-14 18:33:33 +0000 | [diff] [blame] | 18 | PPCAsmPrinter.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 19 | PPCBranchSelector.cpp |
| 20 | PPCCodeEmitter.cpp |
| 21 | PPCHazardRecognizers.cpp |
| 22 | PPCInstrInfo.cpp |
| 23 | PPCISelDAGToDAG.cpp |
| 24 | PPCISelLowering.cpp |
Anton Korobeynikov | 441ae5b | 2011-01-10 12:39:23 +0000 | [diff] [blame] | 25 | PPCFrameLowering.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 26 | PPCJITInfo.cpp |
Benjamin Kramer | 3c62f50 | 2009-08-31 13:05:24 +0000 | [diff] [blame] | 27 | PPCMCAsmInfo.cpp |
Chris Lattner | 9ec375c | 2010-11-15 04:16:32 +0000 | [diff] [blame] | 28 | PPCMCCodeEmitter.cpp |
Chris Lattner | 686a095 | 2010-11-14 19:53:02 +0000 | [diff] [blame] | 29 | PPCMCInstLower.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 30 | PPCPredicates.cpp |
| 31 | PPCRegisterInfo.cpp |
| 32 | PPCSubtarget.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 33 | PPCTargetMachine.cpp |
Dan Gohman | 9becddd | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 34 | PPCSelectionDAGInfo.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 35 | ) |
Oscar Fuentes | ba1186c | 2011-02-20 02:55:27 +0000 | [diff] [blame] | 36 | |
| 37 | add_subdirectory(InstPrinter) |
| 38 | add_subdirectory(TargetInfo) |