2008-09-26 12:40:32 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Alpha.td)
|
|
|
|
|
|
|
|
tablegen(AlphaGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(AlphaGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(AlphaGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(AlphaGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(AlphaGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
|
2009-07-19 09:33:04 +08:00
|
|
|
tablegen(AlphaGenCallingConv.inc -gen-callingconv)
|
2008-09-26 12:40:32 +08:00
|
|
|
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2008-11-12 01:10:13 +08:00
|
|
|
add_llvm_target(AlphaCodeGen
|
2010-11-15 02:43:56 +08:00
|
|
|
AlphaAsmPrinter.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
AlphaBranchSelector.cpp
|
|
|
|
AlphaInstrInfo.cpp
|
|
|
|
AlphaISelDAGToDAG.cpp
|
|
|
|
AlphaISelLowering.cpp
|
2011-01-10 20:39:23 +08:00
|
|
|
AlphaFrameLowering.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
AlphaLLRP.cpp
|
2009-08-31 21:05:24 +08:00
|
|
|
AlphaMCAsmInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
AlphaRegisterInfo.cpp
|
|
|
|
AlphaSubtarget.cpp
|
|
|
|
AlphaTargetMachine.cpp
|
2010-04-17 07:04:22 +08:00
|
|
|
AlphaSelectionDAGInfo.cpp
|
2008-09-26 12:40:32 +08:00
|
|
|
)
|