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 ef6ba1ed0d Automatic date update in version.in new e951d5ca3d x86: drop CpuVREX new 7a8655d2bb x86: don't abort() upon DATA16 prefix on (E)VEX encoded insn new 6ff00b5e12 x86/Intel: correct permitted operand sizes for AVX512 scatte [...] new fa77b93ab7 x86: add more exhaustive tests for invalid AVX512 zeroing-masking new ae2387feae x86: fold various AVX512 templates with so far differing Mas [...] new 1424ad8677 x86: also optimize KXOR{D,Q} and KANDN{D,Q}
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 | 47 + gas/config/tc-i386.c | 81 +- gas/testsuite/gas/i386/avx512f.s | 140 +- gas/testsuite/gas/i386/avx512f_vl.s | 192 +- gas/testsuite/gas/i386/avx512pf.s | 158 +- gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/inval-avx512f.l | 261 + gas/testsuite/gas/i386/inval-avx512f.s | 147 + gas/testsuite/gas/i386/optimize-1.d | 4 + gas/testsuite/gas/i386/optimize-1.s | 6 + gas/testsuite/gas/i386/optimize-4.d | 4 + gas/testsuite/gas/i386/optimize-5.d | 4 + gas/testsuite/gas/i386/prefix32.l | 34 + gas/testsuite/gas/i386/prefix32.s | 21 + gas/testsuite/gas/i386/prefix64.l | 34 + gas/testsuite/gas/i386/prefix64.s | 21 + gas/testsuite/gas/i386/sg.l | 25 + gas/testsuite/gas/i386/sg.s | 66 + gas/testsuite/gas/i386/x86-64-avx512f.s | 142 +- gas/testsuite/gas/i386/x86-64-avx512f_vl.s | 224 +- gas/testsuite/gas/i386/x86-64-avx512pf.s | 158 +- opcodes/ChangeLog | 34 + opcodes/i386-gen.c | 5 +- opcodes/i386-init.h | 432 +- opcodes/i386-opc.h | 7 +- opcodes/i386-opc.tbl | 380 +- opcodes/i386-tbl.h | 9776 +++++++++++++--------------- 27 files changed, 6020 insertions(+), 6386 deletions(-) create mode 100644 gas/testsuite/gas/i386/prefix32.l create mode 100644 gas/testsuite/gas/i386/prefix32.s create mode 100644 gas/testsuite/gas/i386/prefix64.l create mode 100644 gas/testsuite/gas/i386/prefix64.s create mode 100644 gas/testsuite/gas/i386/sg.l create mode 100644 gas/testsuite/gas/i386/sg.s