2008-09-26 12:40:32 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Mips.td)
|
|
|
|
|
2011-06-24 09:44:41 +08:00
|
|
|
tablegen(MipsGenRegisterInfo.inc -gen-register-info)
|
2011-06-29 04:07:07 +08:00
|
|
|
tablegen(MipsGenInstrInfo.inc -gen-instr-info)
|
2008-09-26 12:40:32 +08:00
|
|
|
tablegen(MipsGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(MipsGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(MipsGenCallingConv.inc -gen-callingconv)
|
2011-07-02 06:36:09 +08:00
|
|
|
tablegen(MipsGenSubtargetInfo.inc -gen-subtarget)
|
2008-09-26 12:40:32 +08:00
|
|
|
|
2009-04-03 18:41:41 +08:00
|
|
|
add_llvm_target(MipsCodeGen
|
2010-11-15 02:43:56 +08:00
|
|
|
MipsAsmPrinter.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
MipsDelaySlotFiller.cpp
|
2011-05-05 02:46:56 +08:00
|
|
|
MipsEmitGPRestore.cpp
|
2011-04-16 04:34:45 +08:00
|
|
|
MipsExpandPseudo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
MipsInstrInfo.cpp
|
|
|
|
MipsISelDAGToDAG.cpp
|
|
|
|
MipsISelLowering.cpp
|
2011-01-10 20:39:23 +08:00
|
|
|
MipsFrameLowering.cpp
|
2009-08-31 21:05:24 +08:00
|
|
|
MipsMCAsmInfo.cpp
|
2011-07-08 04:24:54 +08:00
|
|
|
MipsMCInstLower.cpp
|
2011-07-08 03:27:22 +08:00
|
|
|
MipsMCSymbolRefExpr.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
MipsRegisterInfo.cpp
|
|
|
|
MipsSubtarget.cpp
|
|
|
|
MipsTargetMachine.cpp
|
2009-08-13 14:28:06 +08:00
|
|
|
MipsTargetObjectFile.cpp
|
2010-04-17 07:04:22 +08:00
|
|
|
MipsSelectionDAGInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
)
|
2011-02-20 10:55:27 +08:00
|
|
|
|
2011-07-08 07:56:50 +08:00
|
|
|
add_subdirectory(InstPrinter)
|
2011-02-20 10:55:27 +08:00
|
|
|
add_subdirectory(TargetInfo)
|