Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame^] | 1 | set(LLVM_TARGET_DEFINITIONS Mips.td) |
| 2 | |
| 3 | tablegen(MipsGenRegisterInfo.h.inc -gen-register-desc-header) |
| 4 | tablegen(MipsGenRegisterNames.inc -gen-register-enums) |
| 5 | tablegen(MipsGenRegisterInfo.inc -gen-register-desc) |
| 6 | tablegen(MipsGenInstrNames.inc -gen-instr-enums) |
| 7 | tablegen(MipsGenInstrInfo.inc -gen-instr-desc) |
| 8 | tablegen(MipsGenAsmWriter.inc -gen-asm-writer) |
| 9 | tablegen(MipsGenDAGISel.inc -gen-dag-isel) |
| 10 | tablegen(MipsGenCallingConv.inc -gen-callingconv) |
| 11 | tablegen(MipsGenSubtarget.inc -gen-subtarget) |
| 12 | |
| 13 | add_llvm_target(Mips |
| 14 | MipsAsmPrinter.cpp |
| 15 | MipsDelaySlotFiller.cpp |
| 16 | MipsInstrInfo.cpp |
| 17 | MipsISelDAGToDAG.cpp |
| 18 | MipsISelLowering.cpp |
| 19 | MipsRegisterInfo.cpp |
| 20 | MipsSubtarget.cpp |
| 21 | MipsTargetAsmInfo.cpp |
| 22 | MipsTargetMachine.cpp |
| 23 | ) |