This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a782346757c RISC-V: add a new parameter in riscv_first_stack_step.
new 8c010f6fe5e RISC-V: Clean up the pr106602.c testcase
new e6b050da8a4 RISC-V: Set the ABI for the RVV tests
new c16848ed8f3 RISC-V: Force ilp32d for the T-Head FMV test
The 3 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/riscv/{pr106602.c => pr106602-rv32i.c} | 4 ++--
gcc/testsuite/gcc.target/riscv/{pr106602.c => pr106602-rv64i.c} | 2 +-
.../gcc.target/riscv/{pr106602.c => pr106602-rv64i_zba.c} | 7 ++++---
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 4 +++-
gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c | 2 +-
5 files changed, 11 insertions(+), 8 deletions(-)
copy gcc/testsuite/gcc.target/riscv/{pr106602.c => pr106602-rv32i.c} (77%)
copy gcc/testsuite/gcc.target/riscv/{pr106602.c => pr106602-rv64i.c} (88%)
rename gcc/testsuite/gcc.target/riscv/{pr106602.c => pr106602-rv64i_zba.c} (57%)
--
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.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 22304483 Add entry e10d82fc3ed03ee03f7c831a5b1e73c6c5ed3722 from https [...]
new 0d4343de Add entry 463b1a1ad2c573252b16465ab13cbb4f21975b6a from https [...]
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:
{binutils => gdb}/gdb-13-branchpoint-1909-g463b1a1ad2c | 0
.../tcwg_gnu_cross_check_binutils/master-arm/build_url | 2 +-
.../tcwg_gnu_cross_check_binutils/master-arm/last_good | 0
.../tcwg_gnu_cross_check_binutils/master-arm/summary.txt | 0
.../tcwg_gnu_cross_check_binutils/status.txt | 2 +-
5 files changed, 2 insertions(+), 2 deletions(-)
copy {binutils => gdb}/gdb-13-branchpoint-1909-g463b1a1ad2c (100%)
copy {binutils => gdb}/sha1/463b1a1ad2c573252b16465ab13cbb4f21975b6a/tcwg_gnu_cros [...]
copy {binutils => gdb}/sha1/463b1a1ad2c573252b16465ab13cbb4f21975b6a/tcwg_gnu_cros [...]
copy {binutils => gdb}/sha1/463b1a1ad2c573252b16465ab13cbb4f21975b6a/tcwg_gnu_cros [...]
copy {binutils => gdb}/sha1/463b1a1ad2c573252b16465ab13cbb4f21975b6a/tcwg_gnu_cros [...]
--
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 0ccf520d349 RISC-V: Optimze the reverse conditions of rotate shift
new a782346757c RISC-V: add a new parameter in riscv_first_stack_step.
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.cc | 40 ++++++++++++++++++++--------------------
1 file changed, 20 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 e49831ba434 Add 128-bit integer support to the Ada parser
new 4a1283c8d56 gdb: pass execing and following inferior to inferior_execd [...]
new f56944000c0 gdb: add inferior_forked observable
new 2b214d3e3b5 gdb: remove regcache::target
new 348da4565b5 gdb: add maybe_switch_inferior function
new 98994c7a183 gdb: make regcache::raw_update switch to right inferior
new 9145fd43029 gdb: switch to right inferior in fetch_inferior_event
new 5f6d638d3cb gdb/amdgpu: add follow fork and exec support
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:
gdb/amd-dbgapi-target.c | 39 ++++++++++
gdb/gdbthread.h | 2 +
gdb/inferior.c | 15 ++++
gdb/inferior.h | 7 ++
gdb/infrun.c | 53 +++++++------
gdb/jit.c | 20 +++--
gdb/linux-tdep.c | 10 ++-
gdb/observable.c | 1 +
gdb/observable.h | 17 +++-
gdb/record-btrace.c | 3 +-
gdb/regcache.c | 90 ++++++++++++++--------
gdb/regcache.h | 22 +++---
gdb/solib.c | 3 +-
.../gdb.rocm/fork-exec-gpu-to-non-gpu-execee.cpp | 27 +++++++
.../gdb.rocm/fork-exec-gpu-to-non-gpu-execer.cpp | 55 +++++++++++++
.../gdb.rocm/fork-exec-gpu-to-non-gpu.exp | 89 +++++++++++++++++++++
.../gdb.rocm/fork-exec-non-gpu-to-gpu-execee.cpp | 36 +++++++++
.../gdb.rocm/fork-exec-non-gpu-to-gpu-execer.cpp | 46 +++++++++++
.../gdb.rocm/fork-exec-non-gpu-to-gpu.exp | 88 +++++++++++++++++++++
gdb/thread.c | 14 ++++
20 files changed, 561 insertions(+), 76 deletions(-)
create mode 100644 gdb/testsuite/gdb.rocm/fork-exec-gpu-to-non-gpu-execee.cpp
create mode 100644 gdb/testsuite/gdb.rocm/fork-exec-gpu-to-non-gpu-execer.cpp
create mode 100644 gdb/testsuite/gdb.rocm/fork-exec-gpu-to-non-gpu.exp
create mode 100644 gdb/testsuite/gdb.rocm/fork-exec-non-gpu-to-gpu-execee.cpp
create mode 100644 gdb/testsuite/gdb.rocm/fork-exec-non-gpu-to-gpu-execer.cpp
create mode 100644 gdb/testsuite/gdb.rocm/fork-exec-non-gpu-to-gpu.exp
--
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 f46ab321399 Update crontab and git_update_version.py
new 0ccf520d349 RISC-V: Optimze the reverse conditions of rotate shift
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/bitmanip.md | 4 +-
gcc/expmed.cc | 12 ++---
gcc/rtl.h | 1 +
gcc/simplify-rtx.cc | 49 +++++++++++++++----
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-04.c | 52 ++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-05.c | 24 ++++++++++
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-06.c | 36 ++++++++++++++
gcc/testsuite/gcc.target/riscv/zbb-rol-ror-07.c | 64 +++++++++++++++++++++++++
8 files changed, 224 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zbb-rol-ror-04.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zbb-rol-ror-05.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zbb-rol-ror-06.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zbb-rol-ror-07.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.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 0c8fb871 Add entry e2756903329365134089d23548e9083d23bc3dd9 from https [...]
new 22304483 Add entry e10d82fc3ed03ee03f7c831a5b1e73c6c5ed3722 from https [...]
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_gnu_native_check_binutils/master-arm/build_url | 2 +-
.../tcwg_gnu_native_check_binutils/master-arm}/last_good | 0
.../tcwg_gnu_native_check_binutils/master-arm}/summary.txt | 2 +-
.../tcwg_gnu_native_check_binutils}/status.txt | 8 ++++----
4 files changed, 6 insertions(+), 6 deletions(-)
copy {binutils/sha1/acdf60711d44d20608873bec0376688c9a80e281 => gdb/sha1/e10d82fc3 [...]
copy {binutils/sha1/e10d82fc3ed03ee03f7c831a5b1e73c6c5ed3722/tcwg_gnu_native_check [...]
copy {binutils/sha1/e10d82fc3ed03ee03f7c831a5b1e73c6c5ed3722/tcwg_gnu_woa_check_bi [...]
copy {binutils/sha1/e10d82fc3ed03ee03f7c831a5b1e73c6c5ed3722/tcwg_gnu_woa_check_bi [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.