blob: c486411f9a1e311c16e1c4b89d52469f5281f3a0 [file] [log] [blame]
Oscar Fuentescdc95492008-09-26 04:40:32 +00001set(LLVM_TARGET_DEFINITIONS Sparc.td)
2
Daniel Dunbar4a9c6422011-11-04 19:04:23 +00003tablegen(LLVM SparcGenRegisterInfo.inc -gen-register-info)
4tablegen(LLVM SparcGenInstrInfo.inc -gen-instr-info)
Venkatraman Govindarajudfcccc72014-01-06 08:08:58 +00005tablegen(LLVM SparcGenDisassemblerTables.inc -gen-disassembler)
Rafael Espindolaf8b27c42014-08-07 14:21:18 +00006tablegen(LLVM SparcGenMCCodeEmitter.inc -gen-emitter)
Daniel Dunbar4a9c6422011-11-04 19:04:23 +00007tablegen(LLVM SparcGenAsmWriter.inc -gen-asm-writer)
Venkatraman Govindarajuc2dee7d2014-01-04 11:30:13 +00008tablegen(LLVM SparcGenAsmMatcher.inc -gen-asm-matcher)
Daniel Dunbar4a9c6422011-11-04 19:04:23 +00009tablegen(LLVM SparcGenDAGISel.inc -gen-dag-isel)
10tablegen(LLVM SparcGenSubtargetInfo.inc -gen-subtarget)
11tablegen(LLVM SparcGenCallingConv.inc -gen-callingconv)
Chandler Carruth97c069c2011-07-26 00:09:08 +000012add_public_tablegen_target(SparcCommonTableGen)
Oscar Fuentescdc95492008-09-26 04:40:32 +000013
Oscar Fuentesa08c2902008-11-11 17:10:13 +000014add_llvm_target(SparcCodeGen
Oscar Fuentescdc95492008-09-26 04:40:32 +000015 DelaySlotFiller.cpp
Chris Lattner66031ed2010-11-14 18:43:56 +000016 SparcAsmPrinter.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000017 SparcInstrInfo.cpp
18 SparcISelDAGToDAG.cpp
19 SparcISelLowering.cpp
Anton Korobeynikov441ae5b2011-01-10 12:39:23 +000020 SparcFrameLowering.cpp
Chandler Carruthe805b162011-12-20 08:42:11 +000021 SparcMachineFunctionInfo.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000022 SparcRegisterInfo.cpp
23 SparcSubtarget.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000024 SparcTargetMachine.cpp
Dan Gohman9becddd2010-04-16 23:04:22 +000025 SparcSelectionDAGInfo.cpp
Venkatraman Govindarajubf683fd2013-12-26 01:49:59 +000026 SparcMCInstLower.cpp
Venkatraman Govindarajufd5c1f92014-01-29 04:51:35 +000027 SparcTargetObjectFile.cpp
Oscar Fuentescdc95492008-09-26 04:40:32 +000028 )
Oscar Fuentesba1186c2011-02-20 02:55:27 +000029
30add_subdirectory(TargetInfo)
Evan Chengbc153d42011-07-14 20:59:42 +000031add_subdirectory(MCTargetDesc)
Venkatraman Govindaraju0b938652013-12-25 23:43:39 +000032add_subdirectory(InstPrinter)
Venkatraman Govindarajuc2dee7d2014-01-04 11:30:13 +000033add_subdirectory(AsmParser)
Venkatraman Govindarajudfcccc72014-01-06 08:08:58 +000034add_subdirectory(Disassembler)