This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allyesconfig in repository toolchain/ci/gcc.
from 396117287d9 Update gcc fr.po. adds 960135b264a Fix execution failure of parity_1.f90 on P10 [PR100952] adds 98e482761b0 Daily bump. adds f56873dfdbf Daily bump. adds 5b857c033e3 Daily bump. adds 91f8a7a34cf sanitizer: cherry pick 414482751452e54710f16bae58458c66298aaf69 adds 3c50d31dcf7 Daily bump. adds 129bf4f2efc c/101512 - fix missing address-taking in c_common_mark_addr [...] adds c891d268c44 tree-optimization/101505 - properly determine stmt precisio [...] adds 32d307b851f aarch64: Turn sve_width tuning field into a bitmask adds d0d9602e3cd aarch64: Add a simple fixed-point class for costing adds 398305efe6a aarch64: Split out aarch64_adjust_body_cost_sve adds b28c5f682bf aarch64: Add gather_load_xNN_cost tuning fields adds 0c2e1ed84db aarch64: Tweak the cost of elementwise stores adds 54c0d0dd9a8 aarch64: Tweak MLA vector costs adds 65b5ab4744e aarch64: Restrict issue heuristics to inner vector loop adds 484cc90311a aarch64: Add -mtune=neoverse-512tvb adds 41ddd56e5d4 Daily bump. new 990bea6f7e2 Daily bump.
The 1 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 | 135 +++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + gcc/c-family/c-common.c | 11 +- gcc/config/aarch64/aarch64-cores.def | 1 + gcc/config/aarch64/aarch64-protos.h | 17 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.c | 634 ++++++++++++++++----- gcc/config/aarch64/fractional-cost.h | 236 ++++++++ gcc/config/rs6000/rs6000.md | 5 +- gcc/d/ChangeLog | 20 + gcc/doc/invoke.texi | 27 +- gcc/po/ChangeLog | 13 + gcc/testsuite/ChangeLog | 47 ++ gcc/testsuite/gcc.dg/torture/pr101512.c | 11 + gcc/testsuite/gcc.dg/vect/pr101505.c | 16 + gcc/tree-vect-patterns.c | 14 + libsanitizer/ChangeLog | 7 + .../sanitizer_common/sanitizer_posix_libcdep.cpp | 7 +- 19 files changed, 1064 insertions(+), 150 deletions(-) create mode 100644 gcc/config/aarch64/fractional-cost.h create mode 100644 gcc/testsuite/gcc.dg/torture/pr101512.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr101505.c