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

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

Issue 14262011: PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Review nits Created 7 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 | « lib/IR/Constants.cpp ('k') | lib/Transforms/NaCl/ExpandUtils.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 ExpandByVal.cpp 2 ExpandByVal.cpp
3 ExpandConstantExpr.cpp 3 ExpandConstantExpr.cpp
4 ExpandCtors.cpp 4 ExpandCtors.cpp
5 ExpandGetElementPtr.cpp 5 ExpandGetElementPtr.cpp
6 ExpandTls.cpp 6 ExpandTls.cpp
7 ExpandTlsConstantExpr.cpp 7 ExpandTlsConstantExpr.cpp
8 ExpandUtils.cpp 8 ExpandUtils.cpp
9 ExpandVarArgs.cpp 9 ExpandVarArgs.cpp
10 InsertDivideCheck.cpp 10 InsertDivideCheck.cpp
11 FlattenGlobals.cpp 11 FlattenGlobals.cpp
12 GlobalCleanup.cpp 12 GlobalCleanup.cpp
13 PromoteIntegers.cpp 13 PromoteIntegers.cpp
14 ReplacePtrsWithInts.cpp
14 RewritePNaClLibraryCalls.cpp 15 RewritePNaClLibraryCalls.cpp
15 StripMetadata.cpp 16 StripMetadata.cpp
16 ) 17 )
17 18
18 add_dependencies(LLVMNaClTransforms intrinsics_gen) 19 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « lib/IR/Constants.cpp ('k') | lib/Transforms/NaCl/ExpandUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698