This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d813c3c Make Python printers and xmethods work with versioned namespace new e0aa57d Enable AVX-512 VPOPCNTD/VPOPCNTQ instructions.
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: gcc/ChangeLog | 21 +++++ gcc/common/config/i386/i386-common.c | 19 +++++ gcc/config.gcc | 6 +- gcc/config/i386/avx512vpopcntdqintrin.h | 94 ++++++++++++++++++++++ gcc/config/i386/cpuid.h | 1 + gcc/config/i386/i386-builtin-types.def | 2 + gcc/config/i386/i386-builtin.def | 4 + gcc/config/i386/i386-c.c | 2 + gcc/config/i386/i386.c | 10 +++ gcc/config/i386/i386.h | 2 + gcc/config/i386/i386.opt | 4 + gcc/config/i386/immintrin.h | 2 + gcc/config/i386/sse.md | 7 ++ gcc/testsuite/ChangeLog | 13 +++ gcc/testsuite/g++.dg/other/i386-2.C | 6 +- gcc/testsuite/g++.dg/other/i386-3.C | 6 +- .../gcc.target/i386/avx512vpopcntdq-vpopcntd.c | 20 +++++ .../gcc.target/i386/avx512vpopcntdq-vpopcntq.c | 20 +++++ gcc/testsuite/gcc.target/i386/builtin_target.c | 4 + gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 + gcc/testsuite/gcc.target/i386/sse-12.c | 2 +- gcc/testsuite/gcc.target/i386/sse-13.c | 2 +- gcc/testsuite/gcc.target/i386/sse-22.c | 8 +- gcc/testsuite/gcc.target/i386/sse-23.c | 6 +- libgcc/ChangeLog | 7 ++ libgcc/config/i386/cpuinfo.c | 2 + libgcc/config/i386/cpuinfo.h | 3 +- 27 files changed, 257 insertions(+), 18 deletions(-) create mode 100644 gcc/config/i386/avx512vpopcntdqintrin.h create mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-vpopcntd.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512vpopcntdq-vpopcntq.c