2008-09-26 04:40:32 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Sparc.td)
|
|
|
|
|
2011-06-24 01:44:41 +00:00
|
|
|
tablegen(SparcGenRegisterInfo.inc -gen-register-info)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(SparcGenInstrInfo.inc -gen-instr-info)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(SparcGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(SparcGenDAGISel.inc -gen-dag-isel)
|
2011-07-01 22:36:09 +00:00
|
|
|
tablegen(SparcGenSubtargetInfo.inc -gen-subtarget)
|
2008-09-26 04:40:32 +00:00
|
|
|
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
|
2010-11-14 18:43:56 +00:00
|
|
|
SparcAsmPrinter.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
SparcInstrInfo.cpp
|
|
|
|
SparcISelDAGToDAG.cpp
|
|
|
|
SparcISelLowering.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
SparcFrameLowering.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
|
|
|
)
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|