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