comparison lib/Target/NVPTX/CMakeLists.txt @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 54457678186b
children afa8332a0e37
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
7 tablegen(LLVM NVPTXGenDAGISel.inc -gen-dag-isel) 7 tablegen(LLVM NVPTXGenDAGISel.inc -gen-dag-isel)
8 tablegen(LLVM NVPTXGenSubtargetInfo.inc -gen-subtarget) 8 tablegen(LLVM NVPTXGenSubtargetInfo.inc -gen-subtarget)
9 add_public_tablegen_target(NVPTXCommonTableGen) 9 add_public_tablegen_target(NVPTXCommonTableGen)
10 10
11 set(NVPTXCodeGen_sources 11 set(NVPTXCodeGen_sources
12 NVPTXAllocaHoisting.cpp
13 NVPTXAsmPrinter.cpp
14 NVPTXAssignValidGlobalNames.cpp
12 NVPTXFavorNonGenericAddrSpaces.cpp 15 NVPTXFavorNonGenericAddrSpaces.cpp
13 NVPTXFrameLowering.cpp 16 NVPTXFrameLowering.cpp
14 NVPTXInstrInfo.cpp 17 NVPTXGenericToNVVM.cpp
15 NVPTXISelDAGToDAG.cpp 18 NVPTXISelDAGToDAG.cpp
16 NVPTXISelLowering.cpp 19 NVPTXISelLowering.cpp
20 NVPTXImageOptimizer.cpp
21 NVPTXInstrInfo.cpp
22 NVPTXLowerAggrCopies.cpp
23 NVPTXLowerStructArgs.cpp
24 NVPTXMCExpr.cpp
25 NVPTXPrologEpilogPass.cpp
17 NVPTXRegisterInfo.cpp 26 NVPTXRegisterInfo.cpp
27 NVPTXReplaceImageHandles.cpp
18 NVPTXSubtarget.cpp 28 NVPTXSubtarget.cpp
19 NVPTXTargetMachine.cpp 29 NVPTXTargetMachine.cpp
20 NVPTXLowerAggrCopies.cpp 30 NVPTXTargetTransformInfo.cpp
31 NVPTXUtilities.cpp
21 NVPTXutil.cpp 32 NVPTXutil.cpp
22 NVPTXAllocaHoisting.cpp
23 NVPTXAsmPrinter.cpp
24 NVPTXUtilities.cpp
25 NVVMReflect.cpp 33 NVVMReflect.cpp
26 NVPTXGenericToNVVM.cpp
27 NVPTXAssignValidGlobalNames.cpp
28 NVPTXPrologEpilogPass.cpp
29 NVPTXMCExpr.cpp
30 NVPTXReplaceImageHandles.cpp
31 NVPTXImageOptimizer.cpp
32 ) 34 )
33 35
34 add_llvm_target(NVPTXCodeGen ${NVPTXCodeGen_sources}) 36 add_llvm_target(NVPTXCodeGen ${NVPTXCodeGen_sources})
35 37
36 add_subdirectory(TargetInfo) 38 add_subdirectory(TargetInfo)