This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ba894e9 [index] Avoid using a RecursiveASTVisitor for SyntacticFormIn [...] new 803e00c [AVX-512] Remove masked vector insert builtins and replace wi [...]
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 | 12 ---- lib/Headers/avx512dqintrin.h | 134 +++++++++++++++++++++--------------- lib/Headers/avx512fintrin.h | 128 +++++++++++++++++++++------------- lib/Headers/avx512vldqintrin.h | 54 +++++++-------- lib/Headers/avx512vlintrin.h | 59 ++++++++-------- lib/Sema/SemaChecking.cpp | 14 ---- test/CodeGen/avx512dq-builtins.c | 32 +++++---- test/CodeGen/avx512f-builtins.c | 32 +++++---- test/CodeGen/avx512vl-builtins.c | 16 +++-- test/CodeGen/avx512vldq-builtins.c | 16 +++-- 10 files changed, 276 insertions(+), 221 deletions(-)