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

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

Issue 221693002: PNaCl: Add support for GCC/LLVM vector extensions (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Address dschuff's comments. Created 6 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
OLDNEW
1 add_llvm_library(LLVMNaClTransforms 1 add_llvm_library(LLVMNaClTransforms
2 AddPNaClExternalDecls.cpp 2 AddPNaClExternalDecls.cpp
3 CanonicalizeMemIntrinsics.cpp 3 CanonicalizeMemIntrinsics.cpp
4 ConstantInsertExtractElementIndex.cpp
4 ExceptionInfoWriter.cpp 5 ExceptionInfoWriter.cpp
5 ExpandArithWithOverflow.cpp 6 ExpandArithWithOverflow.cpp
6 ExpandByVal.cpp 7 ExpandByVal.cpp
7 ExpandConstantExpr.cpp 8 ExpandConstantExpr.cpp
8 ExpandCtors.cpp 9 ExpandCtors.cpp
9 ExpandGetElementPtr.cpp 10 ExpandGetElementPtr.cpp
10 ExpandIndirectBr.cpp 11 ExpandIndirectBr.cpp
11 ExpandSmallArguments.cpp 12 ExpandSmallArguments.cpp
12 ExpandStructRegs.cpp 13 ExpandStructRegs.cpp
13 ExpandTls.cpp 14 ExpandTls.cpp
14 ExpandTlsConstantExpr.cpp 15 ExpandTlsConstantExpr.cpp
15 ExpandUtils.cpp 16 ExpandUtils.cpp
16 ExpandVarArgs.cpp 17 ExpandVarArgs.cpp
18 FixVectorLoadStoreAlignment.cpp
17 FlattenGlobals.cpp 19 FlattenGlobals.cpp
18 GlobalCleanup.cpp 20 GlobalCleanup.cpp
21 GlobalizeConstantVectors.cpp
19 InsertDivideCheck.cpp 22 InsertDivideCheck.cpp
20 PNaClABISimplify.cpp 23 PNaClABISimplify.cpp
21 PNaClSjLjEH.cpp 24 PNaClSjLjEH.cpp
22 PromoteI1Ops.cpp 25 PromoteI1Ops.cpp
23 PromoteIntegers.cpp 26 PromoteIntegers.cpp
24 RemoveAsmMemory.cpp 27 RemoveAsmMemory.cpp
25 ReplacePtrsWithInts.cpp 28 ReplacePtrsWithInts.cpp
26 ResolvePNaClIntrinsics.cpp 29 ResolvePNaClIntrinsics.cpp
27 RewriteAtomics.cpp 30 RewriteAtomics.cpp
28 RewriteLLVMIntrinsics.cpp 31 RewriteLLVMIntrinsics.cpp
29 RewritePNaClLibraryCalls.cpp 32 RewritePNaClLibraryCalls.cpp
30 StripAttributes.cpp 33 StripAttributes.cpp
31 StripMetadata.cpp 34 StripMetadata.cpp
32 ) 35 )
33 36
34 add_dependencies(LLVMNaClTransforms intrinsics_gen) 37 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698