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 bb2bd584f31 gdb: add __repr__() implementation to a few Python types new 07d618b91f5 x86: re-work EVEX-z-without-masking check new ac500f1772c x86: flag EVEX.z set when destination is a mask register new 1f83c96159d x86: flag EVEX.z set when destination is memory new 37c53742912 x86: flag EVEX masking when destination is GPR(-like) new 151da91724c x86: flag bad EVEX masking for miscellaneous insns new b7bd93bc51c x86: optimize pre-AVX512 {,V}PCMPEQQ with identical sources new 33889538969 x86: optimize pre-AVX512 {,V}PCMPGT* with identical sources new eb4031cb20a x86: optimize 128-bit VPBROADCASTQ to VPUNPCKLQDQ
The 8 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/config/tc-i386.c | 84 +++++++++++++++++ gas/testsuite/gas/i386/avx512f-nondef.d | 8 +- gas/testsuite/gas/i386/avx512f-nondef.s | 15 +++ gas/testsuite/gas/i386/optimize-1.d | 15 +++ gas/testsuite/gas/i386/optimize-1.s | 19 ++++ gas/testsuite/gas/i386/optimize-1a.d | 15 +++ gas/testsuite/gas/i386/optimize-2.d | 4 + gas/testsuite/gas/i386/optimize-2.s | 6 ++ gas/testsuite/gas/i386/optimize-2b.d | 4 + gas/testsuite/gas/i386/optimize-4.d | 15 +++ gas/testsuite/gas/i386/optimize-5.d | 15 +++ gas/testsuite/gas/i386/x86-64-optimize-2.d | 19 ++++ gas/testsuite/gas/i386/x86-64-optimize-2.s | 23 +++++ gas/testsuite/gas/i386/x86-64-optimize-2a.d | 19 ++++ gas/testsuite/gas/i386/x86-64-optimize-2b.d | 19 ++++ .../{x86-64-optimize-2a.d => x86-64-optimize-2c.d} | 23 ++++- gas/testsuite/gas/i386/x86-64-optimize-3.d | 8 ++ gas/testsuite/gas/i386/x86-64-optimize-3.s | 11 +++ gas/testsuite/gas/i386/x86-64-optimize-3b.d | 8 ++ gas/testsuite/gas/i386/x86-64-optimize-5.d | 19 ++++ gas/testsuite/gas/i386/x86-64-optimize-6.d | 19 ++++ gas/testsuite/gas/i386/x86-64.exp | 1 + opcodes/i386-dis-evex-mod.h | 8 +- opcodes/i386-dis-evex-prefix.h | 18 ++-- opcodes/i386-dis-evex-reg.h | 4 +- opcodes/i386-dis-evex-w.h | 2 +- opcodes/i386-dis-evex.h | 14 +-- opcodes/i386-dis.c | 103 ++++++++++++++------- opcodes/i386-opc.tbl | 18 ++-- opcodes/i386-tbl.h | 40 ++++---- 30 files changed, 488 insertions(+), 88 deletions(-) copy gas/testsuite/gas/i386/{x86-64-optimize-2a.d => x86-64-optimize-2c.d} (92%)