This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 25775e73ea4 libstdc++: Do not define __cpp_lib_ranges_iota in <ranges>
new e2011ab13de Set ADDSS cost to 3 for znver5
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/i386/x86-tune-costs.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 gcc.
from edb48674128 RISC-V: vsetvl: elide abnormal edges from LCM computations [...]
new df59bf20d85 libstdc++: Do not declare namespace ranges in <numeric> unc [...]
new 25775e73ea4 libstdc++: Do not define __cpp_lib_ranges_iota in <ranges>
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:
libstdc++-v3/include/std/numeric | 8 +++-----
libstdc++-v3/include/std/ranges | 1 -
libstdc++-v3/testsuite/17_intro/names.cc | 4 ++++
3 files changed, 7 insertions(+), 6 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 gcc.
from 517f7e3f02b RISC-V: Do not lift up vsetvl into non-transparent blocks [ [...]
new edb48674128 RISC-V: vsetvl: elide abnormal edges from LCM computations [...]
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/riscv/riscv-vsetvl.cc | 7 +-
gcc/testsuite/go.dg/pr119533-riscv-2.go | 42 +++++++++++
gcc/testsuite/go.dg/pr119533-riscv.go | 120 ++++++++++++++++++++++++++++++++
3 files changed, 168 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/go.dg/pr119533-riscv-2.go
create mode 100644 gcc/testsuite/go.dg/pr119533-riscv.go
--
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 linux.
from 834a4a689699 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 0405d4b63d08 isofs: Prevent the use of too small fid
new 065d49851e1a Merge tag 'fs_for_v6.15-rc3' of git://git.kernel.org/pub/s [...]
new 6c44e5354d4d RAS/AMD/ATL: Include row[13] bit in row retirement
new 58029c39cdc5 RAS/AMD/FMPM: Get masked address
new 1a1d569a75f3 Merge tag 'edac_urgent_for_v6.15_rc3' of git://git.kernel. [...]
The 5 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:
drivers/ras/amd/atl/internal.h | 3 +++
drivers/ras/amd/atl/umc.c | 19 +++++++++++++++++--
drivers/ras/amd/fmpm.c | 9 ++++++++-
fs/isofs/export.c | 2 +-
4 files changed, 29 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 gcc.
from f62e5d720de libstdc++: Implement formatter for ranges and range_formatt [...]
new 517f7e3f02b RISC-V: Do not lift up vsetvl into non-transparent blocks [ [...]
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/riscv/riscv-vsetvl.cc | 12 ++
.../g++.target/riscv/rvv/autovec/pr119547-2.C | 212 +++++++++++++++++++++
.../g++.target/riscv/rvv/autovec/pr119547.C | 82 ++++++++
.../gcc.target/riscv/rvv/vsetvl/avl_single-68.c | 8 +-
.../riscv/rvv/vsetvl/vlmax_switch_vtype-10.c | 4 +-
5 files changed, 315 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/rvv/autovec/pr119547-2.C
create mode 100644 gcc/testsuite/g++.target/riscv/rvv/autovec/pr119547.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 a039bab9575 libgcobol: mark riscv64-*-linux* as supported target
new f62e5d720de libstdc++: Implement formatter for ranges and range_formatt [...]
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:
libstdc++-v3/include/std/format | 505 ++++++++++++++++++---
libstdc++-v3/src/c++23/std.cc.in | 6 +
.../testsuite/23_containers/vector/bool/format.cc | 6 +
.../testsuite/std/format/formatter/lwg3944.cc | 4 +-
.../testsuite/std/format/formatter/requirements.cc | 14 +-
.../testsuite/std/format/ranges/format_kind.cc | 94 ++++
.../testsuite/std/format/ranges/formatter.cc | 145 ++++++
.../testsuite/std/format/ranges/sequence.cc | 190 ++++++++
libstdc++-v3/testsuite/std/format/ranges/string.cc | 226 +++++++++
9 files changed, 1125 insertions(+), 65 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/format_kind.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/formatter.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/sequence.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/string.cc
--
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 88891208c3f RISC-V: Add missing disassembler option `max`
new fc3696543b4 gdb/dwarf: rename some functions to specify "dwo"
new 774935aa0c2 gdb/dwarf: skip type units in create_dwo_cus_hash_table
new ac4a73ff042 [gdb/testsuite] Fix gdb.ada/scalar_storage.exp on s390x
new 7bef406490d [gdb/ada] Fix gdb.ada/overloads.exp on s390x
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:
gdb/ada-lang.c | 4 ++--
gdb/dwarf2/read.c | 31 +++++++++++++++++++------------
gdb/testsuite/gdb.ada/scalar_storage.exp | 28 ++++++++++++++++++++++++----
3 files changed, 45 insertions(+), 18 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 gcc.
from 99cd28c4733 Fortran/OpenMP: Support automatic mapping allocatable compo [...]
new a039bab9575 libgcobol: mark riscv64-*-linux* as supported target
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:
libgcobol/configure.tgt | 5 +++++
1 file changed, 5 insertions(+)
--
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 b4cf69503bc ipa-bit-cp: Fix adjusting value according to mask (PR119803)
new 6d9fdf4bf57 Locality cloning pass: -fipa-reorder-for-locality
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:
...{bootstrap-lto.mk => bootstrap-lto-locality.mk} | 12 +-
gcc/Makefile.in | 2 +
gcc/cgraph.h | 1 +
gcc/cgraphclones.cc | 2 +-
gcc/common.opt | 9 +-
gcc/doc/invoke.texi | 32 +-
gcc/flag-types.h | 10 +-
gcc/ipa-locality-cloning.cc | 1137 ++++++++++++++++++++
gcc/{lto/common.h => ipa-locality-cloning.h} | 30 +-
gcc/lto-cgraph.cc | 2 +
gcc/lto/lto-partition.cc | 126 +++
gcc/lto/lto-partition.h | 1 +
gcc/lto/lto.cc | 4 +-
gcc/opts.cc | 23 +
gcc/params.opt | 27 +
gcc/passes.def | 1 +
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
18 files changed, 1389 insertions(+), 32 deletions(-)
copy config/{bootstrap-lto.mk => bootstrap-lto-locality.mk} (55%)
create mode 100644 gcc/ipa-locality-cloning.cc
copy gcc/{lto/common.h => ipa-locality-cloning.h} (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.