2015-12-20 12:16:20 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS AVR.td)
|
2015-11-12 09:26:44 +00:00
|
|
|
|
2016-09-28 13:02:57 +00:00
|
|
|
tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher)
|
2016-10-27 08:20:47 +00:00
|
|
|
tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
|
|
|
|
tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
|
|
|
|
tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)
|
|
|
|
tablegen(LLVM AVRGenMCCodeEmitter.inc -gen-emitter)
|
2016-10-10 01:28:45 +00:00
|
|
|
tablegen(LLVM AVRGenAsmWriter.inc -gen-asm-writer)
|
2016-10-27 08:20:47 +00:00
|
|
|
tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher)
|
|
|
|
tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
|
2015-12-20 23:17:44 +00:00
|
|
|
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
|
2016-10-27 07:03:47 +00:00
|
|
|
tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
|
2016-10-22 23:57:59 +00:00
|
|
|
tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)
|
2016-10-10 01:28:45 +00:00
|
|
|
tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
|
|
|
|
tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
|
2016-05-06 10:12:31 +00:00
|
|
|
tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
|
2015-12-20 12:16:20 +00:00
|
|
|
add_public_tablegen_target(AVRCommonTableGen)
|
2015-11-12 09:26:44 +00:00
|
|
|
|
|
|
|
add_llvm_target(AVRCodeGen
|
2016-10-08 00:02:36 +00:00
|
|
|
AVRAsmPrinter.cpp
|
2016-11-16 21:58:04 +00:00
|
|
|
AVRExpandPseudoInsts.cpp
|
2016-10-05 11:48:56 +00:00
|
|
|
AVRFrameLowering.cpp
|
2016-05-18 11:11:51 +00:00
|
|
|
AVRInstrInfo.cpp
|
2016-12-14 10:15:00 +00:00
|
|
|
AVRInstrumentFunctions.cpp
|
2016-10-27 07:03:47 +00:00
|
|
|
AVRISelDAGToDAG.cpp
|
2016-11-02 06:47:40 +00:00
|
|
|
AVRISelLowering.cpp
|
2016-10-07 06:13:09 +00:00
|
|
|
AVRMCInstLower.cpp
|
2016-12-13 05:53:14 +00:00
|
|
|
AVRRelaxMemOperations.cpp
|
2016-05-18 11:11:51 +00:00
|
|
|
AVRRegisterInfo.cpp
|
|
|
|
AVRSubtarget.cpp
|
|
|
|
AVRTargetMachine.cpp
|
|
|
|
AVRTargetObjectFile.cpp
|
2015-11-12 09:26:44 +00:00
|
|
|
|
2016-11-17 04:36:50 +00:00
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|
2015-11-12 09:26:44 +00:00
|
|
|
|
2016-09-30 14:01:50 +00:00
|
|
|
add_subdirectory(AsmParser)
|
2016-10-27 08:09:15 +00:00
|
|
|
add_subdirectory(Disassembler)
|
2016-09-30 14:01:50 +00:00
|
|
|
add_subdirectory(InstPrinter)
|
2016-05-21 00:35:07 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|
2015-11-12 09:26:44 +00:00
|
|
|
add_subdirectory(TargetInfo)
|