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-arm 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 [...]
No new revisions were added by this update.
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 + include/ChangeLog | 4 + libgomp/ChangeLog | 40 ++ libphobos/ChangeLog | 8 + libstdc++-v3/ChangeLog | 12 + 16 files changed, 755 insertions(+), 184 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/BALL-BNALL.c create mode 100644 gcc/testsuite/gcc.target/xtensa/funnel_shifter.c