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

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

Issue 282553003: PNaCl translator: combine insertelement / extractelement patterns generated by the toolchain into s… (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add DCE, address dschuff's comments. Created 6 years, 7 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 | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/CombineVectorInstructions.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 CanonicalizeMemIntrinsics.cpp 3 CanonicalizeMemIntrinsics.cpp
4 CombineVectorInstructions.cpp
4 ConstantInsertExtractElementIndex.cpp 5 ConstantInsertExtractElementIndex.cpp
5 ExceptionInfoWriter.cpp 6 ExceptionInfoWriter.cpp
6 ExpandArithWithOverflow.cpp 7 ExpandArithWithOverflow.cpp
7 ExpandByVal.cpp 8 ExpandByVal.cpp
8 ExpandConstantExpr.cpp 9 ExpandConstantExpr.cpp
9 ExpandCtors.cpp 10 ExpandCtors.cpp
10 ExpandGetElementPtr.cpp 11 ExpandGetElementPtr.cpp
11 ExpandIndirectBr.cpp 12 ExpandIndirectBr.cpp
12 ExpandShuffleVector.cpp 13 ExpandShuffleVector.cpp
13 ExpandSmallArguments.cpp 14 ExpandSmallArguments.cpp
(...skipping 15 matching lines...) Expand all
29 ReplacePtrsWithInts.cpp 30 ReplacePtrsWithInts.cpp
30 ResolvePNaClIntrinsics.cpp 31 ResolvePNaClIntrinsics.cpp
31 RewriteAtomics.cpp 32 RewriteAtomics.cpp
32 RewriteLLVMIntrinsics.cpp 33 RewriteLLVMIntrinsics.cpp
33 RewritePNaClLibraryCalls.cpp 34 RewritePNaClLibraryCalls.cpp
34 StripAttributes.cpp 35 StripAttributes.cpp
35 StripMetadata.cpp 36 StripMetadata.cpp
36 ) 37 )
37 38
38 add_dependencies(LLVMNaClTransforms intrinsics_gen) 39 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/CombineVectorInstructions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698