Go to file
Craig Topper 715873ead3 [AVX-512] Remove masked packss/packus intrinsics and autoupgrade to unmasked intrinsics with select instructions. For 512-bit add new unmasked intrinsics.
The new 512-bit unmasked intrinsics will make it easy to handle these with the SSE/AVX intrinsics in InstCombine where we currently have a TODO.

llvm-svn: 295290
2017-02-16 06:31:54 +00:00
clang Loosen a Type check ODR checking to try to fix the build bot. 2017-02-16 05:48:25 +00:00
clang-tools-extra [clang-tidy] Fix test modernize-return-braced-init-list 2017-02-15 17:37:58 +00:00
compiler-rt Extract *.a to *.bc conversion into separate script. 2017-02-16 02:12:18 +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 Move BufferPtr into the block where it it being used 2017-02-12 21:33:49 +00:00
libcxx Add tests for noexcept functions 2017-02-13 22:44:39 +00:00
libcxxabi Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode. 2017-02-15 13:43:05 +00:00
libunwind [libunwind][CMake] Use libc++ headers when available 2017-02-16 05:18:08 +00:00
lld Use isRelExprOneOf. 2017-02-16 06:24:16 +00:00
lldb Fix a bug introduced in r235737 where code with important side 2017-02-16 02:08:33 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [AVX-512] Remove masked packss/packus intrinsics and autoupgrade to unmasked intrinsics with select instructions. For 512-bit add new unmasked intrinsics. 2017-02-16 06:31:54 +00:00
openmp [OpenMP] libomptarget: Protect parent struct from being deallocated 2017-02-15 20:45:37 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DeLICM] Add forgotten unittests in previous commit. NFC. 2017-02-15 17:19:22 +00:00