This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8bd548f654 Tests: fix tests encoding specific hash values for 32-bit systems. new 5b7dd9bf04 [X86] Add k-mask conversion and load/store instrinsics to ma [...]
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 | 4 +++ lib/CodeGen/CGBuiltin.cpp | 11 ++++++++ lib/Headers/avx512bwintrin.h | 40 +++++++++++++++++++++++++++ lib/Headers/avx512dqintrin.h | 20 ++++++++++++++ lib/Headers/avx512fintrin.h | 20 ++++++++++++++ test/CodeGen/avx512bw-builtins.c | 54 +++++++++++++++++++++++++++++++++++++ test/CodeGen/avx512dq-builtins.c | 29 ++++++++++++++++++++ test/CodeGen/avx512f-builtins.c | 29 ++++++++++++++++++++ 8 files changed, 207 insertions(+)