2008-09-26 04:40:32 +00: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-11 17:10:13 +00:00
|
|
|
add_llvm_target(SparcCodeGen
|
2008-09-26 04:40:32 +00:00
|
|
|
DelaySlotFiller.cpp
|
|
|
|
FPMover.cpp
|
|
|
|
SparcInstrInfo.cpp
|
|
|
|
SparcISelDAGToDAG.cpp
|
|
|
|
SparcISelLowering.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
SparcMCAsmInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
SparcRegisterInfo.cpp
|
|
|
|
SparcSubtarget.cpp
|
|
|
|
SparcTargetMachine.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
SparcSelectionDAGInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
)
|
2009-07-02 18:53:52 +00:00
|
|
|
|
|
|
|
target_link_libraries (LLVMSparcCodeGen LLVMSelectionDAG)
|