This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e7e3d1838f7 libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix [...]
new 5214ddb464a docs: Document maskload else operand and behavior.
new 8f68d9cb789 ifn: Add else-operand handling.
new 6b6bd53619f tree-ifcvt: Add zero maskload else value.
new 634ae740f5a vect: Add maskload else value support.
new a166a6ccdc6 aarch64: Add masked-load else operands.
new 4a39addb492 gcn: Add else operand to masked loads.
new ebf30772415 i386: Add zero maskload else operand.
new b89273a049a RISC-V: Add else operand to masked loads [PR115336].
new 52a392b8b79 RISC-V: Add VLS modes to strided loads.
The 9 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-sve-builtins-base.cc | 24 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 12 +-
gcc/config/aarch64/aarch64-sve-builtins.h | 2 +-
gcc/config/aarch64/aarch64-sve.md | 52 +++-
gcc/config/aarch64/aarch64-sve2.md | 3 +-
gcc/config/aarch64/iterators.md | 4 -
gcc/config/aarch64/predicates.md | 4 +
gcc/config/gcn/gcn-valu.md | 23 +-
gcc/config/gcn/predicates.md | 2 +
gcc/config/i386/sse.md | 21 +-
gcc/config/riscv/autovec.md | 54 ++--
gcc/config/riscv/predicates.md | 3 +
gcc/config/riscv/riscv-v.cc | 30 +-
gcc/config/riscv/vector-iterators.md | 243 +++++++++++++++
gcc/config/riscv/vector.md | 22 +-
gcc/doc/md.texi | 63 ++--
gcc/internal-fn.cc | 148 ++++++++--
gcc/internal-fn.h | 13 +-
gcc/optabs-query.cc | 70 +++--
gcc/optabs-query.h | 3 +-
gcc/optabs-tree.cc | 66 +++--
gcc/optabs-tree.h | 8 +-
.../gcc.target/riscv/rvv/autovec/pr115336.c | 20 ++
.../gcc.target/riscv/rvv/autovec/pr116059.c | 15 +
gcc/tree-if-conv.cc | 12 +-
gcc/tree-vect-data-refs.cc | 74 +++--
gcc/tree-vect-patterns.cc | 12 +-
gcc/tree-vect-slp.cc | 22 +-
gcc/tree-vect-stmts.cc | 326 +++++++++++++++++----
gcc/tree-vectorizer.h | 10 +-
30 files changed, 1108 insertions(+), 253 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr115336.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116059.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 b0cc81e8708 ld: Support percent-encoded JSON in --package-metadata
new c6f2bd9d108 [gdb/contrib] Fix spellcheck.sh for bash < 5.1
new 3c17b69fa1a x86: generalize "implicit quad group" handling
new 497ee27a748 x86: VP2INTERSECT{D,Q} have mask register destination group
new 335cb88259f x86: rename SPACE_{,E}VEX_MAP<N>
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:
gas/config/tc-i386.c | 91 +-
gas/testsuite/gas/i386/arch-15.d | 2 +-
gas/testsuite/gas/i386/arch-15.s | 2 +-
gas/testsuite/gas/i386/avx512_4fmaps-warn.l | 24 +-
gas/testsuite/gas/i386/avx512_4vnniw-warn.l | 7 +
gas/testsuite/gas/i386/avx512_4vnniw-warn.s | 13 +
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/vp2intersect-intel.d | 72 +-
gas/testsuite/gas/i386/vp2intersect-inval-bcast.s | 24 +-
gas/testsuite/gas/i386/vp2intersect-warn.l | 31 +
gas/testsuite/gas/i386/vp2intersect-warn.s | 11 +
gas/testsuite/gas/i386/vp2intersect.d | 72 +-
gas/testsuite/gas/i386/vp2intersect.s | 72 +-
gas/testsuite/gas/i386/x86-64-arch-5.d | 2 +-
gas/testsuite/gas/i386/x86-64-arch-5.s | 2 +-
gas/testsuite/gas/i386/x86-64-avx512_4fmaps-warn.l | 12 +-
gas/testsuite/gas/i386/x86-64-vp2intersect-intel.d | 72 +-
.../gas/i386/x86-64-vp2intersect-inval-bcast.s | 24 +-
gas/testsuite/gas/i386/x86-64-vp2intersect.d | 72 +-
gas/testsuite/gas/i386/x86-64-vp2intersect.s | 72 +-
gdb/contrib/spellcheck.sh | 46 +-
opcodes/i386-gen.c | 8 +-
opcodes/i386-opc.h | 26 +-
opcodes/i386-opc.tbl | 174 +--
opcodes/i386-tbl.h | 1308 ++++++++++----------
25 files changed, 1184 insertions(+), 1057 deletions(-)
create mode 100644 gas/testsuite/gas/i386/avx512_4vnniw-warn.l
create mode 100644 gas/testsuite/gas/i386/avx512_4vnniw-warn.s
create mode 100644 gas/testsuite/gas/i386/vp2intersect-warn.l
create mode 100644 gas/testsuite/gas/i386/vp2intersect-warn.s
--
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 76445f36a2f s390: Add arch15 Concurrent-Functions Facility insns
new d5cbf916be4 gas/ELF: also reject merge entity size being zero
new 70ab7e0acfa ELF: SHF_MERGE vs SHT_NOBITS
new af3394d97a8 ELF: SHF_STRINGS isn't really tied to SHF_MERGE
new 20d9fb448c3 gas: move had_errors() invocation in finishing of subsegs
new b0cc81e8708 ld: Support percent-encoded JSON in --package-metadata
The 5 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/elf.c | 10 +++-
bfd/merge.c | 1 +
binutils/testsuite/binutils-all/debug_str.s | 2 +-
gas/config/obj-elf.c | 31 +++++++-----
gas/doc/as.texi | 19 +++----
gas/write.c | 14 +++---
ld/NEWS | 4 ++
ld/emultempl/elf.em | 12 ++++-
ld/ld.texi | 5 ++
ld/ldmisc.c | 78 +++++++++++++++++++++++++++++
ld/ldmisc.h | 1 +
ld/testsuite/ld-elf/package-note.exp | 36 +++++++++++++
ld/testsuite/ld-elf/package-note2.rd | 6 +++
13 files changed, 186 insertions(+), 33 deletions(-)
create mode 100644 ld/testsuite/ld-elf/package-note2.rd
--
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 binutils-2_41-branch
in repository binutils-gdb.
from 1a1d001f91a LoongArch: ld:Report an error when seeing an unrecognized r [...]
new 76c1ece3a59 s390: Add arch15 instruction names
new 94c65b893a7 s390: Add arch15 Concurrent-Functions Facility insns
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/testsuite/gas/s390/zarch-arch15.d | 4 +
gas/testsuite/gas/s390/zarch-arch15.s | 4 +
opcodes/s390-opc.c | 2 +
opcodes/s390-opc.txt | 228 ++++++++++++++++++----------------
4 files changed, 132 insertions(+), 106 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 45a3277149d match: Fix the `max<a,b>==0` pattern for pointers [PR117646]
new e7e3d1838f7 libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix [...]
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:
libgomp/plugin/plugin-nvptx.c | 6 ++++--
1 file changed, 4 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 8b2ea4bcbc9 [gdb] Fix some typos
new b0588b2173b s390: Add arch15 instruction names
new 76445f36a2f s390: Add arch15 Concurrent-Functions Facility insns
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/testsuite/gas/s390/zarch-arch15.d | 4 +
gas/testsuite/gas/s390/zarch-arch15.s | 4 +
opcodes/s390-opc.c | 2 +
opcodes/s390-opc.txt | 228 ++++++++++++++++++----------------
4 files changed, 132 insertions(+), 106 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 dffc37deadd libstdc++: Fix invalid casts in unordered container merge f [...]
new 45a3277149d match: Fix the `max<a,b>==0` pattern for pointers [PR117646]
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/match.pd | 6 ++++--
gcc/testsuite/gcc.dg/torture/minmaxneeqptr-1.c | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/minmaxneeqptr-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 a2f774427e0 gprofng: fix -std=gnu23 compatibility wrt unprototyped functions
new 92a5cfde2f7 [gdb/contrib] Allow thru in spellcheck.sh
new 57e43f6ea5b [gdb/contrib] Add spellcheck.sh --print-dictionary
new 8b2ea4bcbc9 [gdb] Fix some typos
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:
gdb/contrib/common-misspellings.txt | 7 +++++
gdb/contrib/spellcheck.sh | 63 ++++++++++++++++++++++++++++++++++---
gdb/nat/linux-btrace.c | 2 +-
gdbsupport/btrace-common.cc | 6 ++--
4 files changed, 69 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 gcc.
from 7b8b96a327f libcpp: add .c++-header-unit target
new dffc37deadd libstdc++: Fix invalid casts in unordered container merge f [...]
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:
libstdc++-v3/include/bits/hashtable.h | 43 ++++++++++++++++++++++-------------
1 file changed, 27 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.