Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: lib/Target/R600/CMakeLists.txt

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 set(LLVM_TARGET_DEFINITIONS AMDGPU.td) 1 set(LLVM_TARGET_DEFINITIONS AMDGPU.td)
2 2
3 tablegen(LLVM AMDGPUGenRegisterInfo.inc -gen-register-info) 3 tablegen(LLVM AMDGPUGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM AMDGPUGenInstrInfo.inc -gen-instr-info) 4 tablegen(LLVM AMDGPUGenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel) 5 tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM AMDGPUGenCallingConv.inc -gen-callingconv) 6 tablegen(LLVM AMDGPUGenCallingConv.inc -gen-callingconv)
7 tablegen(LLVM AMDGPUGenSubtargetInfo.inc -gen-subtarget) 7 tablegen(LLVM AMDGPUGenSubtargetInfo.inc -gen-subtarget)
8 tablegen(LLVM AMDGPUGenIntrinsics.inc -gen-tgt-intrinsic) 8 tablegen(LLVM AMDGPUGenIntrinsics.inc -gen-tgt-intrinsic)
9 tablegen(LLVM AMDGPUGenMCCodeEmitter.inc -gen-emitter -mc-emitter) 9 tablegen(LLVM AMDGPUGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
10 tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer) 10 tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer)
11 tablegen(LLVM AMDGPUGenAsmWriter.inc -gen-asm-writer) 11 tablegen(LLVM AMDGPUGenAsmWriter.inc -gen-asm-writer)
12 add_public_tablegen_target(AMDGPUCommonTableGen) 12 add_public_tablegen_target(AMDGPUCommonTableGen)
13 13
14 add_llvm_target(R600CodeGen 14 add_llvm_target(R600CodeGen
15 AMDIL7XXDevice.cpp 15 AMDIL7XXDevice.cpp
16 AMDILCFGStructurizer.cpp 16 AMDILCFGStructurizer.cpp
17 AMDILDevice.cpp 17 AMDILDevice.cpp
18 AMDILDeviceInfo.cpp 18 AMDILDeviceInfo.cpp
19 AMDILEvergreenDevice.cpp 19 AMDILEvergreenDevice.cpp
20 AMDILIntrinsicInfo.cpp 20 AMDILIntrinsicInfo.cpp
21 AMDILISelDAGToDAG.cpp 21 AMDILISelDAGToDAG.cpp
22 AMDILISelLowering.cpp 22 AMDILISelLowering.cpp
23 AMDILNIDevice.cpp 23 AMDILNIDevice.cpp
24 AMDILPeepholeOptimizer.cpp
24 AMDILSIDevice.cpp 25 AMDILSIDevice.cpp
25 AMDGPUAsmPrinter.cpp 26 AMDGPUAsmPrinter.cpp
26 AMDGPUFrameLowering.cpp 27 AMDGPUFrameLowering.cpp
27 AMDGPUIndirectAddressing.cpp 28 AMDGPUIndirectAddressing.cpp
28 AMDGPUMCInstLower.cpp 29 AMDGPUMCInstLower.cpp
29 AMDGPUMachineFunction.cpp 30 AMDGPUMachineFunction.cpp
30 AMDGPUSubtarget.cpp 31 AMDGPUSubtarget.cpp
31 AMDGPUStructurizeCFG.cpp 32 AMDGPUStructurizeCFG.cpp
32 AMDGPUTargetMachine.cpp 33 AMDGPUTargetMachine.cpp
33 AMDGPUISelLowering.cpp 34 AMDGPUISelLowering.cpp
(...skipping 16 matching lines...) Expand all
50 SILowerControlFlow.cpp 51 SILowerControlFlow.cpp
51 SIMachineFunctionInfo.cpp 52 SIMachineFunctionInfo.cpp
52 SIRegisterInfo.cpp 53 SIRegisterInfo.cpp
53 ) 54 )
54 55
55 add_dependencies(LLVMR600CodeGen intrinsics_gen) 56 add_dependencies(LLVMR600CodeGen intrinsics_gen)
56 57
57 add_subdirectory(InstPrinter) 58 add_subdirectory(InstPrinter)
58 add_subdirectory(TargetInfo) 59 add_subdirectory(TargetInfo)
59 add_subdirectory(MCTargetDesc) 60 add_subdirectory(MCTargetDesc)
OLDNEW
« no previous file with comments | « lib/Target/R600/AMDILPeepholeOptimizer.cpp ('k') | lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698