This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab1e2107c9d Fortran] PR84135 fix merging dimension into codimension array spec new bc8e94e7791 Add a compatible_vector_types_p target hook new bfadca035dd Fix tree-nrv.c ICE for direct internal functions new 3edd45c2ce0 [AArch64] Remove fictitious [SU]RHSUB instructions new cf0a5e3c3fa [AArch64] Tweak iterator usage for [SU]Q{ADD,SUB}
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/ChangeLog | 46 ++++++++++ gcc/config/aarch64/aarch64-simd.md | 8 +- gcc/config/aarch64/aarch64-sve-builtins-base.cc | 24 +----- gcc/config/aarch64/aarch64-sve-builtins.cc | 39 +++++---- gcc/config/aarch64/aarch64-sve-builtins.h | 1 - gcc/config/aarch64/aarch64-sve.md | 4 +- gcc/config/aarch64/aarch64.c | 12 +++ gcc/config/aarch64/iterators.md | 21 +++-- gcc/doc/tm.texi | 21 +++++ gcc/doc/tm.texi.in | 2 + gcc/gimple-expr.c | 11 ++- gcc/hooks.c | 6 ++ gcc/hooks.h | 1 + gcc/target.def | 23 +++++ gcc/testsuite/ChangeLog | 9 ++ .../gcc.target/aarch64/sve/acle/general/nrv_1.c | 17 ++++ .../gcc.target/aarch64/sve/pcs/gnu_vectors_1.c | 99 ++++++++++++++++++++++ .../gcc.target/aarch64/sve/pcs/gnu_vectors_2.c | 99 ++++++++++++++++++++++ gcc/tree-nrv.c | 10 +-- 19 files changed, 383 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/nrv_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pcs/gnu_vectors_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pcs/gnu_vectors_2.c