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

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

Issue 17777004: Concurrency support for PNaCl ABI (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Simplify overloading and function verification. Created 7 years, 5 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 AddPNaClExternalDecls.cpp 2 AddPNaClExternalDecls.cpp
3 ExpandArithWithOverflow.cpp 3 ExpandArithWithOverflow.cpp
4 ExpandByVal.cpp 4 ExpandByVal.cpp
5 ExpandConstantExpr.cpp 5 ExpandConstantExpr.cpp
6 ExpandCtors.cpp 6 ExpandCtors.cpp
7 ExpandGetElementPtr.cpp 7 ExpandGetElementPtr.cpp
8 ExpandSmallArguments.cpp 8 ExpandSmallArguments.cpp
9 ExpandStructRegs.cpp 9 ExpandStructRegs.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
15 FlattenGlobals.cpp 14 FlattenGlobals.cpp
16 GlobalCleanup.cpp 15 GlobalCleanup.cpp
16 InsertDivideCheck.cpp
17 PNaClABISimplify.cpp 17 PNaClABISimplify.cpp
18 PromoteIntegers.cpp 18 PromoteIntegers.cpp
19 ReplacePtrsWithInts.cpp 19 ReplacePtrsWithInts.cpp
20 ResolvePNaClIntrinsics.cpp
21 RewriteAtomics.cpp
20 RewriteLLVMIntrinsics.cpp 22 RewriteLLVMIntrinsics.cpp
21 ResolvePNaClIntrinsics.cpp
22 RewritePNaClLibraryCalls.cpp 23 RewritePNaClLibraryCalls.cpp
23 StripAttributes.cpp 24 StripAttributes.cpp
24 StripMetadata.cpp 25 StripMetadata.cpp
25 ) 26 )
26 27
27 add_dependencies(LLVMNaClTransforms intrinsics_gen) 28 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698