This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a0a8dc1b88 RISC-V: Fix bug of earliest fusion for infinite loop[VSETVL PASS]
new ffdbb8e0228 MIPS: define_attr perf_ratio in mips.md
new 9876d50eb32 MIPS: Implement TARGET_INSN_COSTS
new 65d4b32dee2 MIPS: Add pattern insqisi_extended and inshisi_extended
new 345da368b01 MIPS/testsuite: Include stdio.h in mipscop tests
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/config/mips/mips.cc | 33 ++++++++++++++++++++++
gcc/config/mips/mips.md | 28 ++++++++++++++++++
gcc/testsuite/gcc.c-torture/compile/mipscop-1.c | 1 +
gcc/testsuite/gcc.c-torture/compile/mipscop-2.c | 1 +
gcc/testsuite/gcc.c-torture/compile/mipscop-3.c | 1 +
gcc/testsuite/gcc.c-torture/compile/mipscop-4.c | 1 +
.../gcc.target/mips/data-sym-multi-pool.c | 2 +-
gcc/testsuite/gcc.target/mips/pr104914.c | 25 ++++++++++++++++
8 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/mips/pr104914.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 master
in repository gcc.
from eb84e8d3e27 Daily bump.
new 97c1f176278 RISC-V: Fix indent
new 4a0a8dc1b88 RISC-V: Fix bug of earliest fusion for infinite loop[VSETVL PASS]
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/config/riscv/riscv-vsetvl.cc | 43 ++++++++++++++++++----
gcc/config/riscv/t-riscv | 2 +-
gcc/config/riscv/vector.md | 10 ++---
.../gcc.target/riscv/rvv/autovec/pr113206-1.c | 29 +++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr113206-2.c | 29 +++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr113209.c | 34 +++++++++++++++++
.../gcc.target/riscv/rvv/vsetvl/avl_single-23.c | 1 -
.../gcc.target/riscv/rvv/vsetvl/vlmax_call-1.c | 15 ++++----
.../gcc.target/riscv/rvv/vsetvl/vlmax_call-2.c | 12 +++---
.../gcc.target/riscv/rvv/vsetvl/vlmax_call-3.c | 12 +++---
.../gcc.target/riscv/rvv/vsetvl/vlmax_conflict-5.c | 5 +--
.../riscv/rvv/vsetvl/vlmax_single_vtype-1.c | 14 +++----
.../riscv/rvv/vsetvl/vlmax_single_vtype-2.c | 6 +--
.../riscv/rvv/vsetvl/vlmax_single_vtype-3.c | 6 +--
.../riscv/rvv/vsetvl/vlmax_single_vtype-4.c | 4 +-
.../riscv/rvv/vsetvl/vlmax_single_vtype-5.c | 4 +-
16 files changed, 171 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113206-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113206-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113209.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 af767e0b9e9 libstdc++: testsuite: Reduce max_size_type.cc exec time [PR113175]
new 69417f84441 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 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
2 files changed, 11 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 1fb2b5c9a7f libstdc++: testsuite: Reduce max_size_type.cc exec time [PR113175]
new 3d33d1f8247 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 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
2 files changed, 11 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 2110667d434 libstdc++: testsuite: Reduce max_size_type.cc exec time [PR113175]
new 13f0c1dbc92 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 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
2 files changed, 11 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 1c522c9eafa c++: bad direct reference binding via conv fn [PR113064]
new eb84e8d3e27 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 | 5 +++++
gcc/ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 +++++
gcc/c/ChangeLog | 5 +++++
gcc/cp/ChangeLog | 11 +++++++++++
gcc/d/ChangeLog | 4 ++++
gcc/fortran/ChangeLog | 14 ++++++++++++++
gcc/go/ChangeLog | 4 ++++
gcc/testsuite/ChangeLog | 15 +++++++++++++++
libgomp/ChangeLog | 4 ++++
libitm/ChangeLog | 4 ++++
libquadmath/ChangeLog | 4 ++++
libstdc++-v3/ChangeLog | 7 +++++++
14 files changed, 125 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-14-branch
in repository binutils-gdb.
from dd325ea5aac Automatic date update in version.in
new 25c9c6d65b8 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 086d7dbb2e6 sim: ppc: unify igen filter modules
new 3fc4f11e0bf 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.