This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 2a20407bacb libsanitizer: Update LOCAL_PATCHES adds ed4a5f571bd Add BB option for outgoing_edge_range_p and may_reocmpute_p. adds 14dc5b71d7e Use dominators to reduce cache-flling. adds d27b7e69872 ranger: Optimise irange_union adds 63c59f054a5 ranger: Add shortcuts for single-successor blocks adds bd0a61befcb bpf: mark/remove unused arguments and remove an unused function adds 7754fddd015 MAINTAINERS: Add myself to write after approval and DCO sections. adds 325c6163a33 rs6000: Fix errant "vector" instead of "__vector" adds c9543403c19 analyzer: fix equivalence class state purging [PR103533] new 3a580f967e5 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: ChangeLog | 4 + MAINTAINERS | 2 + contrib/ChangeLog | 4 + gcc/ChangeLog | 76 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 12 +++ gcc/analyzer/constraint-manager.cc | 149 ++++++++++++++++++++++++++++++++++++- gcc/analyzer/constraint-manager.h | 2 + gcc/config/bpf/bpf.c | 25 ++----- gcc/config/rs6000/xmmintrin.h | 2 +- gcc/gimple-range-cache.cc | 73 ++++++++++++++++++ gcc/gimple-range-cache.h | 1 + gcc/gimple-range-edge.cc | 3 + gcc/gimple-range-gori.cc | 77 ++++++++++++------- gcc/gimple-range-gori.h | 6 +- gcc/testsuite/ChangeLog | 20 +++++ gcc/value-range.cc | 46 ++++-------- libgcc/ChangeLog | 7 ++ libsanitizer/ChangeLog | 11 +++ 19 files changed, 436 insertions(+), 86 deletions(-)