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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index 482302da07c84d29a81f3d8b3464b323a6b69d72..16071304dc4788c6080a20f32d82c743c9834b0e 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -1,6 +1,7 @@
add_llvm_library(LLVMNaClTransforms
AddPNaClExternalDecls.cpp
CanonicalizeMemIntrinsics.cpp
+ ConstantInsertExtractElementIndex.cpp
ExceptionInfoWriter.cpp
ExpandArithWithOverflow.cpp
ExpandByVal.cpp
@@ -14,8 +15,10 @@ add_llvm_library(LLVMNaClTransforms
ExpandTlsConstantExpr.cpp
ExpandUtils.cpp
ExpandVarArgs.cpp
+ FixVectorLoadStoreAlignment.cpp
FlattenGlobals.cpp
GlobalCleanup.cpp
+ GlobalizeConstantVectors.cpp
InsertDivideCheck.cpp
PNaClABISimplify.cpp
PNaClSjLjEH.cpp

Powered by Google App Engine
This is Rietveld 408576698