This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from b528e226d19 Refactor try_vectorize_loop_1 adds d1e2e4f9ce4 ipa-cp: Fix updating of profile counts and self-gen value e [...] adds ab1008255e3 ipa-cp: Select saner profile count to base heuristics on adds ab810952eb7 ipa-cp: Use profile counters (or not) based on local availability adds 99b1021d21e Fix a typo. adds a1957c97554 Fix warnings building linux-atomic.c and fptr.c on hppa64-linux new 9f4edfc1fb8 Kill second order relations in the path solver. new 2f0b6a971a0 Reorder relation calculating code in the path solver. new aeb10f8d2a6 Kill known equivalences before a new assignment in the path [...] new 11b96757748 Darwin, config: Amend for Darwin 21 / macOS 12. new 1f98c4e0c54 libffi: Update LOCAL_PATCHES
The 5 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.gcc | 6 +- gcc/config/darwin-c.c | 2 +- gcc/config/darwin-driver.c | 10 +- gcc/doc/invoke.texi | 5 + gcc/gimple-range-fold.cc | 2 + gcc/gimple-range-path.cc | 117 ++++--- gcc/gimple-range-path.h | 3 +- gcc/ipa-cp.c | 604 +++++++++++++++++++++++++++----- gcc/params.opt | 4 + gcc/testsuite/gcc.dg/Warray-bounds-90.c | 2 +- gcc/value-relation.cc | 21 +- libffi/LOCAL_PATCHES | 1 + libgcc/config.host | 2 +- libgcc/config/pa/linux-atomic.c | 106 +++--- libgcc/config/pa/t-linux64 | 8 +- 15 files changed, 684 insertions(+), 209 deletions(-)