This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1b193f0b12 x86: drop bogus NoAVX new bcb1753ee6 x86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_ARCH_MATCH new b9d498173c x86: simplify AVX checks in cpu_flags_match() new db12e14ea0 x86: drop CPU_FLAGS_32BIT_MATCH new ab592e757e x86: change AVX512VL handling in cpu_flags_match() new 929f69fa96 x86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_match() new 548d0ee6e7 x86: simplify result processing of cpu_flags_match()
The 6 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: gas/ChangeLog | 50 +++++++++++ gas/config/tc-i386.c | 99 ++++++++-------------- gas/testsuite/gas/i386/arch-avx-1-1.l | 3 + gas/testsuite/gas/i386/arch-avx-1-2.l | 3 + gas/testsuite/gas/i386/arch-avx-1-3.l | 3 + gas/testsuite/gas/i386/arch-avx-1-4.l | 3 + gas/testsuite/gas/i386/arch-avx-1-5.l | 3 + gas/testsuite/gas/i386/arch-avx-1-6.l | 3 + .../gas/i386/{arch-avx-1-3.l => arch-avx-1-7.l} | 3 + .../gas/i386/{arch-avx-1-1.s => arch-avx-1-7.s} | 0 .../gas/i386/{arch-avx-1-3.l => arch-avx-1-8.l} | 3 + .../gas/i386/{arch-avx-1-1.s => arch-avx-1-8.s} | 0 gas/testsuite/gas/i386/arch-avx-1.d | 3 +- gas/testsuite/gas/i386/arch-avx-1.s | 2 + gas/testsuite/gas/i386/avx512f-plain.l | 26 ++++++ gas/testsuite/gas/i386/avx512f-plain.s | 16 ++++ gas/testsuite/gas/i386/avx512vl-plain.l | 26 ++++++ gas/testsuite/gas/i386/avx512vl-plain.s | 16 ++++ gas/testsuite/gas/i386/i386.exp | 4 + 19 files changed, 202 insertions(+), 64 deletions(-) copy gas/testsuite/gas/i386/{arch-avx-1-3.l => arch-avx-1-7.l} (78%) copy gas/testsuite/gas/i386/{arch-avx-1-1.s => arch-avx-1-7.s} (100%) copy gas/testsuite/gas/i386/{arch-avx-1-3.l => arch-avx-1-8.l} (74%) copy gas/testsuite/gas/i386/{arch-avx-1-1.s => arch-avx-1-8.s} (100%) create mode 100644 gas/testsuite/gas/i386/avx512f-plain.l create mode 100644 gas/testsuite/gas/i386/avx512f-plain.s create mode 100644 gas/testsuite/gas/i386/avx512vl-plain.l create mode 100644 gas/testsuite/gas/i386/avx512vl-plain.s