This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ff171cb13df Use "final" and "override" directly, rather than via macros new 1be715f3160 AArch64: Cleanup CPU option processing code new 48f3f27f607 AArch64: Improve rotate patterns
The 2 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.gcc | 43 +------ gcc/config/aarch64/aarch64.cc | 115 +++++------------ gcc/config/aarch64/aarch64.h | 9 +- gcc/config/aarch64/aarch64.md | 179 +++++++++++++++++---------- gcc/config/aarch64/iterators.md | 11 +- gcc/testsuite/gcc.target/aarch64/ror_2.c | 205 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/ror_3.c | 131 ++++++++++++++++++++ 7 files changed, 493 insertions(+), 200 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/ror_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/ror_3.c