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

Side by Side Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 927493002: PNaCl: Impl the other atomicrmw operations: nand, max, min, umax, and umin. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « lib/Analysis/NaCl/PNaClSimplificationAnalyses.cpp ('k') | lib/Transforms/NaCl/LLVMBuild.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 add_llvm_library(LLVMNaClTransforms 1 add_llvm_library(LLVMNaClTransforms
2 AddPNaClExternalDecls.cpp 2 AddPNaClExternalDecls.cpp
3 BackendCanonicalize.cpp 3 BackendCanonicalize.cpp
4 CanonicalizeMemIntrinsics.cpp 4 CanonicalizeMemIntrinsics.cpp
5 CleanupUsedGlobalsMetadata.cpp 5 CleanupUsedGlobalsMetadata.cpp
6 ConstantInsertExtractElementIndex.cpp 6 ConstantInsertExtractElementIndex.cpp
7 ExceptionInfoWriter.cpp 7 ExceptionInfoWriter.cpp
8 ExpandArithWithOverflow.cpp 8 ExpandArithWithOverflow.cpp
9 ExpandByVal.cpp 9 ExpandByVal.cpp
10 ExpandConstantExpr.cpp 10 ExpandConstantExpr.cpp
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # Emscripten files: 44 # Emscripten files:
45 ExpandI64.cpp 45 ExpandI64.cpp
46 ExpandInsertExtractElement.cpp 46 ExpandInsertExtractElement.cpp
47 LowerEmAsyncify.cpp 47 LowerEmAsyncify.cpp
48 LowerEmExceptionsPass.cpp 48 LowerEmExceptionsPass.cpp
49 LowerEmSetjmp.cpp 49 LowerEmSetjmp.cpp
50 NoExitRuntime.cpp 50 NoExitRuntime.cpp
51 # Emscripten files end. 51 # Emscripten files end.
52 ) 52 )
53 53
54 add_dependencies(LLVMNaClTransforms intrinsics_gen) 54 add_dependencies(LLVMNaClTransforms intrinsics_gen LLVMCodeGen LLVMMC LLVMNaClAn alysis)
OLDNEW
« no previous file with comments | « lib/Analysis/NaCl/PNaClSimplificationAnalyses.cpp ('k') | lib/Transforms/NaCl/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698