2008-09-26 04:40:32 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Alpha.td)
|
|
|
|
|
2011-06-24 01:44:41 +00:00
|
|
|
tablegen(AlphaGenRegisterInfo.inc -gen-register-info)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(AlphaGenInstrInfo.inc -gen-instr-info)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
|
2009-07-19 01:33:04 +00:00
|
|
|
tablegen(AlphaGenCallingConv.inc -gen-callingconv)
|
2011-07-01 22:36:09 +00:00
|
|
|
tablegen(AlphaGenSubtargetInfo.inc -gen-subtarget)
|
2008-09-26 04:40:32 +00:00
|
|
|
|
2008-11-11 17:10:13 +00:00
|
|
|
add_llvm_target(AlphaCodeGen
|
2010-11-14 18:43:56 +00:00
|
|
|
AlphaAsmPrinter.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
AlphaBranchSelector.cpp
|
|
|
|
AlphaInstrInfo.cpp
|
|
|
|
AlphaISelDAGToDAG.cpp
|
|
|
|
AlphaISelLowering.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
AlphaFrameLowering.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
AlphaLLRP.cpp
|
|
|
|
AlphaRegisterInfo.cpp
|
|
|
|
AlphaSubtarget.cpp
|
|
|
|
AlphaTargetMachine.cpp
|
2010-04-16 23:04:22 +00:00
|
|
|
AlphaSelectionDAGInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
)
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
2011-07-14 20:59:42 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|