This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8b3beec439 Fix formatting of lambda introducers with initializers. new d304062b8c Lowering Mask Set1 intrinsics to LLVM IR
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 | 9 -- include/clang/Basic/BuiltinsX86_64.def | 3 - lib/Headers/avx512bwintrin.h | 25 ++--- lib/Headers/avx512fintrin.h | 47 ++++---- lib/Headers/avx512vlbwintrin.h | 50 ++++----- lib/Headers/avx512vlintrin.h | 69 +++++++----- test/CodeGen/avx512bw-builtins.c | 198 ++++++++++++++++++++++++++++++++- test/CodeGen/avx512f-builtins.c | 165 ++++++++++++++++++--------- test/CodeGen/avx512vl-builtins.c | 86 ++++++++++++-- test/CodeGen/avx512vlbw-builtins.c | 175 ++++++++++++++++++++++++++++- 10 files changed, 655 insertions(+), 172 deletions(-)