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 5d9310c4b8 Get rid of VEC(static_tracepoint_marker_p) new f776822506 x86: fold a few XOP templates new d6793fa1ac x86/Intel: fix fallout from earlier template folding new 9f79e88693 x86: fix swapped operand handling for BNDMOV new 1212781b35 ix86: allow HLE store of accumulator to absolute address new 96bc132a73 x86: drop remaining redundant DispN
The 5 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 | 30 +++ gas/config/tc-i386.c | 27 +- gas/testsuite/gas/i386/hle-intel.d | 3 + gas/testsuite/gas/i386/hle.d | 3 + gas/testsuite/gas/i386/hle.s | 3 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/opts-intel.d | 4 + gas/testsuite/gas/i386/opts.d | 4 + gas/testsuite/gas/i386/opts.s | 8 + gas/testsuite/gas/i386/sse2avx-opts-intel.d | 4 + gas/testsuite/gas/i386/sse2avx-opts.d | 4 + gas/testsuite/gas/i386/unspec.l | 65 +++++ gas/testsuite/gas/i386/unspec.s | 69 +++++ gas/testsuite/gas/i386/xmmword.l | 101 ++++++++ gas/testsuite/gas/i386/xmmword.s | 129 ++++++++++ opcodes/ChangeLog | 27 ++ opcodes/i386-dis.c | 14 +- opcodes/i386-opc.tbl | 203 ++++++++------- opcodes/i386-tbl.h | 375 ++++++++++------------------ 19 files changed, 726 insertions(+), 349 deletions(-) create mode 100644 gas/testsuite/gas/i386/unspec.l create mode 100644 gas/testsuite/gas/i386/unspec.s create mode 100644 gas/testsuite/gas/i386/xmmword.l create mode 100644 gas/testsuite/gas/i386/xmmword.s