This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c9192fa Debug info: Apply an empty debug location for global OpenMP d [...] new 84b05ac [Clang][AVX512][BuiltIn] Adding support to intrinsics of VPER [...]
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 | 18 +++++ lib/Headers/avx512bwintrin.h | 29 +++++++ lib/Headers/avx512fintrin.h | 148 +++++++++++++++++++++++++++++++++++ lib/Headers/avx512vbmiintrin.h | 29 +++++++ lib/Headers/avx512vbmivlintrin.h | 56 +++++++++++++ lib/Headers/avx512vlbwintrin.h | 55 +++++++++++++ lib/Headers/avx512vlintrin.h | 151 ++++++++++++++++++++++++++++++++++++ test/CodeGen/avx512bw-builtins.c | 17 ++++ test/CodeGen/avx512f-builtins.c | 108 ++++++++++++++++++++++++++ test/CodeGen/avx512vbmi-builtins.c | 19 ++++- test/CodeGen/avx512vbmivl-builtin.c | 35 +++++++++ test/CodeGen/avx512vl-builtins.c | 103 ++++++++++++++++++++++++ test/CodeGen/avx512vlbw-builtins.c | 35 +++++++++ 13 files changed, 802 insertions(+), 1 deletion(-)