This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0ee159bb58 LoongArch: Fix ICE when explicit-relocs is none
new 49dec4fef16 [Autofdo] Add hierarchical discriminator support
new b3d6786029c [AutoFDO] Add hierarchical discriminator for vectorizer
new 7bb5f632a12 [AutoFDO] Add hierarchical discriminator for loop versioning
new c731d295897 [Autofdo] Add hierarchical discriminator for loop unrolling
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/Makefile.in | 1 +
gcc/cfgloopmanip.cc | 78 ++++++
gcc/cfgloopmanip.h | 4 +
gcc/function.h | 5 +
gcc/gimple-loop-versioning.cc | 20 ++
gcc/hierarchical_discriminator.cc | 264 +++++++++++++++++++++
gcc/hierarchical_discriminator.h | 93 ++++++++
gcc/input.cc | 29 +++
gcc/input.h | 43 ++++
.../hierarchical-discriminator-loop-version.c | 28 +++
.../gcc.dg/hierarchical-discriminator-unroll.c | 37 +++
.../hierarchical-discriminator-vect-version.c | 17 ++
gcc/tree-ssa-loop-ivcanon.cc | 7 +-
gcc/tree-vect-loop-manip.cc | 39 +++
gcc/tree-vect-loop.cc | 18 ++
15 files changed, 681 insertions(+), 2 deletions(-)
create mode 100644 gcc/hierarchical_discriminator.cc
create mode 100644 gcc/hierarchical_discriminator.h
create mode 100644 gcc/testsuite/gcc.dg/hierarchical-discriminator-loop-version.c
create mode 100644 gcc/testsuite/gcc.dg/hierarchical-discriminator-unroll.c
create mode 100644 gcc/testsuite/gcc.dg/hierarchical-discriminator-vect-version.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 18770404b58 Daily bump.
new e5472188ab3 LoongArch: Fix ICE when explicit-relocs is none
The 1 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/loongarch/loongarch.md | 2 +-
gcc/testsuite/gcc.target/loongarch/{attr-model-5.c => attr-model-6.c} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
copy gcc/testsuite/gcc.target/loongarch/{attr-model-5.c => attr-model-6.c} (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a9d1b2f8b05 a68: fix documentation of lseek in manual
new a0ee159bb58 LoongArch: Fix ICE when explicit-relocs is none
The 1 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/loongarch/loongarch.md | 2 +-
.../gcc.target/loongarch/la64/{attr-model-5.c => attr-model-6.c} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
copy gcc/testsuite/gcc.target/loongarch/la64/{attr-model-5.c => attr-model-6.c} (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 109fae9d4df Daily bump.
new 5e0f8276117 a68: fix documentation of -f[no-]brackets
new a9d1b2f8b05 a68: fix documentation of lseek in manual
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/algol68/ga68.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d164340772c Automatic date update in version.in
new d9001d36830 MIPS/BFD: Initialize `error_message' in `_bfd_mips_elf_orph [...]
The 1 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:
bfd/elfxx-mips.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 004e2f3cc5a analyzer: fix strlen(STRING_CST + OFFSET) [PR123085]
new 18770404b58 Daily bump.
The 1 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:
contrib/ChangeLog | 8 ++++++++
gcc/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 18 ++++++++++++++++++
gcc/cp/ChangeLog | 11 +++++++++++
gcc/testsuite/ChangeLog | 32 ++++++++++++++++++++++++++++++++
6 files changed, 78 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 596e107bf0f Early builtin_unreachable removal must examine dependencies.
new eeb324bc17f Daily bump.
The 1 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/ChangeLog | 12 ++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
3 files changed, 18 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 712a12fd009 Daily bump.
new 74d21131786 Daily bump.
The 1 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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 58977d73923 RISC-V: Enable the ZD constraint only when xmipscbop is ena [...]
new 109fae9d4df Daily bump.
The 1 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 | 12 +++++
gcc/ChangeLog | 102 +++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 20 ++++++++
gcc/cp/ChangeLog | 62 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 125 ++++++++++++++++++++++++++++++++++++++++++++++++
libgomp/ChangeLog | 108 +++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 4 ++
8 files changed, 434 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_45-branch
in repository binutils-gdb.
from 65c8a0e9b13 Automatic date update in version.in
new 9b12710696a Automatic date update in version.in
The 1 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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.