Go to file
Ulrich Weigand e861e6442c [SystemZ] Fix assertion failure in tryBuildVectorShuffle
Under certain circumstances, tryBuildVectorShuffle would attempt to
create a BUILD_VECTOR node with an invalid combination of types.
This happened when one of the components of the original BUILD_VECTOR
was itself a TRUNCATE node.  That TRUNCATE was stripped off during
intermediate processing to simplify code, but when adding the node
back to the result vector, we still need it to get the type right.

llvm-svn: 247694
2015-09-15 14:27:46 +00:00
clang Silencing a -Wreturn-type warning; NFC. 2015-09-15 14:11:32 +00:00
clang-tools-extra Remove garbage. The issue was fixed in r246856. 2015-09-15 14:01:09 +00:00
compiler-rt [sanitizer] Move CheckVMASize after flag initialization 2015-09-15 13:22:54 +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 integer: Update integer limits to comply with spec 2015-09-15 03:56:21 +00:00
libcxx Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld Replace isa+cast with dyn_cast. NFC. 2015-09-15 14:08:11 +00:00
lldb Skip TestGoASTContext on remote targets as it it not remote compatible 2015-09-15 14:04:52 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm [SystemZ] Fix assertion failure in tryBuildVectorShuffle 2015-09-15 14:27:46 +00:00
openmp Removing the Makefile/Perl build system. 2015-09-14 17:20:30 +00:00
polly Fix after renamed CMake cache entry 2015-09-15 10:51:15 +00:00