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 c33a5cc9e7f RISC-V: Fix build errors with shNadd/shNadd.uw patterns in [...] adds f19791565d7 addS EAF_NOT_RETURNED_DIRECTLY adds 164bbf701ff tree-optimization/103029 - ensure vect loop versioning cons [...] adds a70c05120ae Static chain support in ipa-modref adds 18f0873d1e5 ipa-modref cleanup new 2a83259f837 x86_64: Improved implementation of TImode rotations. new 1fefb6cf62b Revert accidental commit.
The 2 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/config/i386/i386.md | 20 +- gcc/gimple.c | 27 ++ gcc/gimple.h | 1 + gcc/ipa-modref.c | 688 ++++++++++++++++++------------ gcc/ipa-modref.h | 1 + gcc/testsuite/g++.dg/ipa/modref-1.C | 2 +- gcc/testsuite/gcc.dg/ipa/modref-3.c | 20 + gcc/testsuite/gcc.dg/tree-ssa/modref-10.c | 20 + gcc/tree-core.h | 6 +- gcc/tree-ssa-structalias.c | 15 +- gcc/tree-vect-loop-manip.c | 17 + 11 files changed, 529 insertions(+), 288 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/modref-3.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-10.c