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

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: Rebase 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
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/ExpandArithWithOverflow.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 set(LLVM_LINK_COMPONENTS ipo) 1 set(LLVM_LINK_COMPONENTS ipo)
2 2
3 add_llvm_library(LLVMNaClTransforms 3 add_llvm_library(LLVMNaClTransforms
4 AddPNaClExternalDecls.cpp 4 AddPNaClExternalDecls.cpp
5 ExpandArithWithOverflow.cpp
5 ExpandByVal.cpp 6 ExpandByVal.cpp
6 ExpandConstantExpr.cpp 7 ExpandConstantExpr.cpp
7 ExpandCtors.cpp 8 ExpandCtors.cpp
8 ExpandGetElementPtr.cpp 9 ExpandGetElementPtr.cpp
9 ExpandMulWithOverflow.cpp
10 ExpandTls.cpp 10 ExpandTls.cpp
11 ExpandTlsConstantExpr.cpp 11 ExpandTlsConstantExpr.cpp
12 ExpandUtils.cpp 12 ExpandUtils.cpp
13 ExpandVarArgs.cpp 13 ExpandVarArgs.cpp
14 InsertDivideCheck.cpp 14 InsertDivideCheck.cpp
15 FlattenGlobals.cpp 15 FlattenGlobals.cpp
16 GlobalCleanup.cpp 16 GlobalCleanup.cpp
17 PNaClABISimplify.cpp 17 PNaClABISimplify.cpp
18 PromoteIntegers.cpp 18 PromoteIntegers.cpp
19 ReplacePtrsWithInts.cpp 19 ReplacePtrsWithInts.cpp
20 ResolvePNaClIntrinsics.cpp 20 ResolvePNaClIntrinsics.cpp
21 RewritePNaClLibraryCalls.cpp 21 RewritePNaClLibraryCalls.cpp
22 StripMetadata.cpp 22 StripMetadata.cpp
23 ) 23 )
24 24
25 add_dependencies(LLVMNaClTransforms intrinsics_gen) 25 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/ExpandArithWithOverflow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698