This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9eb8785b3fa inline: fix ICE with -fprofile-generate new 0caf592d6ae aarch64: Add support for Armv8.8-a memory operations and me [...] new bb768f8b45a aarch64: Add memmove expansion for +mops new d3bd985e799 aarch64: Use +mops to inline memset operations new 5954b4d415f aarch64: Add command-line support for Armv8.8-a
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: gcc/config/aarch64/aarch64-arches.def | 1 + gcc/config/aarch64/aarch64-option-extensions.def | 3 + gcc/config/aarch64/aarch64.c | 155 +++++++++++++++++++---- gcc/config/aarch64/aarch64.h | 29 +++-- gcc/config/aarch64/aarch64.md | 84 +++++++++++- gcc/config/aarch64/aarch64.opt | 12 ++ gcc/doc/invoke.texi | 5 + gcc/testsuite/gcc.target/aarch64/mops_1.c | 57 +++++++++ gcc/testsuite/gcc.target/aarch64/mops_2.c | 57 +++++++++ gcc/testsuite/gcc.target/aarch64/mops_3.c | 85 +++++++++++++ 10 files changed, 446 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_3.c