This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ff118bb [modules] Fix Decl's Used invariant. new 4b30f82 [OPENMP] Fix crash on initialization of classes with no init [...] new 7e12e09 [Clang][BuiltIn][AVX512] Adding intrinsics without mask for V [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/BuiltinsX86.def | 14 ++ lib/CodeGen/CGStmtOpenMP.cpp | 6 +- lib/Headers/CMakeLists.txt | 1 + lib/Headers/avx512cdintrin.h | 13 ++ lib/Headers/avx512fintrin.h | 185 ++++++++++++++++++++++++ lib/Headers/{rtmintrin.h => avx512vlcdintrin.h} | 48 +++--- lib/Headers/immintrin.h | 2 + test/CodeGen/avx512cdintrin.c | 12 ++ test/CodeGen/avx512f-builtins.c | 132 +++++++++++++++++ test/CodeGen/avx512vlcd-builtins.c | 30 ++++ test/OpenMP/declare_reduction_codegen.cpp | 30 ++-- 11 files changed, 438 insertions(+), 35 deletions(-) copy lib/Headers/{rtmintrin.h => avx512vlcdintrin.h} (60%) create mode 100644 test/CodeGen/avx512vlcd-builtins.c