This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 56b1cc8d60 [OpenMP][NVPTX] Use appropriate _CALL_ELF macro when offloading new 4d1a672881 [X86] Add kortest intrinsics for 8, 32, and 64 bit masks. Ad [...]
The 1 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 | 6 +++ lib/CodeGen/CGBuiltin.cpp | 19 +++++--- lib/Headers/avx512bwintrin.h | 36 +++++++++++++++ lib/Headers/avx512dqintrin.h | 18 ++++++++ lib/Headers/avx512fintrin.h | 18 ++++++++ test/CodeGen/avx512bw-builtins.c | 92 +++++++++++++++++++++++++++++++++++++ test/CodeGen/avx512dq-builtins.c | 46 +++++++++++++++++++ test/CodeGen/avx512f-builtins.c | 46 +++++++++++++++++++ 8 files changed, 275 insertions(+), 6 deletions(-)