Go to file
Craig Topper 89b3e0223f [AVX-512] Add 512-bit unmasked intrinsics for pmuldq and pmuludq so we can add them to InstCombine with the 128 and 256 bit versions.
The 128 and 256 bit masked intrinsics are currently unused by clang. The sse and avx2 unmasked intrinsics are used instead. The new 512-bit intrinsic will be used to do the same. Then all masked versions will removed and autoupgraded.

llvm-svn: 290573
2016-12-27 03:46:05 +00:00
clang Driver: switch Windows to static RelocModel 2016-12-27 02:20:35 +00:00
clang-tools-extra [clang-tidy] Remove local hasInClassInitializer matcher. NFC 2016-12-24 14:30:29 +00:00
compiler-rt test: filter out -fPIE/-pie on Windows 2016-12-27 03:16:20 +00:00
debuginfo-tests
libclc Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx [libc++] Make __num_get_float hidden 2016-12-24 18:05:32 +00:00
libcxxabi Suppress unreachable code warning in unwind tests 2016-12-24 05:01:55 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld [ELF] - Fix mistype in comment. NFC. 2016-12-25 06:49:17 +00:00
lldb Fix a couple of incorrect format string warnings 2016-12-22 19:15:07 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [AVX-512] Add 512-bit unmasked intrinsics for pmuldq and pmuludq so we can add them to InstCombine with the 128 and 256 bit versions. 2016-12-27 03:46:05 +00:00
openmp Fix for the __kmpc_global_num_threads function to return the value of the __kmp_all_nth global var. 2016-12-21 21:20:20 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update to isl-0.18-17-g2844ebf 2016-12-26 12:11:40 +00:00