This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from ad599e8da59 Daily bump. adds 9b9d9231a10 Avoid recomputing data references in BB SLP adds b7ede04df31 Move code out of vect_slp_analyze_bb_1 adds 45bdc4af97b * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do [...] adds 90df02bce86 * doc/install.texi (Configuration, --enable-objc-gc): hboe [...] adds cebbf5fb774 * config/i386/i386-protos.h (ix86_pre_reload_split): Decla [...] adds 468eabd1cfe 2019-10-20 Bernd Edlinger bernd.edlinger@hotmail.de new 624eed14c4d Daily bump.
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 | 60 ++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 2 +- gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.c | 12 ++ gcc/config/i386/i386.md | 72 +++---- gcc/config/i386/sse.md | 22 +-- gcc/doc/install.texi | 2 +- gcc/testsuite/ChangeLog | 5 + .../gcc.c-torture/execute/alias-access-path-2.c | 11 ++ .../gcc.dg/tree-ssa/alias-access-path-11.c | 2 +- gcc/tree-ssa-alias.c | 28 ++- gcc/tree-vect-slp.c | 215 ++++++++++----------- 13 files changed, 260 insertions(+), 174 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/alias-access-path-2.c