This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/wig in repository binutils-gdb.
discards d4b4b51ced x86: Set Vex=1 on VEX.128 only vmovd and vmovq new a61d374973 x86: Set Vex=1 on VEX.128 only vmovd and vmovq new 22e011c3e3 x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (d4b4b51ced) \ N -- N -- N refs/heads/users/hjl/wig (22e011c3e3)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 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/i386/{avx-scalar2.d => avx-scalar-2.d} | 0 .../gas/i386/{avx-scalar2.s => avx-scalar-2.s} | 0 gas/testsuite/gas/i386/evex-lig-2.d | 18 ++++++++++ gas/testsuite/gas/i386/evex-lig-2.s | 14 ++++++++ gas/testsuite/gas/i386/i386.exp | 6 ++-- ...{x86-64-avx-scalar2.d => x86-64-avx-scalar-2.d} | 0 ...{x86-64-avx-scalar2.s => x86-64-avx-scalar-2.s} | 0 gas/testsuite/gas/i386/x86-64-evex-lig-2.d | 20 +++++++++++ gas/testsuite/gas/i386/x86-64-evex-lig-2.s | 15 ++++++++ opcodes/i386-dis-evex.h | 30 +++++++++++++--- opcodes/i386-dis.c | 41 +++++++++++++++++++++- opcodes/i386-opc.tbl | 8 ++--- opcodes/i386-tbl.h | 8 ++--- 13 files changed, 145 insertions(+), 15 deletions(-) rename gas/testsuite/gas/i386/{avx-scalar2.d => avx-scalar-2.d} (100%) rename gas/testsuite/gas/i386/{avx-scalar2.s => avx-scalar-2.s} (100%) create mode 100644 gas/testsuite/gas/i386/evex-lig-2.d create mode 100644 gas/testsuite/gas/i386/evex-lig-2.s rename gas/testsuite/gas/i386/{x86-64-avx-scalar2.d => x86-64-avx-scalar-2.d} (100%) rename gas/testsuite/gas/i386/{x86-64-avx-scalar2.s => x86-64-avx-scalar-2.s} (100%) create mode 100644 gas/testsuite/gas/i386/x86-64-evex-lig-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-evex-lig-2.s