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 in repository toolchain/ci/gcc.
from 6123b998b18 match.pd: Optimize MIN_EXPR <addr1, addr2> etc. addr1 < add [...] adds 308531d148a or1k: Add return address argument to _mcount call adds 6ef9ad93094 path relation oracle: Remove SSA's being killed from the eq [...] adds 2322c8b1b44 Daily bump. adds 84bcefd5555 Enable vectorization for _Float16 floor/ceil/trunc/nearbyin [...] new 146b83e14a0 rs6000: Optimize __builtin_shuffle when it's used to zero t [...]
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: ChangeLog | 7 + gcc/ChangeLog | 153 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/config/i386/i386-builtin-types.def | 7 + gcc/config/i386/i386-builtin.def | 11 ++ gcc/config/i386/i386-builtins.c | 42 ++++++ gcc/config/i386/i386-expand.c | 3 + gcc/config/i386/sse.md | 12 +- gcc/config/or1k/or1k.h | 5 +- gcc/config/rs6000/rs6000.c | 39 +++++- gcc/cp/ChangeLog | 24 ++++ gcc/testsuite/ChangeLog | 67 +++++++++ .../gcc.target/i386/pr102464-vrndscaleph.c | 115 ++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr102868.c | 53 +++++++ gcc/value-relation.cc | 20 +-- 16 files changed, 543 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr102464-vrndscaleph.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr102868.c