Go to file
Simon Pilgrim 1ba2bf2162 [X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977)
Based off the Intel Intrinsics guide, we should expect a void const* argument.

Prevents 'passing 'const void *' to parameter of type 'void *' discards qualifiers' warnings.

Differential Revision: https://reviews.llvm.org/D37449

llvm-svn: 312523
2017-09-05 10:06:41 +00:00
clang [X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977) 2017-09-05 10:06:41 +00:00
clang-tools-extra clangd: Tolerate additional headers 2017-09-04 12:28:15 +00:00
compiler-rt (NFC) Fix the use of do{}while(0) in a macro. 2017-09-02 00:09:57 +00:00
debuginfo-tests Fix debuginfo-tests with GDB on Linux 2017-08-31 18:16:55 +00:00
libclc amdgcn,waitcnt: Add datalayout info 2017-09-04 15:52:07 +00:00
libcxx Add MINGW_LIBRARIES to the linker flags 2017-09-04 19:46:53 +00:00
libcxxabi Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return" 2017-08-16 22:05:54 +00:00
libunwind Revert r312240 2017-08-31 15:51:23 +00:00
lld [MIPS] Convert template parameters to function arguments. NFC 2017-09-04 16:16:46 +00:00
lldb [ABI] Rewrite RegisterIsCalleeSaved. 2017-09-04 21:21:12 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [ARM] GlobalISel: Minor cleanups in inst selector 2017-09-05 08:22:47 +00:00
openmp Use va_copy instead of __va_copy to fix building libomp against musl libc 2017-08-19 23:53:36 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [CodegenCleanup] Use old GVN pass instead of NewGVN 2017-09-04 11:04:33 +00:00