2008-09-26 12:40:32 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Sparc.td)
|
|
|
|
|
|
|
|
tablegen(SparcGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(SparcGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(SparcGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(SparcGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(SparcGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(SparcGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(SparcGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(SparcGenSubtarget.inc -gen-subtarget)
|
|
|
|
tablegen(SparcGenCallingConv.inc -gen-callingconv)
|
|
|
|
|
2008-11-12 01:10:13 +08:00
|
|
|
add_llvm_target(SparcCodeGen
|
2008-09-26 12:40:32 +08:00
|
|
|
DelaySlotFiller.cpp
|
|
|
|
FPMover.cpp
|
|
|
|
SparcInstrInfo.cpp
|
|
|
|
SparcISelDAGToDAG.cpp
|
|
|
|
SparcISelLowering.cpp
|
2009-08-31 21:05:24 +08:00
|
|
|
SparcMCAsmInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
SparcRegisterInfo.cpp
|
|
|
|
SparcSubtarget.cpp
|
|
|
|
SparcTargetMachine.cpp
|
2010-04-17 07:04:22 +08:00
|
|
|
SparcSelectionDAGInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
)
|