This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ab56390384c aarch64: PR target/95526: Fix gimplification of varargs
new 5261cf8ce82 Add processing STRICT_LOW_PART for matched reloads.
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/lra-constraints.c | 2 ++
gcc/lra.c | 7 +++++--
2 files changed, 7 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 7d8b91fda9f gas: simplify code in tc-bpf.c:md_apply_fix
new 1c07a73f663 [gdb/testsuite] Remove path names from error messages in gd [...]
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/lib/gdb.exp | 18 +++++++++++-------
2 files changed, 15 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 gcc.
from 1980ffec48c ipa-sra: Do not remove statements necessary because of non- [...]
new ab56390384c aarch64: PR target/95526: Fix gimplification of varargs
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/aarch64/aarch64.c | 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 9a810e57c4e [ARM]: Correct the grouping of operands in MVE vector scatt [...]
new 1980ffec48c ipa-sra: Do not remove statements necessary because of non- [...]
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/ipa-sra.c | 28 +++++++++++++++-------------
gcc/testsuite/gcc.dg/ipa/pr95113.c | 33 +++++++++++++++++++++++++++++++++
gcc/tree-eh.c | 10 ++++++++++
gcc/tree-eh.h | 1 +
gcc/tree-ssa-dce.c | 4 +---
5 files changed, 60 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr95113.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 d34f510e2bf [PATCH][GCC] arm: Fix the MVE ACLE vbicq intrinsics.
new 9a810e57c4e [ARM]: Correct the grouping of operands in MVE vector scatt [...]
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/arm/mve.md | 828 +++++++++++++--------
gcc/config/arm/predicates.md | 6 +
.../arm/mve/intrinsics/mve_vstore_scatter_base.c | 67 ++
.../arm/mve/intrinsics/mve_vstore_scatter_base_p.c | 69 ++
.../arm/mve/intrinsics/mve_vstore_scatter_offset.c | 215 ++++++
.../mve/intrinsics/mve_vstore_scatter_offset_p.c | 216 ++++++
.../intrinsics/mve_vstore_scatter_shifted_offset.c | 141 ++++
.../mve_vstore_scatter_shifted_offset_p.c | 142 ++++
8 files changed, 1363 insertions(+), 321 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vstore_scatter_base.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vstore_scatter_ [...]
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vstore_scatter_ [...]
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vstore_scatter_ [...]
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vstore_scatter_ [...]
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vstore_scatter_ [...]
--
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 devel/ranger
in repository gcc.
from c6e8b9bb06e use a bitmap obstack in the gori object instead of malloc
new a5b9a237d6b Adjust range_of_range_op to handle non-trivial assignments [...]
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/gimple-range-cfg.cc | 34 ++++++++++++++++++++++++++++++++++
gcc/gimple-range-cfg.h | 1 +
gcc/gimple-range-stmt.cc | 28 +++++++++++++++++-----------
gcc/gimple-range-stmt.h | 1 +
4 files changed, 53 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 b15369e2538 add vect_get_slp_vect_def
new d34f510e2bf [PATCH][GCC] arm: Fix the MVE ACLE vbicq intrinsics.
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/arm/arm_mve.h | 32 +++++++++++-----------
.../gcc.target/arm/mve/intrinsics/vbicq_f16.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_f32.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_n_s16.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_n_s32.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_n_u16.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_n_u32.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_s16.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_s32.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_s8.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_u16.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_u32.c | 1 +
.../gcc.target/arm/mve/intrinsics/vbicq_u8.c | 1 +
13 files changed, 28 insertions(+), 16 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 d8740be1593 cpu,gas,opcodes: remove no longer needed workaround from th [...]
new 95146b5da22 [gdb/testsuite] Fix error handling in gdb_file_cmd
new 7d8b91fda9f gas: simplify code in tc-bpf.c:md_apply_fix
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:
gas/ChangeLog | 5 +++++
gas/config/tc-bpf.c | 4 +---
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdb.exp | 23 ++++++++---------------
4 files changed, 19 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 e1008cd1d85 libstdc++: Make std::copy_n work with negative and non-inte [...]
new a0dae768c6f Add explicit SLP_TREE_LANES
new b15369e2538 add vect_get_slp_vect_def
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/tree-vect-loop.c | 15 +++++++--------
gcc/tree-vect-slp.c | 41 +++++++++++++++++++++--------------------
gcc/tree-vect-stmts.c | 12 ++++--------
gcc/tree-vectorizer.h | 4 ++++
4 files changed, 36 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.