This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 62af7d9402f Fix wrong code caulsed by retslot EAF flags propagation [PR103040] adds ea2ab805acd IBM Z: Free bbs in s390_loop_unroll_adjust adds c081d0a3b02 middle-end/103033 - drop native_interpret_expr with .DEFERR [...] adds 73658e70d9e Make sbitmap bitmap_set_bit and bitmap_clear_bit return cha [...] adds 2d01bef2f21 Rename predicate class to ipa_predicate new 4096eb50d10 gcov: Remove dead variable. new a195c7270e4 AArch64: Improve GOT addressing new 67b0d47e20e aarch64: enable Ampere-1 CPU
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/bitmap.c | 2 +- gcc/bitmap.h | 2 +- gcc/config/aarch64/aarch64-cores.def | 3 +- gcc/config/aarch64/aarch64-cost-tables.h | 107 ++++++++++++++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.c | 128 +++++++++++------ gcc/config/aarch64/aarch64.md | 48 ++----- gcc/config/aarch64/constraints.md | 7 + gcc/config/s390/s390.c | 5 +- gcc/doc/invoke.texi | 2 +- gcc/gcov.c | 3 +- gcc/internal-fn.c | 29 ++-- gcc/ipa-fnsummary.c | 234 ++++++++++++++++--------------- gcc/ipa-fnsummary.h | 11 +- gcc/ipa-predicate.c | 101 +++++++------ gcc/ipa-predicate.h | 65 ++++----- gcc/sbitmap.h | 28 ++-- gcc/tree-ssa.c | 4 +- 18 files changed, 467 insertions(+), 314 deletions(-)