Go to file
Michael Kuperstein 6168183e04 [X86] Added _mm256_bslli_epi128 and _mm256_bsrli_epi128.
These two intrinsics are alternative names for _mm256_slli_si256 and _mm256_srli_si256, respectively.

llvm-svn: 237693
2015-05-19 13:05:46 +00:00
clang [X86] Added _mm256_bslli_epi128 and _mm256_bsrli_epi128. 2015-05-19 13:05:46 +00:00
clang-tools-extra docs: Spell a couple of cmake options with =ON in the docs 2015-05-18 05:05:49 +00:00
compiler-rt [sanitizer][MIPS] Add --target flag for MIPS32 2015-05-19 09:07:37 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx mark new/delete tests as XFAIL more carefully 2015-05-19 03:41:22 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld [LLD] Make sure MachO FDEs read their augmentation data strings from the right 2015-05-16 00:08:02 +00:00
lldb Mark TestEvents as XTIMEOUT on Linux 2015-05-19 10:49:40 +00:00
llgo benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. 2015-05-12 22:14:26 +00:00
llvm Use cat and not type Under MSYS, same as Cygwin. 2015-05-19 12:59:23 +00:00
openmp Fix for testsuite including omp.h 2015-05-18 21:38:50 +00:00
polly Adapt to IRBuilder::CreateCall interface change 2015-05-19 06:25:02 +00:00