This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5e606f16ee [CodeGen] Pessimize aliasing for member unions (and may-alia [...] new 0197dcf96b [X86] Adding avx512_vpopcntdq feature set and its intrinsics
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 | 3 ++ include/clang/Driver/Options.td | 2 ++ lib/Basic/Targets.cpp | 16 ++++++--- lib/CodeGen/CGBuiltin.cpp | 70 ++++++++++++++++++++---------------- lib/Headers/CMakeLists.txt | 1 + lib/Headers/avx512vpopcntdqintrin.h | 70 ++++++++++++++++++++++++++++++++++++ lib/Headers/immintrin.h | 4 +++ test/CodeGen/attr-target-x86.c | 2 +- test/CodeGen/avx512vpopcntdqintrin.c | 38 ++++++++++++++++++++ 9 files changed, 170 insertions(+), 36 deletions(-) create mode 100644 lib/Headers/avx512vpopcntdqintrin.h create mode 100644 test/CodeGen/avx512vpopcntdqintrin.c