2008-09-26 04:40:32 +00: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(AlphaGenCodeEmitter.inc -gen-emitter)
|
|
|
|
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)
|
2008-09-26 04:40:32 +00:00
|
|
|
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2008-11-11 17:10:13 +00:00
|
|
|
add_llvm_target(AlphaCodeGen
|
2008-09-26 04:40:32 +00:00
|
|
|
AlphaBranchSelector.cpp
|
|
|
|
AlphaCodeEmitter.cpp
|
|
|
|
AlphaInstrInfo.cpp
|
|
|
|
AlphaISelDAGToDAG.cpp
|
|
|
|
AlphaISelLowering.cpp
|
|
|
|
AlphaJITInfo.cpp
|
|
|
|
AlphaLLRP.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
AlphaMCAsmInfo.cpp
|
2008-09-26 04:40:32 +00:00
|
|
|
AlphaRegisterInfo.cpp
|
|
|
|
AlphaSubtarget.cpp
|
|
|
|
AlphaTargetMachine.cpp
|
|
|
|
)
|
2009-07-02 18:53:52 +00:00
|
|
|
|
|
|
|
target_link_libraries (LLVMAlphaCodeGen LLVMSelectionDAG)
|