This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f4ae46b [analyzer] NumberObjectConversion: support more types, misc updates. new 14849cb [AVX-512] Remove many of the masked 128/256-bit shift builtin [...] new cbebc3b [AVX-512] Remove masked vector extract builtins and replace w [...]
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 | 54 --- lib/Headers/avx512dqintrin.h | 94 ++--- lib/Headers/avx512fintrin.h | 93 ++--- lib/Headers/avx512vlbwintrin.h | 250 +++++++------- lib/Headers/avx512vldqintrin.h | 44 ++- lib/Headers/avx512vlintrin.h | 673 +++++++++++++++++------------------- lib/Sema/SemaChecking.cpp | 30 -- test/CodeGen/avx512dq-builtins.c | 32 +- test/CodeGen/avx512f-builtins.c | 46 ++- test/CodeGen/avx512vl-builtins.c | 260 +++++++++++--- test/CodeGen/avx512vlbw-builtins.c | 208 ++++++++++- test/CodeGen/avx512vldq-builtins.c | 16 +- 12 files changed, 1046 insertions(+), 754 deletions(-)