2009-07-20 00:24:17 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS SystemZ.td)
|
|
|
|
|
2011-06-24 01:44:41 +00:00
|
|
|
tablegen(SystemZGenRegisterInfo.inc -gen-register-info)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(SystemZGenInstrInfo.inc -gen-instr-info)
|
2009-07-20 00:24:17 +00:00
|
|
|
tablegen(SystemZGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(SystemZGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(SystemZGenCallingConv.inc -gen-callingconv)
|
2011-07-01 22:36:09 +00:00
|
|
|
tablegen(SystemZGenSubtargetInfo.inc -gen-subtarget)
|
2009-07-20 00:24:17 +00:00
|
|
|
|
|
|
|
add_llvm_target(SystemZCodeGen
|
2010-11-14 18:43:56 +00:00
|
|
|
SystemZAsmPrinter.cpp
|
2009-07-20 00:24:17 +00:00
|
|
|
SystemZISelDAGToDAG.cpp
|
|
|
|
SystemZISelLowering.cpp
|
|
|
|
SystemZInstrInfo.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
SystemZFrameLowering.cpp
|
2009-07-20 00:24:17 +00:00
|
|
|
SystemZRegisterInfo.cpp
|
|
|
|
SystemZSubtarget.cpp
|
|
|
|
SystemZTargetMachine.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
SystemZSelectionDAGInfo.cpp
|
2009-07-20 00:24:17 +00:00
|
|
|
)
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
2011-07-14 20:59:42 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|