Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS PPC.td) |
| 2 | |
Daniel Dunbar | 4a9c642 | 2011-11-04 19:04:23 +0000 | [diff] [blame] | 3 | tablegen(LLVM PPCGenAsmWriter.inc -gen-asm-writer) |
Ulrich Weigand | 640192d | 2013-05-03 19:49:39 +0000 | [diff] [blame] | 4 | tablegen(LLVM PPCGenAsmMatcher.inc -gen-asm-matcher) |
Hal Finkel | 2345347 | 2013-12-19 16:13:01 +0000 | [diff] [blame] | 5 | tablegen(LLVM PPCGenDisassemblerTables.inc -gen-disassembler) |
Eric Christopher | 79cc1e3 | 2014-09-02 22:28:02 +0000 | [diff] [blame] | 6 | tablegen(LLVM PPCGenMCCodeEmitter.inc -gen-emitter) |
Daniel Dunbar | 4a9c642 | 2011-11-04 19:04:23 +0000 | [diff] [blame] | 7 | tablegen(LLVM PPCGenRegisterInfo.inc -gen-register-info) |
| 8 | tablegen(LLVM PPCGenInstrInfo.inc -gen-instr-info) |
| 9 | tablegen(LLVM PPCGenDAGISel.inc -gen-dag-isel) |
Bill Schmidt | 0cf702f | 2013-07-30 00:50:39 +0000 | [diff] [blame] | 10 | tablegen(LLVM PPCGenFastISel.inc -gen-fast-isel) |
Daniel Dunbar | 4a9c642 | 2011-11-04 19:04:23 +0000 | [diff] [blame] | 11 | tablegen(LLVM PPCGenCallingConv.inc -gen-callingconv) |
| 12 | tablegen(LLVM PPCGenSubtargetInfo.inc -gen-subtarget) |
Chandler Carruth | 97c069c | 2011-07-26 00:09:08 +0000 | [diff] [blame] | 13 | add_public_tablegen_target(PowerPCCommonTableGen) |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 14 | |
| 15 | add_llvm_target(PowerPCCodeGen |
Chris Lattner | 56477d1 | 2010-11-14 18:33:33 +0000 | [diff] [blame] | 16 | PPCAsmPrinter.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 17 | PPCBranchSelector.cpp |
Hal Finkel | 96c2d4d | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 18 | PPCCTRLoops.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 19 | PPCHazardRecognizers.cpp |
| 20 | PPCInstrInfo.cpp |
| 21 | PPCISelDAGToDAG.cpp |
| 22 | PPCISelLowering.cpp |
Hal Finkel | 23a3eab | 2015-02-01 22:58:46 +0000 | [diff] [blame] | 23 | PPCEarlyReturn.cpp |
Bill Schmidt | 0cf702f | 2013-07-30 00:50:39 +0000 | [diff] [blame] | 24 | PPCFastISel.cpp |
Anton Korobeynikov | 441ae5b | 2011-01-10 12:39:23 +0000 | [diff] [blame] | 25 | PPCFrameLowering.cpp |
Hal Finkel | e5aaf3f | 2015-02-20 05:08:21 +0000 | [diff] [blame] | 26 | PPCLoopDataPrefetch.cpp |
Hal Finkel | c9dd020 | 2015-02-05 18:43:00 +0000 | [diff] [blame] | 27 | PPCLoopPreIncPrep.cpp |
Chris Lattner | 686a095 | 2010-11-14 19:53:02 +0000 | [diff] [blame] | 28 | PPCMCInstLower.cpp |
Chandler Carruth | e805b16 | 2011-12-20 08:42:11 +0000 | [diff] [blame] | 29 | PPCMachineFunctionInfo.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 30 | PPCRegisterInfo.cpp |
| 31 | PPCSubtarget.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 32 | PPCTargetMachine.cpp |
Bill Schmidt | 22d40dc | 2013-05-13 19:34:37 +0000 | [diff] [blame] | 33 | PPCTargetObjectFile.cpp |
Hal Finkel | 4e5ca9e | 2013-01-25 23:05:59 +0000 | [diff] [blame] | 34 | PPCTargetTransformInfo.cpp |
Hal Finkel | 8340de1 | 2015-05-18 06:25:59 +0000 | [diff] [blame] | 35 | PPCTOCRegDeps.cpp |
Dan Gohman | 9becddd | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 36 | PPCSelectionDAGInfo.cpp |
Bill Schmidt | 82f1c77 | 2015-02-10 19:09:05 +0000 | [diff] [blame] | 37 | PPCTLSDynamicCall.cpp |
Hal Finkel | 76c751d | 2015-02-01 22:01:29 +0000 | [diff] [blame] | 38 | PPCVSXCopy.cpp |
Hal Finkel | 089b8ec | 2015-02-01 21:51:22 +0000 | [diff] [blame] | 39 | PPCVSXFMAMutate.cpp |
Bill Schmidt | fe723b9 | 2015-04-27 19:57:34 +0000 | [diff] [blame] | 40 | PPCVSXSwapRemoval.cpp |
Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 41 | ) |
Oscar Fuentes | ba1186c | 2011-02-20 02:55:27 +0000 | [diff] [blame] | 42 | |
Ulrich Weigand | 640192d | 2013-05-03 19:49:39 +0000 | [diff] [blame] | 43 | add_subdirectory(AsmParser) |
Hal Finkel | 2345347 | 2013-12-19 16:13:01 +0000 | [diff] [blame] | 44 | add_subdirectory(Disassembler) |
Oscar Fuentes | ba1186c | 2011-02-20 02:55:27 +0000 | [diff] [blame] | 45 | add_subdirectory(InstPrinter) |
| 46 | add_subdirectory(TargetInfo) |
Evan Cheng | bc153d4 | 2011-07-14 20:59:42 +0000 | [diff] [blame] | 47 | add_subdirectory(MCTargetDesc) |