This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3757f553f6e Add myself as GCC maintainer new 55f5e031214 Enable VBMI2 support [6/7]
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 | 24 ++++ gcc/config/i386/avx512vbmi2intrin.h | 73 +++++++++++ gcc/config/i386/avx512vbmi2vlintrin.h | 146 +++++++++++++++++++++ gcc/config/i386/i386-builtin-types.def | 12 ++ gcc/config/i386/i386-builtin.def | 28 ++++ gcc/config/i386/i386.c | 16 +++ gcc/config/i386/sse.md | 57 ++++++++ gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/gcc.target/i386/avx512f-vpshrdv-1.c | 36 +++++ .../{avx512f-vpshldd-2.c => avx512f-vpshrdvd-2.c} | 14 +- .../{avx512f-vpshrdq-2.c => avx512f-vpshrdvq-2.c} | 14 +- gcc/testsuite/gcc.target/i386/avx512f-vpshrdvw-2.c | 62 +++++++++ .../{avx512f-vpshrdd-2.c => avx512f-vpshrdw-2.c} | 26 ++-- gcc/testsuite/gcc.target/i386/avx512vl-vpshrdv-1.c | 54 ++++++++ ...512vl-vpcompressb-2.c => avx512vl-vpshrdvd-2.c} | 4 +- ...512vl-vpcompressb-2.c => avx512vl-vpshrdvq-2.c} | 4 +- ...512vl-vpcompressb-2.c => avx512vl-vpshrdvw-2.c} | 4 +- ...x512vl-vpcompressb-2.c => avx512vl-vpshrdw-2.c} | 4 +- 18 files changed, 556 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpshrdv-1.c copy gcc/testsuite/gcc.target/i386/{avx512f-vpshldd-2.c => avx512f-vpshrdvd-2.c} (67%) copy gcc/testsuite/gcc.target/i386/{avx512f-vpshrdq-2.c => avx512f-vpshrdvq-2.c} (70%) create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpshrdvw-2.c copy gcc/testsuite/gcc.target/i386/{avx512f-vpshrdd-2.c => avx512f-vpshrdw-2.c} (53%) create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpshrdv-1.c copy gcc/testsuite/gcc.target/i386/{avx512vl-vpcompressb-2.c => avx512vl-vpshrdvd- [...] copy gcc/testsuite/gcc.target/i386/{avx512vl-vpcompressb-2.c => avx512vl-vpshrdvq- [...] copy gcc/testsuite/gcc.target/i386/{avx512vl-vpcompressb-2.c => avx512vl-vpshrdvw- [...] copy gcc/testsuite/gcc.target/i386/{avx512vl-vpcompressb-2.c => avx512vl-vpshrdw-2 [...]