Go to file
Chandler Carruth 6f80abac4e [x86] Teach the new vector shuffle lowering to use the AVX VPERMILPS
instruction for single-vector floating point shuffles. This in turn
allows the shuffles to fold a load into the instruction which is one of
the common regressions hit with the new shuffle lowering.

llvm-svn: 218190
2014-09-20 20:52:07 +00:00
clang Fix bugs in cpuid.h. 2014-09-20 01:31:09 +00:00
clang-tools-extra [clang-tidy] Don't leak the TodoCommentHandler object 2014-09-18 18:59:50 +00:00
compiler-rt [UBSan] Introduce more flexible __ubsan_default_options function instead of UBSAN_DEFAULT_OPTIONS compile definition 2014-09-19 18:54:52 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Support newlib as libc++'s C library [locale part] 2014-09-19 20:09:12 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld [PECOFF] Set ordinal to alias atoms 2014-09-19 21:58:54 +00:00
lldb Fix lldb-gdbserver build. 2014-09-20 17:34:48 +00:00
llvm [x86] Teach the new vector shuffle lowering to use the AVX VPERMILPS 2014-09-20 20:52:07 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Fix] Allow pointer types as access elements and compare them correctly 2014-09-19 08:49:02 +00:00