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

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

Issue 13973018: PNaCl: Add ExpandByVal pass for expanding out by-value struct args and results (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Cleanup Created 7 years, 8 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/ExpandByVal.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 ExpandConstantExpr.cpp 3 ExpandConstantExpr.cpp
3 ExpandCtors.cpp 4 ExpandCtors.cpp
4 ExpandGetElementPtr.cpp 5 ExpandGetElementPtr.cpp
5 ExpandTls.cpp 6 ExpandTls.cpp
6 ExpandTlsConstantExpr.cpp 7 ExpandTlsConstantExpr.cpp
7 ExpandUtils.cpp 8 ExpandUtils.cpp
8 ExpandVarArgs.cpp 9 ExpandVarArgs.cpp
9 GlobalCleanup.cpp 10 GlobalCleanup.cpp
10 StripMetadata.cpp 11 StripMetadata.cpp
11 ) 12 )
12 13
13 add_dependencies(LLVMNaClTransforms intrinsics_gen) 14 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Transforms/NaCl/ExpandByVal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698