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-lts-allyesconfig in repository toolchain/ci/gcc.
from 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 | 12 +++--- 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 +++++++++++++---------- 15 files changed, 371 insertions(+), 152 deletions(-) create mode 100644 gcc/symtab-clones.cc create mode 100644 gcc/symtab-clones.h