| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS SystemZ.td) |
| 2 | |
| 3 | tablegen(LLVM SystemZGenAsmMatcher.inc -gen-asm-matcher) |
| 4 | tablegen(LLVM SystemZGenAsmWriter.inc -gen-asm-writer) |
| 5 | tablegen(LLVM SystemZGenCallingConv.inc -gen-callingconv) |
| 6 | tablegen(LLVM SystemZGenDAGISel.inc -gen-dag-isel) |
| Richard Sandiford | eb9af29 | 2013-05-14 10:17:52 +0000 | [diff] [blame] | 7 | tablegen(LLVM SystemZGenDisassemblerTables.inc -gen-disassembler) |
| Eric Christopher | 79cc1e3 | 2014-09-02 22:28:02 +0000 | [diff] [blame] | 8 | tablegen(LLVM SystemZGenMCCodeEmitter.inc -gen-emitter) |
| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 9 | tablegen(LLVM SystemZGenInstrInfo.inc -gen-instr-info) |
| 10 | tablegen(LLVM SystemZGenRegisterInfo.inc -gen-register-info) |
| 11 | tablegen(LLVM SystemZGenSubtargetInfo.inc -gen-subtarget) |
| 12 | add_public_tablegen_target(SystemZCommonTableGen) |
| 13 | |
| 14 | add_llvm_target(SystemZCodeGen |
| 15 | SystemZAsmPrinter.cpp |
| 16 | SystemZCallingConv.cpp |
| 17 | SystemZConstantPoolValue.cpp |
| Richard Sandiford | bdbb8af | 2013-08-05 10:58:53 +0000 | [diff] [blame] | 18 | SystemZElimCompare.cpp |
| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 19 | SystemZFrameLowering.cpp |
| 20 | SystemZISelDAGToDAG.cpp |
| 21 | SystemZISelLowering.cpp |
| 22 | SystemZInstrInfo.cpp |
| Richard Sandiford | 312425f | 2013-05-20 14:23:08 +0000 | [diff] [blame] | 23 | SystemZLongBranch.cpp |
| Juergen Ributzka | d12ccbd | 2013-11-19 00:57:56 +0000 | [diff] [blame] | 24 | SystemZMachineFunctionInfo.cpp |
| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 25 | SystemZMCInstLower.cpp |
| 26 | SystemZRegisterInfo.cpp |
| Richard Sandiford | d131ff8 | 2013-07-08 09:35:23 +0000 | [diff] [blame] | 27 | SystemZSelectionDAGInfo.cpp |
| Richard Sandiford | 35ec4e356 | 2013-09-25 10:11:07 +0000 | [diff] [blame] | 28 | SystemZShortenInst.cpp |
| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 29 | SystemZSubtarget.cpp |
| 30 | SystemZTargetMachine.cpp |
| 31 | ) |
| 32 | |
| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 33 | add_subdirectory(AsmParser) |
| Richard Sandiford | eb9af29 | 2013-05-14 10:17:52 +0000 | [diff] [blame] | 34 | add_subdirectory(Disassembler) |
| Ulrich Weigand | 5f613df | 2013-05-06 16:15:19 +0000 | [diff] [blame] | 35 | add_subdirectory(InstPrinter) |
| 36 | add_subdirectory(TargetInfo) |
| 37 | add_subdirectory(MCTargetDesc) |