This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from afa7ed8 Fix PR middle-end/71619 new 8196459 Add gcc-auto-profile script new ff600f6 Run profile feedback tests with autofdo new b4c71cb Add make autoprofiledbootstrap new 2a52910 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE in [...]
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: ChangeLog | 6 + Makefile.def | 7 + Makefile.in | 5780 +++++++++++++++++++++++++- Makefile.tpl | 16 +- contrib/ChangeLog | 5 + contrib/gen_autofdo_event.py | 155 + gcc/ChangeLog | 13 + gcc/Makefile.in | 9 +- gcc/c/ChangeLog | 4 + gcc/c/Make-lang.in | 14 + gcc/config/i386/gcc-auto-profile | 70 + gcc/cp/ChangeLog | 4 + gcc/cp/Make-lang.in | 14 +- gcc/doc/install.texi | 11 + gcc/lto/ChangeLog | 4 + gcc/lto/Make-lang.in | 14 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/bprob/bprob.exp | 8 + gcc/testsuite/g++.dg/tree-prof/tree-prof.exp | 8 + gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp | 8 + gcc/testsuite/gcc.misc-tests/bprob.exp | 7 + gcc/testsuite/gfortran.dg/prof/prof.exp | 7 + gcc/testsuite/lib/profopt.exp | 82 +- gcc/testsuite/lib/target-supports.exp | 37 + gcc/tree-inline.c | 15 +- 25 files changed, 6129 insertions(+), 179 deletions(-) create mode 100755 contrib/gen_autofdo_event.py create mode 100755 gcc/config/i386/gcc-auto-profile