This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 340e971f0ed aarch64: Restrict SME_LUTv2 instructions to streaming mode
new 2dbf9c0feca [PATCH v1 1/2] RISC-V: Fix incorrect combine pattern for an [...]
new 91ee2e62847 [PATCH v1 2/2] RISC-V: Add run test case for vwadd/vwsub wx [...]
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/autovec-opt.md | 4 +-
.../gcc.target/riscv/rvv/autovec/pr123317-run-1.c | 8 ++++
.../gcc.target/riscv/rvv/autovec/pr123317-run-2.c | 8 ++++
.../gcc.target/riscv/rvv/autovec/pr123317-run-3.c | 8 ++++
.../gcc.target/riscv/rvv/autovec/pr123317-run-4.c | 8 ++++
.../gcc.target/riscv/rvv/autovec/pr123317-run.h | 49 ++++++++++++++++++++++
6 files changed, 83 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123317-run-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123317-run-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123317-run-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123317-run-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123317-run.h
--
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 main
in repository llvm-lnt.
from 46b4480 [Terraform] Allocate a stable IP address for the webserver
new 467abff [AWS] Change instance type to nano to try to force its re-deployment
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:
deployment/main.tf | 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 43ec8ef603f RISC-V: Adjust the asm check of vx_vf due to middle-end change
new 201324b6e99 aarch64 doc: Fix incorrect function name
new 340e971f0ed aarch64: Restrict SME_LUTv2 instructions to streaming mode
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-sme.md | 4 ++--
gcc/doc/invoke.texi | 2 +-
2 files 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 e3a2fff0402 AArch64: tweak inner-loop penalty when doing outer-loop vec [...]
new 1f7bb5c73d5 Vect: Adjust depth_limit of vec_slp_has_scalar_use from 2 to 3
new 43ec8ef603f RISC-V: Adjust the asm check of vx_vf due to middle-end change
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.target/riscv/rvv/autovec/sat_add-cost-1.c | 59 ++++++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-i64.c | 5 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-u32.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-u64.c | 5 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-6-u32.c | 2 +-
gcc/tree-vect-slp.cc | 2 +-
6 files changed, 70 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/sat_add-cost-1.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 binutils-gdb.
from f33058a1fce Change handling of over-long DAP variables requests
new f9e15782669 Add Ada unhandled exception filter to DAP
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/NEWS | 5 ++++
gdb/python/lib/gdb/dap/breakpoint.py | 9 +++++-
.../gdb.dap/{cwd.exp => catch-unhandled.exp} | 35 ++++++++++++----------
.../catch-unhandled}/pck.adb | 8 ++---
.../catch-unhandled}/pck.ads | 6 +---
.../catch-unhandled}/prog.adb | 6 ++--
6 files changed, 38 insertions(+), 31 deletions(-)
copy gdb/testsuite/gdb.dap/{cwd.exp => catch-unhandled.exp} (56%)
copy gdb/testsuite/{gdb.ada/static-link => gdb.dap/catch-unhandled}/pck.adb (88%)
copy gdb/testsuite/{gdb.ada/recursive-variant => gdb.dap/catch-unhandled}/pck.ads (92%)
copy gdb/testsuite/{gdb.ada/recursive-access => gdb.dap/catch-unhandled}/prog.adb (90%)
--
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 b72d3e39784 MAINTAINERS: Swap emails
new d7aebc72899 AArch64: Add if-conversion target cost model [PR123017]
new e3a2fff0402 AArch64: tweak inner-loop penalty when doing outer-loop vec [...]
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-json-schema.h | 6 +-
.../aarch64-json-tunings-parser-generated.inc | 1 +
.../aarch64-json-tunings-printer-generated.inc | 1 +
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.cc | 200 +++++++++++++++++++--
gcc/config/aarch64/tuning_models/generic.h | 3 +-
gcc/config/aarch64/tuning_models/generic_armv8_a.h | 9 +-
gcc/testsuite/g++.target/aarch64/pr121290_1.C | 63 +++++++
.../aarch64/{pr121290.c => pr121290_1.c} | 0
gcc/testsuite/gcc.target/aarch64/pr121290_2.c | 26 +++
gcc/testsuite/gcc.target/aarch64/pr123017_1.c | 38 ++++
gcc/testsuite/gcc.target/aarch64/pr123017_2.c | 16 ++
gcc/testsuite/gcc.target/aarch64/pr123017_3.c | 32 ++++
gcc/testsuite/gcc.target/aarch64/pr123017_4.c | 17 ++
gcc/testsuite/gcc.target/aarch64/pr123017_5.c | 20 +++
gcc/testsuite/gcc.target/aarch64/pr123017_6.c | 22 +++
gcc/testsuite/gcc.target/aarch64/pr123017_7.c | 25 +++
17 files changed, 459 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/pr121290_1.C
rename gcc/testsuite/gcc.target/aarch64/{pr121290.c => pr121290_1.c} (100%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr121290_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123017_7.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 binutils-gdb.
from 5d33cb5d4bf Fix DAP 'disconnect' implementation
new f33058a1fce Change handling of over-long DAP variables requests
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/python/lib/gdb/dap/varref.py | 8 +++++---
gdb/testsuite/gdb.dap/scopes.exp | 15 +++++++++------
2 files changed, 14 insertions(+), 9 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 gdb-17-branch
in repository binutils-gdb.
from 07dda0e3059 Automatic date update in version.in
new 8e246f43277 Change handling of over-long DAP variables requests
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/python/lib/gdb/dap/varref.py | 8 +++++---
gdb/testsuite/gdb.dap/scopes.exp | 15 +++++++++------
2 files changed, 14 insertions(+), 9 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 be970c68891 Automatic date update in version.in
new 5d33cb5d4bf Fix DAP 'disconnect' implementation
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/python/lib/gdb/dap/server.py | 22 +++++++++++++++++++---
.../gdb.sh => gdb.dap/immediate-disconnect.exp} | 14 +++++++++-----
2 files changed, 28 insertions(+), 8 deletions(-)
copy gdb/testsuite/{gdb.tui/gdb.sh => gdb.dap/immediate-disconnect.exp} (85%)
mode change 100755 => 100644
--
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 063d6815f3 tst-sig-redzone: Decorate assembly function
new 755798985d aarch64: Fix PT_GNU_PROPERTY checks for static exe (BZ 33713)
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:
sysdeps/aarch64/Makefile | 7 +++++++
.../aarch64/tst-bti-abort-static.c | 20 +++++++++-----------
sysdeps/unix/sysv/linux/aarch64/Makefile | 5 +++--
sysdeps/unix/sysv/linux/aarch64/libc-start.h | 3 ++-
4 files changed, 21 insertions(+), 14 deletions(-)
copy elf/tst-absolute-sym.c => sysdeps/aarch64/tst-bti-abort-static.c (75%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.