Go to file
Tim Northover fad2761ca0 InstCombine: form shuffles from wider range of insert/extractelements
Sequences of insertelement/extractelements are sometimes used to build
vectorsr; this code tries to put them back together into shuffles, but
could only produce a completely uniform shuffle types (<N x T> from two
<N x T> sources).

This should allow shuffles with different numbers of elements on the
input and output sides as well.

llvm-svn: 203229
2014-03-07 10:24:44 +00:00
clang Remove a test that we don't need anymore 2014-03-07 10:21:25 +00:00
clang-tools-extra Use the appropriate operator<< instead of addRanges. 2014-03-06 13:24:28 +00:00
compiler-rt [FreeBSD] Port sanitizers' syscalls. 2014-03-07 10:03:54 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{". 2014-02-27 17:51:50 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Fix a couple of -Wabsolute-value warnings in the libc++ tests 2014-03-06 16:27:17 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [Mips] Removed extra space. Thanks to dexonsmith's eagle eye. 2014-03-07 04:50:53 +00:00
lldb Update for clang r203213 2014-03-07 08:31:36 +00:00
llvm InstCombine: form shuffles from wider range of insert/extractelements 2014-03-07 10:24:44 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly remove unused code 2014-03-06 20:59:18 +00:00