2008-09-26 04:40:32 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Mips.td)
|
|
|
|
|
|
|
|
tablegen(MipsGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(MipsGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(MipsGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(MipsGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(MipsGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(MipsGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(MipsGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(MipsGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(MipsGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2009-04-03 10:41:41 +00:00
|
|
|
add_llvm_target(MipsCodeGen
|
2008-09-26 04:40:32 +00:00
|
|
|
MipsDelaySlotFiller.cpp
|
|
|
|
MipsInstrInfo.cpp
|
|
|
|
MipsISelDAGToDAG.cpp
|
|
|
|
MipsISelLowering.cpp
|
|
|
|
MipsRegisterInfo.cpp
|
|
|
|
MipsSubtarget.cpp
|
|
|
|
MipsTargetAsmInfo.cpp
|
|
|
|
MipsTargetMachine.cpp
|
|
|
|
)
|