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 ce504911e5c x86: Don't disable SSE3 when disabling SSE4a new b9915cbc7d3 x86/Intel: improve diagnostics for ambiguous VCVT* operands new eedb0f2cfd2 x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X} new c8f8eebc3fc x86: fold AddrPrefixOpReg templates new 1f730c46141 x86: fold certain VCVT{,U}SI2S{S,D} templates
The 4 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 | 36 ++ gas/config/tc-i386.c | 200 +++++------ gas/testsuite/gas/i386/avx512dq-inval.l | 8 +- gas/testsuite/gas/i386/avx512dq-inval.s | 6 + gas/testsuite/gas/i386/avx512vl-ambig.l | 7 + gas/testsuite/gas/i386/avx512vl-ambig.s | 11 + gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/inval-avx.l | 6 +- gas/testsuite/gas/i386/inval-avx512f.l | 18 + gas/testsuite/gas/i386/inval-avx512f.s | 10 + gas/testsuite/gas/i386/sse3-intel.d | 43 +++ gas/testsuite/gas/i386/sse3.d | 3 + gas/testsuite/gas/i386/sse3.s | 4 + gas/testsuite/gas/i386/x86-64-sse3-intel.d | 46 +++ gas/testsuite/gas/i386/x86-64-sse3.d | 3 + gas/testsuite/gas/i386/x86-64-sse3.s | 4 + opcodes/ChangeLog | 26 ++ opcodes/i386-opc.tbl | 111 +++---- opcodes/i386-tbl.h | 514 ++++++++++++----------------- 19 files changed, 595 insertions(+), 464 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.l create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.s create mode 100644 gas/testsuite/gas/i386/sse3-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-sse3-intel.d