1 add_llvm_component_group(M68k)
3 set(LLVM_TARGET_DEFINITIONS M68k.td)
5 tablegen(LLVM M68kGenGlobalISel.inc -gen-global-isel)
6 tablegen(LLVM M68kGenRegisterInfo.inc -gen-register-info)
7 tablegen(LLVM M68kGenRegisterBank.inc -gen-register-bank)
8 tablegen(LLVM M68kGenInstrInfo.inc -gen-instr-info)
9 tablegen(LLVM M68kGenSubtargetInfo.inc -gen-subtarget)
10 tablegen(LLVM M68kGenMCCodeBeads.inc -gen-code-beads)
11 tablegen(LLVM M68kGenMCPseudoLowering.inc -gen-pseudo-lowering)
12 tablegen(LLVM M68kGenDAGISel.inc -gen-dag-isel)
13 tablegen(LLVM M68kGenCallingConv.inc -gen-callingconv)
14 tablegen(LLVM M68kGenAsmWriter.inc -gen-asm-writer)
15 tablegen(LLVM M68kGenAsmMatcher.inc -gen-asm-matcher)
17 add_public_tablegen_target(M68kCommonTableGen)
19 add_llvm_target(M68kCodeGen
20 GlSel/M68kCallLowering.cpp
21 GlSel/M68kInstructionSelector.cpp
22 GlSel/M68kLegalizerInfo.cpp
23 GlSel/M68kRegisterBankInfo.cpp
25 M68kCollapseMOVEMPass.cpp
31 M68kMachineFunction.cpp
36 M68kTargetObjectFile.cpp
55 add_subdirectory(TargetInfo)
56 add_subdirectory(MCTargetDesc)
57 add_subdirectory(AsmParser)
58 add_subdirectory(Disassembler)