1 set(LLVM_TARGET_DEFINITIONS Alpha.td)
3 tablegen(AlphaGenRegisterInfo.inc -gen-register-info)
4 tablegen(AlphaGenInstrInfo.inc -gen-instr-info)
5 tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
6 tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
7 tablegen(AlphaGenCallingConv.inc -gen-callingconv)
8 tablegen(AlphaGenSubtargetInfo.inc -gen-subtarget)
10 add_llvm_target(AlphaCodeGen
12 AlphaBranchSelector.cpp
16 AlphaFrameLowering.cpp
21 AlphaTargetMachine.cpp
22 AlphaSelectionDAGInfo.cpp
25 add_subdirectory(TargetInfo)