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-arm-next-allyesconfig in repository toolchain/ci/gcc.
from 943cc2a1b70 libstdc++: Use double for unordered container load factors [...] adds 617695cdc2b Handle fnspec in local ipa-modref adds ae7a23a3fab Move clone_info to summary
No new revisions were added by this update.
Summary of changes: gcc/Makefile.in | 2 + gcc/cgraph.c | 96 +++++++++-------- gcc/cgraph.h | 35 ++---- gcc/cgraphclones.c | 46 +++++--- gcc/gengtype.c | 1 + gcc/ipa-cp.c | 23 ++-- gcc/ipa-fnsummary.c | 6 +- gcc/ipa-modref.c | 250 ++++++++++++++++++++++++++++++++----------- gcc/ipa-modref.h | 1 + gcc/ipa-param-manipulation.c | 12 ++- gcc/ipa-prop.c | 21 ++-- gcc/ipa-sra.c | 14 ++- gcc/lto-cgraph.c | 38 ++++--- gcc/symtab-clones.cc | 76 +++++++++++++ gcc/symtab-clones.h | 90 ++++++++++++++++ gcc/tree-inline.c | 51 +++++---- gcc/tree-ssa-alias.c | 4 +- 17 files changed, 556 insertions(+), 210 deletions(-) create mode 100644 gcc/symtab-clones.cc create mode 100644 gcc/symtab-clones.h