This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 21c1a30fc73 Fortran: Allow pointer deferred length associate selectors. [...] new c9d25aa7489 aarch64: Fix RTL patterns for UABA/SABA new cab822d4ea7 aarch64: Reimplement vaba* intrinsics using builtins new 79db5945ade aarch64: Reimplement vabd* intrinsics using builtins new e811f10b61a aarch64: Reimplement most vpadal intrinsics using builtins
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-simd-builtins.def | 12 ++ gcc/config/aarch64/aarch64-simd.md | 33 ++-- gcc/config/aarch64/arm_neon.h | 238 ++++----------------------- gcc/config/aarch64/iterators.md | 5 + gcc/testsuite/gcc.target/aarch64/usaba_1.c | 29 ++++ 5 files changed, 98 insertions(+), 219 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/usaba_1.c