This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1a620081236 libstdc++: Fix operator% implementation for Clang new 75cda3be023 bootstrap/84402 - improve (match ...) code generation new fcb411564a6 aarch64: Restore vectorisation of vld1 inputs [PR109072]
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/aarch64/aarch64-builtins.cc | 22 ++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.cc | 70 ++++++- gcc/config/aarch64/aarch64.h | 5 + gcc/genmatch.cc | 65 ++++-- gcc/testsuite/gcc.target/aarch64/pr109072_1.c | 281 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr109072_2.c | 60 ++++++ 7 files changed, 488 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr109072_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr109072_2.c