This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 6d22bfc compute-variability.py: Can now use current compare-results.csv
new f3e225b csvs2table.py: Add a workaround to make tcwg_aosp-build.sh work
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:
csvs2table.py | 9 +++++++++
1 file changed, 9 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 38004cf8699 aarch64: More SME vs -mtrack-speculation
new c8c587b854c AArch64: skip modes_1.f90 [PR107071]
new d0f8cb17bbd AArch64: remove ls64 from being mandatory on armv8.7-a..
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/aarch64/aarch64-arches.def | 2 +-
gcc/testsuite/g++.target/aarch64/acle/ls64.C | 2 +-
gcc/testsuite/g++.target/aarch64/acle/ls64_lto.C | 2 +-
gcc/testsuite/gcc.target/aarch64/acle/ls64_lto.c | 2 +-
gcc/testsuite/gcc.target/aarch64/acle/pr110100.c | 2 +-
gcc/testsuite/gcc.target/aarch64/acle/pr110132.c | 2 +-
gcc/testsuite/gcc.target/aarch64/options_set_28.c | 4 ++--
gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_2.c | 4 ++--
gcc/testsuite/gfortran.dg/ieee/modes_1.f90 | 2 +-
9 files changed, 11 insertions(+), 11 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 703d14132e2 OpenMP/nvptx: support 'arch(nvptx64)' as context selector
new 4f7d4a2cd26 Allow mode-switching to introduce internal loops [PR113220]
new ad4df8cd080 aarch64: Stack-clash prologues and VG saves [PR113995]
new 58930e9fd18 aarch64: Remove the aarch64_commit_lazy_save pattern
new 22f0cf36ec0 aarch64: Ensure ZT0 is zeroed in a new-ZT0 function
new 6d56f590483 aarch64: Fix sibcalls involving shared-ZT0 functions
new 3651b1b23fd aarch64: Remove duplicated call
new 38004cf8699 aarch64: More SME vs -mtrack-speculation
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/cfgrtl.cc | 27 +++++++++---
gcc/config/aarch64/aarch64-sme.md | 45 -------------------
gcc/config/aarch64/aarch64.cc | 38 ++++++++++++----
gcc/mode-switching.cc | 15 +++++++
.../gcc.target/aarch64/sme/call_sm_switch_5.c | 2 +-
.../gcc.target/aarch64/sme/call_sm_switch_5_scp.c | 3 ++
.../gcc.target/aarch64/sme/locally_streaming_1.c | 2 +-
.../aarch64/sme/locally_streaming_1_scp.c | 3 ++
.../aarch64/sme/locally_streaming_1_ts.c | 3 ++
.../gcc.target/aarch64/sme/sibcall_6_scp.c | 3 ++
.../gcc.target/aarch64/sme/sibcall_7_ts.c | 3 ++
gcc/testsuite/gcc.target/aarch64/sme/sibcall_9.c | 51 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sme/za_state_4.c | 2 +-
.../gcc.target/aarch64/sme/za_state_4_scp.c | 3 ++
gcc/testsuite/gcc.target/aarch64/sme/za_state_5.c | 2 +-
.../gcc.target/aarch64/sme/za_state_5_scp.c | 3 ++
gcc/testsuite/gcc.target/aarch64/sme/zt0_state_5.c | 1 +
17 files changed, 142 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/call_sm_switch_5_scp.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/locally_streaming_1_scp.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/locally_streaming_1_ts.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/sibcall_6_scp.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/sibcall_7_ts.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/sibcall_9.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/za_state_4_scp.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/za_state_5_scp.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 51c0ff6f503 IBM Z: Preserve exceptions in autovec-*-signaling-eq.c tests
new 703d14132e2 OpenMP/nvptx: support 'arch(nvptx64)' as context selector
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/nvptx/gen-omp-device-properties.sh | 2 +-
gcc/config/nvptx/nvptx.cc | 3 ++-
libgomp/libgomp.texi | 2 +-
3 files changed, 4 insertions(+), 3 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f2b7f384 lnt-utils.sh,tcwg-lnt/schema: rename variation field into exe [...]
new 13c86bb2 tcwg-generate-source-cache.sh: Fetch mingw-w64.git
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:
tcwg-generate-source-cache.sh | 1 +
1 file changed, 1 insertion(+)
--
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 608d40fde0c pru: Document how -mmcu option uses MCU specs
new 51c0ff6f503 IBM Z: Preserve exceptions in autovec-*-signaling-eq.c tests
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/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq.c | 2 +-
gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-eq.c | 2 +-
2 files changed, 2 insertions(+), 2 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 9eb450d26f2 gdb: Document C++17 build requirement.
new 3c3fe724f5f [gdb/testsuite] Set up dap log file in gdb.dap/type_checker.exp
new 84a227694d7 [gdb/dap] Flush after printing in log_stack
new d6193341086 [gdb/dap] Make dap log printing thread-safe
new 7c34de9efdb [gdb/dap] Join JSON writer thread with DAP thread
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/python/lib/gdb/dap/io.py | 2 +-
gdb/python/lib/gdb/dap/server.py | 3 ++-
gdb/python/lib/gdb/dap/startup.py | 28 +++++++++++++++++-----------
gdb/testsuite/gdb.dap/type_check.exp | 3 +++
gdb/testsuite/lib/dap-support.exp | 22 +++++++++++++++-------
5 files changed, 38 insertions(+), 20 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 0ac6b8701fc RISC-V: Fix local GOT and reloc size calculation for TLS.
new 9eb450d26f2 gdb: Document C++17 build requirement.
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:
gdb/doc/gdb.texinfo | 6 +++---
1 file changed, 3 insertions(+), 3 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 c0a80af4a1d libgcc, aarch64: Allow for BE platforms in heap trampolines.
new e3dfc150512 pru: Document that arguments are not passed to main with -minrt
new 608d40fde0c pru: Document how -mmcu option uses MCU specs
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/doc/invoke.texi | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 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 glibc.
from aa4106db1d sparc: Treat the version field in the FPU control word as reserved
new 2938846acc build-many-glibcs.py: Add s390 --disable-multi-arch / multi- [...]
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:
scripts/build-many-glibcs.py | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.