This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gcc.
from 7bcd7f47359 Daily bump. adds 6d7071776e0 Daily bump. adds f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86. adds 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86. adds 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64. adds 06039e71f02 Replace manual swapping idiom with std::swap in aarch64.cc new ce92603fbe3 Improve common reduction vs builtin code generation in loop [...] new 9c8349ee1a3 arc: Fix interrupt's epilogue. new 7313381d2ce arm: Replace arm_builtin_vectorized_function [PR106253] new c8697735aba libgcc/arc: Update udivmodsi4 and make the lib safe for rf16
The 4 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/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.cc | 12 +- gcc/config/arc/arc.cc | 2 +- gcc/config/arm/arm-builtins.cc | 123 --------------- gcc/config/arm/arm-protos.h | 1 - gcc/config/arm/arm.cc | 4 - gcc/config/arm/arm_neon_builtins.def | 1 - gcc/config/arm/iterators.md | 7 + gcc/config/arm/neon.md | 17 +- gcc/config/i386/i386.md | 60 +++++++ gcc/config/i386/predicates.md | 4 + gcc/config/i386/sse.md | 36 +++-- gcc/testsuite/gcc.target/arc/interrupt-13.c | 15 ++ gcc/testsuite/gcc.target/arm/vect_binary_1.c | 50 ++++++ gcc/testsuite/gcc.target/arm/vect_unary_1.c | 224 +++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 + gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 + gcc/tree-loop-distribution.cc | 64 +++++--- libgcc/config/arc/lib1funcs.S | 2 + libgcc/config/arc/lib2funcs.c | 2 +- 20 files changed, 470 insertions(+), 172 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/interrupt-13.c create mode 100644 gcc/testsuite/gcc.target/arm/vect_binary_1.c create mode 100644 gcc/testsuite/gcc.target/arm/vect_unary_1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.c