This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 71be8705554 tree-optimization/121059 - fixup loop mask query new c743c1cc0ab libstdc++: Tweak dg-error patterns for C++26 constexpr changes new 6b76dfad9b2 aarch64: Enable selective LDAPUR generation for cores with RCPC2 new 60e99b57030 asf: Fix offset check in base reg initialization for big-en [...]
The 3 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/avoid-store-forwarding.cc | 18 ++--- gcc/config/aarch64/aarch64-tuning-flags.def | 2 + gcc/config/aarch64/aarch64.cc | 7 +- gcc/config/aarch64/aarch64.h | 5 ++ gcc/config/aarch64/aarch64.md | 11 +++- gcc/config/aarch64/atomics.md | 20 ++++-- gcc/config/aarch64/tuning_models/cortexx925.h | 3 +- gcc/config/aarch64/tuning_models/neoversev2.h | 3 +- gcc/config/aarch64/tuning_models/neoversev3.h | 3 +- gcc/config/aarch64/tuning_models/neoversev3ae.h | 3 +- .../gcc.target/aarch64/avoid-store-forwarding-be.c | 23 +++++++ gcc/testsuite/gcc.target/aarch64/ldapr-sext.c | 6 +- gcc/testsuite/gcc.target/aarch64/ldapur.c | 77 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/ldapur_avoid.c | 37 +++++++++++ .../25_algorithms/copy/debug/constexpr_neg.cc | 2 +- .../copy_backward/debug/constexpr_neg.cc | 2 +- .../25_algorithms/equal/debug/constexpr_neg.cc | 2 +- .../lower_bound/debug/constexpr_partitioned_neg.cc | 2 +- .../debug/constexpr_partitioned_pred_neg.cc | 2 +- .../lower_bound/debug/constexpr_valid_range_neg.cc | 2 +- .../upper_bound/debug/constexpr_partitioned_neg.cc | 2 +- .../debug/constexpr_partitioned_pred_neg.cc | 2 +- .../upper_bound/debug/constexpr_valid_range_neg.cc | 2 +- 23 files changed, 198 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/avoid-store-forwarding-be.c create mode 100644 gcc/testsuite/gcc.target/aarch64/ldapur.c create mode 100644 gcc/testsuite/gcc.target/aarch64/ldapur_avoid.c