Go to file
Sanjay Patel 0a6da5de55 [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
This is nearly identical to the v*f128_si256 parts of r231792 and r232052.

AVX2 introduced proper integer variants of the hacked integer insert/extract
C intrinsics that were created for this same functionality with AVX1.

This should complete the front end fixes for insert/extract128 intrinsics. 
Corresponding LLVM patch to follow.

llvm-svn: 232109
2015-03-12 21:54:24 +00:00
clang [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles 2015-03-12 21:54:24 +00:00
clang-tools-extra [clang-tidy] Remove an empty destructor. 2015-03-12 12:30:10 +00:00
compiler-rt Use signed int implementation for __fixint 2015-03-12 21:36:10 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Update copyright year to 2015. 2015-03-12 20:13:11 +00:00
libcxxabi Update copyright year to 2015. 2015-03-12 20:13:54 +00:00
lld Make the atom_iterator copy assignable 2015-03-12 20:18:10 +00:00
lldb XFAIL TestAbbreviations on Linux, improve test 2015-03-12 20:08:45 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm Removed useless palignr test - we don't actually provide a llvm.x86.ssse3.palign.r.128 intrinsic 2015-03-12 21:42:03 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Add -polly-vectorizer=stripmine 2015-03-12 20:48:07 +00:00