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

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

Issue 1423873002: PNaCl: Add a vector type legalization pass. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 1 month 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 | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/PNaClABISimplify.cpp » ('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 23 matching lines...) Expand all
34 RemoveAsmMemory.cpp 34 RemoveAsmMemory.cpp
35 ReplacePtrsWithInts.cpp 35 ReplacePtrsWithInts.cpp
36 ResolvePNaClIntrinsics.cpp 36 ResolvePNaClIntrinsics.cpp
37 RewriteAtomics.cpp 37 RewriteAtomics.cpp
38 RewriteLLVMIntrinsics.cpp 38 RewriteLLVMIntrinsics.cpp
39 RewritePNaClLibraryCalls.cpp 39 RewritePNaClLibraryCalls.cpp
40 SimplifyAllocas.cpp 40 SimplifyAllocas.cpp
41 SimplifyStructRegSignatures.cpp 41 SimplifyStructRegSignatures.cpp
42 StripAttributes.cpp 42 StripAttributes.cpp
43 StripMetadata.cpp 43 StripMetadata.cpp
44 VectorCanonicalizationPass.cpp
44 # Emscripten files: 45 # Emscripten files:
45 ExpandI64.cpp 46 ExpandI64.cpp
46 ExpandInsertExtractElement.cpp 47 ExpandInsertExtractElement.cpp
47 LowerEmAsyncify.cpp 48 LowerEmAsyncify.cpp
48 LowerEmExceptionsPass.cpp 49 LowerEmExceptionsPass.cpp
49 LowerEmSetjmp.cpp 50 LowerEmSetjmp.cpp
50 NoExitRuntime.cpp 51 NoExitRuntime.cpp
51 # Emscripten files end. 52 # Emscripten files end.
52 ) 53 )
53 54
54 add_dependencies(LLVMNaClTransforms intrinsics_gen) 55 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/PNaClABISimplify.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698