This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from d5e68f4cbab Daily bump.
new 28140a37715 aarch64: enable Ampere-1 CPU
new 786d5f34c20 aarch64: fix off-by-one in reading cpuinfo
new 7ba40e6c2e1 aarch64: update Ampere-1 core definition
new 09ca9d62858 aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
new 9414c71c1e0 aarch64: update ampere1 vectorization cost
new cd963f8d6bf aarch64: disable LDP via tuning structure for -mcpu=ampere1
new 28fc1297add PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1
The 7 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/aarch64/aarch64-cores.def | 4 +-
gcc/config/aarch64/aarch64-cost-tables.h | 206 +++++++++++++++++++++
gcc/config/aarch64/aarch64-fusion-pairs.def | 1 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64-tuning-flags.def | 3 +
gcc/config/aarch64/aarch64.c | 125 +++++++++++++
gcc/config/aarch64/driver-aarch64.c | 4 +-
gcc/doc/invoke.texi | 4 +-
.../gcc.target/aarch64/ampere1-no_ldp_combine.c | 11 ++
gcc/testsuite/gcc.target/aarch64/cpunative/info_18 | 8 +
.../gcc.target/aarch64/cpunative/native_cpu_18.c | 15 ++
gcc/testsuite/gcc.target/aarch64/pr108589.c | 15 ++
12 files changed, 392 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ampere1-no_ldp_combine.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/info_18
create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_18.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr108589.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-13
in repository gcc.
from c895eb11c8c c++: bound ttp level lowering [PR109531]
new 523fc3bc8e3 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 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 10 ++++++++++
gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 108 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-12
in repository gcc.
from 0f7ca8a3f50 PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1
new 43e9b4c8e32 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 | 137 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 87 ++++++++++++++++++++++++++++++
3 files changed, 225 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-11
in repository gcc.
from b5406156922 PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1
new a4d4b53f760 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 | 82 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 50 ++++++++++++++++++++++++++++++
3 files changed, 133 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 master
in repository gcc.
from 2245459c85a c++: bound ttp level lowering [PR109531]
new 3f0f4e0fa0b RISC-V: make the stack manipulation codes more readable.
new 56b288f5081 Daily bump.
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:
contrib/ChangeLog | 5 +++
gcc/ChangeLog | 88 ++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 4 ++
gcc/config/riscv/riscv.cc | 17 +++++----
gcc/cp/ChangeLog | 7 ++++
gcc/testsuite/ChangeLog | 72 ++++++++++++++++++++++++++++++++++++
maintainer-scripts/ChangeLog | 5 +++
8 files changed, 192 insertions(+), 8 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 releases/gcc-10
in repository gcc.
from d88e488ec93 rs6000: Fix vector parity support [PR108699]
new d5e68f4cbab 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 | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 10 ++++++++++
3 files changed, 26 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 gdb-13-branch
in repository binutils-gdb.
from 264563f173c Automatic date update in version.in
new 05eafba4414 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.
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 35fab451d9e gprofng: 30360 Seg. Fault when application uses std::thread
new a0fc6845a95 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_40-branch
in repository binutils-gdb.
from 19f8c226def Automatic date update in version.in
new 850c6228d09 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 880115411ac aarch64: disable LDP via tuning structure for -mcpu=ampere1
new 0f7ca8a3f50 PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1
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/aarch64/aarch64.cc | 1 +
gcc/testsuite/gcc.target/aarch64/pr108589.c | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr108589.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.