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

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

Issue 15688011: PNaCl: Extend ExpandMulWithOverflow pass to handle uadd.with.overflow too (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 6 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 add_llvm_library(LLVMNaClTransforms 1 add_llvm_library(LLVMNaClTransforms
2 ExpandArithWithOverflow.cpp
2 ExpandByVal.cpp 3 ExpandByVal.cpp
3 ExpandConstantExpr.cpp 4 ExpandConstantExpr.cpp
4 ExpandCtors.cpp 5 ExpandCtors.cpp
5 ExpandGetElementPtr.cpp 6 ExpandGetElementPtr.cpp
6 ExpandMulWithOverflow.cpp
7 ExpandTls.cpp 7 ExpandTls.cpp
8 ExpandTlsConstantExpr.cpp 8 ExpandTlsConstantExpr.cpp
9 ExpandUtils.cpp 9 ExpandUtils.cpp
10 ExpandVarArgs.cpp 10 ExpandVarArgs.cpp
11 InsertDivideCheck.cpp 11 InsertDivideCheck.cpp
12 FlattenGlobals.cpp 12 FlattenGlobals.cpp
13 GlobalCleanup.cpp 13 GlobalCleanup.cpp
14 PNaClABISimplify.cpp 14 PNaClABISimplify.cpp
15 PromoteIntegers.cpp 15 PromoteIntegers.cpp
16 ReplacePtrsWithInts.cpp 16 ReplacePtrsWithInts.cpp
17 RewritePNaClLibraryCalls.cpp 17 RewritePNaClLibraryCalls.cpp
18 StripMetadata.cpp 18 StripMetadata.cpp
19 ) 19 )
20 20
21 add_dependencies(LLVMNaClTransforms intrinsics_gen) 21 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698