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 4f19e078ccb libphobos: Check in missing core.sync package module adds c3642271e88 Daily bump. adds 1c68ec1f8ab xtensa: Improve shift operations more adds e1b193c1cce xtensa: Simplify conditional branch/move insn patterns adds 70ce04ca353 xtensa: Make use of BALL/BNALL instructions adds 077438933cf xtensa: Optimize bitwise AND operation with some specific f [...] new f907cf4c07c vect: Move suggested_unroll_factor applying [PR105940]
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 | 98 +++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/config/xtensa/predicates.md | 16 + gcc/config/xtensa/xtensa-protos.h | 4 +- gcc/config/xtensa/xtensa.cc | 125 +++--- gcc/config/xtensa/xtensa.md | 498 ++++++++++++++++++----- gcc/cp/ChangeLog | 10 + gcc/d/ChangeLog | 31 ++ gcc/testsuite/ChangeLog | 37 ++ gcc/testsuite/gcc.target/xtensa/BALL-BNALL.c | 33 ++ gcc/testsuite/gcc.target/xtensa/funnel_shifter.c | 17 + gcc/tree-vect-loop.cc | 6 +- include/ChangeLog | 4 + libgomp/ChangeLog | 40 ++ libphobos/ChangeLog | 8 + libstdc++-v3/ChangeLog | 12 + 17 files changed, 758 insertions(+), 187 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/BALL-BNALL.c create mode 100644 gcc/testsuite/gcc.target/xtensa/funnel_shifter.c