This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ca1d71cf0b [X86] Undef __DEFAULT_FN_ATTRS in avx512fintrin.h. new 4729e0a2cf [X86] Rename __DEFAULT_FN_ATTRS to a__DEFAULT_FN_ATTRS512 in [...] new 6faba02b55 [X86] Remove min_vector_width 512 from some intrinsics that [...] new 119327d467 [X86] Add intrinsics for kand/kandn/knot/kor/kxnor/kxor with [...]
The 3 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/CodeGen/CGBuiltin.cpp | 44 +++- lib/Headers/avx512bwintrin.h | 490 +++++++++++++++++++++--------------- lib/Headers/avx512dqintrin.h | 210 +++++++++------- lib/Headers/avx512fintrin.h | 7 + test/CodeGen/avx512bw-builtins.c | 130 ++++++++++ test/CodeGen/avx512dq-builtins.c | 65 +++++ test/CodeGen/avx512f-builtins.c | 65 +++++ 8 files changed, 722 insertions(+), 307 deletions(-)