2010-02-23 20:15:24 +01:00
|
|
|
set(LLVM_TARGET_DEFINITIONS MBlaze.td)
|
|
|
|
|
|
|
|
tablegen(MBlazeGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(MBlazeGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(MBlazeGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(MBlazeGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(MBlazeGenInstrInfo.inc -gen-instr-desc)
|
2010-10-21 05:57:26 +02:00
|
|
|
tablegen(MBlazeGenCodeEmitter.inc -gen-emitter)
|
2010-02-23 20:15:24 +01:00
|
|
|
tablegen(MBlazeGenAsmWriter.inc -gen-asm-writer)
|
2010-10-21 21:48:38 +02:00
|
|
|
tablegen(MBlazeGenAsmMatcher.inc -gen-asm-matcher)
|
2010-02-23 20:15:24 +01:00
|
|
|
tablegen(MBlazeGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(MBlazeGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(MBlazeGenSubtarget.inc -gen-subtarget)
|
|
|
|
tablegen(MBlazeGenIntrinsics.inc -gen-tgt-intrinsic)
|
2010-10-27 02:23:01 +02:00
|
|
|
tablegen(MBlazeGenEDInfo.inc -gen-enhanced-disassembly-info)
|
2010-02-23 20:15:24 +01:00
|
|
|
|
|
|
|
add_llvm_target(MBlazeCodeGen
|
|
|
|
MBlazeDelaySlotFiller.cpp
|
|
|
|
MBlazeInstrInfo.cpp
|
|
|
|
MBlazeISelDAGToDAG.cpp
|
|
|
|
MBlazeISelLowering.cpp
|
2011-01-10 13:39:23 +01:00
|
|
|
MBlazeFrameLowering.cpp
|
2010-02-23 20:15:24 +01:00
|
|
|
MBlazeMCAsmInfo.cpp
|
|
|
|
MBlazeRegisterInfo.cpp
|
|
|
|
MBlazeSubtarget.cpp
|
|
|
|
MBlazeTargetMachine.cpp
|
|
|
|
MBlazeTargetObjectFile.cpp
|
|
|
|
MBlazeIntrinsicInfo.cpp
|
2010-04-17 01:04:22 +02:00
|
|
|
MBlazeSelectionDAGInfo.cpp
|
2010-10-21 05:57:26 +02:00
|
|
|
MBlazeAsmPrinter.cpp
|
|
|
|
MBlazeAsmBackend.cpp
|
|
|
|
MBlazeMCInstLower.cpp
|
|
|
|
MBlazeELFWriterInfo.cpp
|
|
|
|
MBlazeMCCodeEmitter.cpp
|
2010-02-23 20:15:24 +01:00
|
|
|
)
|