| Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS Sparc.td) |
| 2 | |
| 3 | tablegen(SparcGenRegisterInfo.h.inc -gen-register-desc-header) |
| 4 | tablegen(SparcGenRegisterNames.inc -gen-register-enums) |
| 5 | tablegen(SparcGenRegisterInfo.inc -gen-register-desc) |
| 6 | tablegen(SparcGenInstrNames.inc -gen-instr-enums) |
| 7 | tablegen(SparcGenInstrInfo.inc -gen-instr-desc) |
| 8 | tablegen(SparcGenAsmWriter.inc -gen-asm-writer) |
| 9 | tablegen(SparcGenDAGISel.inc -gen-dag-isel) |
| 10 | tablegen(SparcGenSubtarget.inc -gen-subtarget) |
| 11 | tablegen(SparcGenCallingConv.inc -gen-callingconv) |
| 12 | |
| Oscar Fuentes | a08c290 | 2008-11-11 17:10:13 +0000 | [diff] [blame] | 13 | add_llvm_target(SparcCodeGen |
| Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 14 | DelaySlotFiller.cpp |
| 15 | FPMover.cpp |
| Oscar Fuentes | cdc9549 | 2008-09-26 04:40:32 +0000 | [diff] [blame] | 16 | SparcInstrInfo.cpp |
| 17 | SparcISelDAGToDAG.cpp |
| 18 | SparcISelLowering.cpp |
| 19 | SparcRegisterInfo.cpp |
| 20 | SparcSubtarget.cpp |
| 21 | SparcTargetAsmInfo.cpp |
| 22 | SparcTargetMachine.cpp |
| 23 | ) |