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 ddc73fa9877 Fix spelling mistakes in some of the binutils sub-directories. new 5b872f7df76 x86: replace EX{d,q}Scalar by EXxmm_m{d,q} new 39e0f45682a x86: replace EXqScalarS by EXqVexScalarS new 6df22cf64c9 x86: drop EVEX table entries that can be served by VEX ones new 6431c8015b1 x86: honor VEX.W for VCVT{PH2PS,PS2PH} new e74d9fa9cf7 x86: AVX512 extract/insert insns need to honor EVEX.L'L new 3a57774c7b3 x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L new fedfb81e605 x86: drop EVEX table entries that can be made served by VEX ones new c82a99a0854 x86: adjust/correct V*{F,I}{32x8,64x4} new bc152a17ff2 x86: most VBROADCAST{F,I}{32,64}x* only accept memory operands new 21a3faebba4 x86: use %LW / %XW instead of going through vex_w_table[] new b5b098c2c9b x86: adjust/correct VFRCZ{P,S}{S,D} decoding
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 | 17 + gas/testsuite/gas/i386/avx512f-opts-intel.d | 2 + gas/testsuite/gas/i386/avx512f-opts.d | 2 + gas/testsuite/gas/i386/avx512f-opts.s | 3 + .../gas/i386/x86-64-avx512bw-wig1-intel.d | 32 +- gas/testsuite/gas/i386/x86-64-avx512bw-wig1.d | 32 +- gas/testsuite/gas/i386/x86-64-avx512f-opts-intel.d | 4 +- gas/testsuite/gas/i386/x86-64-avx512f-opts.d | 4 +- gas/testsuite/gas/i386/x86-64-avx512f-opts.s | 1 + gas/testsuite/gas/i386/x86-64-evex-wig1-intel.d | 4 +- gas/testsuite/gas/i386/x86-64-evex-wig1.d | 4 +- opcodes/ChangeLog | 226 ++++++++ opcodes/i386-dis-evex-len.h | 117 +++- opcodes/i386-dis-evex-mod.h | 32 ++ opcodes/i386-dis-evex-prefix.h | 626 +-------------------- opcodes/i386-dis-evex-w.h | 201 ++----- opcodes/i386-dis-evex.h | 192 +++---- opcodes/i386-dis.c | 524 +++++++---------- 18 files changed, 785 insertions(+), 1238 deletions(-)