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 e5856db3311 Automatic date update in version.in
new 2963d7d80df x86/APX: Don't promote AVX/AVX2 instructions out of APX spec
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:
gas/testsuite/gas/i386/x86-64-apx-egpr-inval.l | 8 +-
.../gas/i386/x86-64-apx-egpr-promote-inval.l | 6 +
.../gas/i386/x86-64-apx-egpr-promote-inval.s | 8 +
.../gas/i386/x86-64-apx-evex-promoted-intel.d | 10 -
.../gas/i386/x86-64-apx-evex-promoted-wig.d | 10 -
gas/testsuite/gas/i386/x86-64-apx-evex-promoted.d | 10 -
gas/testsuite/gas/i386/x86-64-apx-evex-promoted.s | 10 -
opcodes/i386-opc.tbl | 16 -
opcodes/i386-tbl.h | 518 ++++++++-------------
9 files changed, 215 insertions(+), 381 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 9a07ac15132 PR 89213: Add better support for shifting vectors with 64-b [...]
new a82896ed7bb RISC-V: Implement SAT_ADD for signed integer vector
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/autovec.md | 11 +
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv-v.cc | 9 +
.../riscv/rvv/autovec/binop/vec_sat_data.h | 264 +++++++++++++++++++++
.../{vec_sat_u_add-25.c => vec_sat_s_add-1.c} | 6 +-
.../{vec_sat_u_add-26.c => vec_sat_s_add-2.c} | 6 +-
.../{vec_sat_u_add-27.c => vec_sat_s_add-3.c} | 6 +-
.../{vec_sat_u_add-28.c => vec_sat_s_add-4.c} | 6 +-
.../riscv/rvv/autovec/binop/vec_sat_s_add-run-1.c | 17 ++
.../riscv/rvv/autovec/binop/vec_sat_s_add-run-2.c | 17 ++
.../riscv/rvv/autovec/binop/vec_sat_s_add-run-3.c | 17 ++
.../riscv/rvv/autovec/binop/vec_sat_s_add-run-4.c | 17 ++
.../gcc.target/riscv/rvv/autovec/vec_sat_arith.h | 25 ++
13 files changed, 390 insertions(+), 12 deletions(-)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vec_sat_u_add-25.c => vec_s [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vec_sat_u_add-26.c => vec_s [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vec_sat_u_add-27.c => vec_s [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/{vec_sat_u_add-28.c => vec_s [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vec_sat_s_add-run-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vec_sat_s_add-run-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vec_sat_s_add-run-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vec_sat_s_add-run-4.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 38b5a568f87 Daily bump.
new 9a07ac15132 PR 89213: Add better support for shifting vectors with 64-b [...]
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/rs6000/altivec.md | 51 +++++++++++
gcc/config/rs6000/predicates.md | 63 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr89213.c | 106 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-rlmi-rlnm.c | 4 +-
4 files changed, 222 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr89213.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-14
in repository gcc.
from f1dc18250d8 c++: crash with anon VAR_DECL [PR116676]
new 0043ac20598 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 +-
gcc/cp/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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-13
in repository gcc.
from c8682dd76e3 c++: crash with anon VAR_DECL [PR116676]
new 5db8a412750 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 +-
gcc/cp/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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 9046f9aeae0 c++: crash with anon VAR_DECL [PR116676]
new 0ab2379e3ac 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 +-
gcc/cp/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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 d6d8445c855 c++: fix constexpr cast from void* diag issue [PR116741]
new 38b5a568f87 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/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++
4 files changed, 45 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 binutils-gdb.
from 9162d24e619 gdb/testsuite: skip gdb.mi/dw2-ref-missing-frame.exp with clang
new e5856db3311 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.