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 969a989d2bc Daily bump. adds c23a9c87cc6 Some additional zero-extension related optimizations in sim [...] adds 7baed397dd0 Support logical shifts by (some) integer constants in TImod [...] adds e6b011bcfd5 Improved pre-reload split of double word comparison against [...] adds fc6ef901734 PR target/47949: Use xchg to move from/to AX_REG with -Oz on x86. adds 7585e5ecb47 profile: do not collect stats unless TDF_DETAILS adds a6b7fff06c5 gcov-dump: add --stable option adds 64ce76d9405 cselib: add function to check if SET is redundant [PR106187]
No new revisions were added by this update.
Summary of changes: gcc/alias.cc | 14 ++++++ gcc/alias.h | 1 + gcc/cfgcleanup.cc | 2 +- gcc/config/i386/i386-features.cc | 21 +++++++++ gcc/config/i386/i386.md | 21 +++++++++ gcc/cselib.cc | 70 ++++++++++++++++++++++++++++ gcc/cselib.h | 1 + gcc/doc/gcov-dump.texi | 5 ++ gcc/dse.cc | 7 +-- gcc/gcov-dump.cc | 61 +++++++++++++++++++++--- gcc/postreload.cc | 15 +----- gcc/profile.cc | 7 +-- gcc/simplify-rtx.cc | 60 ++++++++++++++++++++++-- gcc/testsuite/gcc.target/i386/pr47949.c | 15 ++++++ gcc/testsuite/gcc.target/i386/sse4_1-stv-7.c | 18 +++++++ 15 files changed, 285 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr47949.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-stv-7.c