This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a27acf8257 Daily bump. new bbac517a969 AutoFDO: Implement streaming of file names from GCOV profile new 84058c3cc80 AutoFDO: Use filenames to resolve clashing symbol names new 4dfa48077e3 AutoFDO: Update bootstrap gcov_version to 3 and add testcases new dbe8e0efb7b AutoFDO: Implement summary information in auto-profile
The 4 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/auto-profile.cc | 794 ++++++++++++++++----- gcc/c/Make-lang.in | 4 +- gcc/cp/Make-lang.in | 4 +- gcc/gcov-io.h | 2 + gcc/lto/Make-lang.in | 4 +- .../gcc.dg/tree-prof/afdo-lto_priv-basic-0.c | 47 ++ .../gcc.dg/tree-prof/afdo-lto_priv-basic-1.c | 20 + .../gcc.dg/tree-prof/afdo-lto_priv-header-0.c | 47 ++ .../gcc.dg/tree-prof/afdo-lto_priv-header-0.h | 3 + .../gcc.dg/tree-prof/afdo-lto_priv-header-1.c | 18 + .../gcc.dg/tree-prof/afdo-lto_priv-header-1.h | 3 + gcc/testsuite/lib/profopt.exp | 2 +- 12 files changed, 746 insertions(+), 202 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-lto_priv-basic-0.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-lto_priv-basic-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-lto_priv-header-0.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-lto_priv-header-0.h create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-lto_priv-header-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-lto_priv-header-1.h