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 50cab6efce Automatic date update in version.in new bbae6b11eb x86: XOP VPHADD* / VPHSUB* are VEX.W0 new 0aaca1d90a x86: add more VexWIG new 563c7eef61 x86: allow {store} to select alternative {,}PEXTRW encoding new fd71a3756e x86: fix various non-LIG templates new 931d03b75a x86: adjust {,E}VEX.W handling outside of 64-bit mode new b50c9f3166 x86: adjust {,E}VEX.W handling for PEXTR* / PINSR* new 58a211d260 x86: correctly handle KMOVD with VEX.W set outside of 64-bit mode new 9819647a63 x86: correctly handle VMOVD with EVEX.W set outside of 64-bit mode new 4dd4e63945 x86: correctly handle VPBROADCASTD with EVEX.W set outside o [...] new 2eac3da184 PowerPC instruction operand flag validation new 715537181e PowerPC instruction mask checks
The 11 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 | 90 +++++ gas/config/tc-i386.c | 4 +- gas/config/tc-ppc.c | 46 ++- gas/testsuite/gas/i386/avx-wig.d | 69 +++- gas/testsuite/gas/i386/avx-wig.s | 67 ++++ gas/testsuite/gas/i386/avx2-wig.d | 13 +- gas/testsuite/gas/i386/avx2-wig.s | 1 - gas/testsuite/gas/i386/evex-lig-2.d | 17 + gas/testsuite/gas/i386/evex-lig-2.s | 25 ++ gas/testsuite/gas/i386/evex-wig.s | 58 +++ gas/testsuite/gas/i386/evex-wig1-intel.d | 36 ++ gas/testsuite/gas/i386/evex-wig1.d | 36 ++ gas/testsuite/gas/i386/evex-wig2.d | 17 - gas/testsuite/gas/i386/evex-wig2.s | 11 - gas/testsuite/gas/i386/i386.exp | 3 +- gas/testsuite/gas/i386/pseudos.d | 11 +- gas/testsuite/gas/i386/pseudos.s | 12 + gas/testsuite/gas/i386/vex-lig-2.d | 74 ++++ gas/testsuite/gas/i386/vex-lig-2.s | 83 +++++ gas/testsuite/gas/i386/x86-64-avx-wig.d | 22 +- gas/testsuite/gas/i386/x86-64-avx-wig.s | 20 + gas/testsuite/gas/i386/x86-64-avx2-wig.d | 13 +- gas/testsuite/gas/i386/x86-64-avx2-wig.s | 1 - gas/testsuite/gas/i386/x86-64-evex-lig-2.d | 21 ++ gas/testsuite/gas/i386/x86-64-evex-lig-2.s | 31 ++ gas/testsuite/gas/i386/x86-64-evex-wig.s | 13 + gas/testsuite/gas/i386/x86-64-evex-wig1-intel.d | 9 + gas/testsuite/gas/i386/x86-64-evex-wig1.d | 9 + gas/testsuite/gas/i386/x86-64-pseudos.d | 11 +- gas/testsuite/gas/i386/x86-64-pseudos.s | 12 + gas/testsuite/gas/i386/x86-64-vex-lig-2.d | 78 ++++ gas/testsuite/gas/i386/x86-64-vex-lig-2.s | 89 +++++ opcodes/ChangeLog | 86 +++++ opcodes/i386-dis-evex.h | 30 +- opcodes/i386-dis.c | 86 +---- opcodes/i386-opc.tbl | 469 ++++++++++++------------ opcodes/i386-tbl.h | 454 +++++++++++------------ opcodes/ppc-opc.c | 199 +++------- 38 files changed, 1573 insertions(+), 753 deletions(-) delete mode 100644 gas/testsuite/gas/i386/evex-wig2.d delete mode 100644 gas/testsuite/gas/i386/evex-wig2.s create mode 100644 gas/testsuite/gas/i386/vex-lig-2.d create mode 100644 gas/testsuite/gas/i386/vex-lig-2.s create mode 100644 gas/testsuite/gas/i386/x86-64-vex-lig-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-vex-lig-2.s