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

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: 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 FlattenGlobals.cpp
15 FreezeAtomics.cpp
16 GlobalCleanup.cpp
14 InsertDivideCheck.cpp 17 InsertDivideCheck.cpp
15 FlattenGlobals.cpp
16 GlobalCleanup.cpp
17 PNaClABISimplify.cpp 18 PNaClABISimplify.cpp
18 PromoteIntegers.cpp 19 PromoteIntegers.cpp
19 ReplacePtrsWithInts.cpp 20 ReplacePtrsWithInts.cpp
20 RewriteLLVMIntrinsics.cpp 21 RewriteLLVMIntrinsics.cpp
21 ResolvePNaClIntrinsics.cpp 22 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