This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 343d83c7a89 c++: improve TYPENAME_TYPE hashing [PR65328] adds ef1e4d80dd3 Daily bump. adds fddb7f65129 Disable generating load/store vector pairs for block copies. new 9489a1ab05a xtensa: Tweak some widen multiplications new fddf0e1057f xtensa: Consider the Loop Option when setmemsi is expanded [...] new ccd02e734e0 xtensa: Improve instruction cost estimation and suggestion new cd02f15f1ae xtensa: Improve constant synthesis for both integer and flo [...]
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/ChangeLog | 9 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.cc | 5 +- gcc/config/xtensa/xtensa-protos.h | 1 + gcc/config/xtensa/xtensa.cc | 320 ++++++++++++++++++--- gcc/config/xtensa/xtensa.md | 135 +++++++-- gcc/config/xtensa/xtensa.opt | 4 + gcc/cp/ChangeLog | 65 +++++ gcc/jit/ChangeLog | 6 + gcc/testsuite/ChangeLog | 17 ++ .../gcc.target/xtensa/constsynth_2insns.c | 44 +++ .../gcc.target/xtensa/constsynth_3insns.c | 24 ++ .../gcc.target/xtensa/constsynth_double.c | 11 + libgomp/ChangeLog | 20 ++ libstdc++-v3/ChangeLog | 45 +++ 15 files changed, 630 insertions(+), 78 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/constsynth_2insns.c create mode 100644 gcc/testsuite/gcc.target/xtensa/constsynth_3insns.c create mode 100644 gcc/testsuite/gcc.target/xtensa/constsynth_double.c