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 685dcd295af RISC-V: Shrink the riscv_implicit_subsets table. new f63d85cc78e gas: .irp/.irpc are macro-like new 0868b8999bb x86/APX: optimize {nf} forms of ADD/SUB with specific immediates new c7eae03eab7 x86/APX: optimize {nf}-form rotate-by-width-less-1 new 27ef4876f74 x86/APX: optimize certain {nf}-form insns to LEA new 2a7f257afb4 x86-64: restrict by-imm31 optimization new 82e06fa803f x86/APX: optimize {nf}-form IMUL-by-power-of-2 to SHL new 7add9939175 x86/APX: extend TEST-by-imm7 optimization to CTESTcc new 2513312930b x86/APX: apply NDD-to-legacy transformation to further CMOV [...]
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 | 474 +++++- gas/read.c | 4 +- gas/testsuite/gas/i386/x86-64-apx-ndd-optimize.d | 18 +- gas/testsuite/gas/i386/x86-64-apx-ndd-optimize.s | 16 + gas/testsuite/gas/i386/x86-64-apx-nf-intel.d | 2 + .../gas/i386/x86-64-apx-nf-optimize-size.d | 1608 ++++++++++++++++++++ gas/testsuite/gas/i386/x86-64-apx-nf-optimize.d | 1608 ++++++++++++++++++++ gas/testsuite/gas/i386/x86-64-apx-nf.d | 2 + gas/testsuite/gas/i386/x86-64-apx-nf.s | 134 +- gas/testsuite/gas/i386/x86-64-optimize-1.d | 6 +- gas/testsuite/gas/i386/x86-64-optimize-3.d | 44 + gas/testsuite/gas/i386/x86-64-optimize-3.s | 38 +- gas/testsuite/gas/i386/x86-64-optimize-3b.d | 48 +- gas/testsuite/gas/i386/x86-64.exp | 2 + opcodes/i386-opc.tbl | 71 +- opcodes/i386-tbl.h | 162 +- 16 files changed, 4072 insertions(+), 165 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-apx-nf-optimize-size.d create mode 100644 gas/testsuite/gas/i386/x86-64-apx-nf-optimize.d