This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from db3c8c9726d vect: Optimize order of lane-reducing operations in loop de [...]
new 247335823f4 c++: constrained partial spec type context [PR111890]
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/cp/pt.cc | 1 +
gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec15.C | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec15.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 24689b84b8e tree-optimization/115959 - ICE with SLP condition reduction
new e7fbae834f8 vect: Add a unified vect_get_num_copies for slp and non-slp
new 8b59fa9d8ca vect: Refit lane-reducing to be normal operation
new 178cc419512 vect: Support multiple lane-reducing operations for loop re [...]
new db3c8c9726d vect: Optimize order of lane-reducing operations in loop de [...]
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:
gcc/testsuite/gcc.dg/vect/vect-reduc-chain-1.c | 64 ++++
gcc/testsuite/gcc.dg/vect/vect-reduc-chain-2.c | 79 ++++
gcc/testsuite/gcc.dg/vect/vect-reduc-chain-3.c | 68 ++++
.../gcc.dg/vect/vect-reduc-chain-dot-slp-1.c | 95 +++++
.../gcc.dg/vect/vect-reduc-chain-dot-slp-2.c | 67 ++++
.../gcc.dg/vect/vect-reduc-chain-dot-slp-3.c | 79 ++++
.../gcc.dg/vect/vect-reduc-chain-dot-slp-4.c | 63 +++
gcc/testsuite/gcc.dg/vect/vect-reduc-dot-slp-1.c | 60 +++
gcc/tree-vect-loop.cc | 421 ++++++++++++++++-----
gcc/tree-vect-slp.cc | 44 +--
gcc/tree-vect-stmts.cc | 2 +
gcc/tree-vectorizer.h | 36 +-
12 files changed, 954 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-dot-slp-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-dot-slp-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-dot-slp-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-chain-dot-slp-4.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-dot-slp-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 glibc.
from 6ed76f4efc htl: Fix __pthread_init_thread declaration and definition
new 910aae6e5a Revert "LoongArch: Add cfi instructions for _dl_tlsdesc_dynamic"
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/loongarch/dl-machine.h | 7 -
sysdeps/loongarch/dl-tlsdesc-dynamic.h | 225 -------------------
sysdeps/loongarch/dl-tlsdesc.S | 386 +++++++++++++++++++++++++++++++--
sysdeps/loongarch/dl-tlsdesc.h | 4 -
sysdeps/loongarch/tlsdesc.sym | 9 +
5 files changed, 373 insertions(+), 258 deletions(-)
delete mode 100644 sysdeps/loongarch/dl-tlsdesc-dynamic.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 master
in repository glibc.
from 0e75c4a463 hurd: Fix pthread_self() without libpthread
new 6ed76f4efc htl: Fix __pthread_init_thread declaration and definition
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/mach/hurd/htl/pt-pthread_self.c | 1 +
sysdeps/mach/hurd/htl/pt-sysdep.h | 4 ++--
2 files changed, 3 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 glibc.
from 43224b1379 LoongArch: Add cfi instructions for _dl_tlsdesc_dynamic
new 0e75c4a463 hurd: Fix pthread_self() without libpthread
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:
htl/Versions | 1 +
sysdeps/mach/hurd/htl/pt-pthread_self.c | 9 ++++++++-
sysdeps/mach/hurd/htl/pt-sysdep.c | 12 ++----------
sysdeps/mach/hurd/htl/pt-sysdep.h | 2 ++
4 files changed, 13 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 2790800c61f testsuite: Add dg-do run to another test
new 24689b84b8e tree-optimization/115959 - ICE with SLP condition reduction
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/testsuite/gcc.dg/vect/pr115959.c | 14 ++++++++++++++
gcc/tree-vect-loop.cc | 10 +++++++---
2 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr115959.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 ecc2c3cb723 rs6000: Remove redundant guard for float128 mode pattern
new 8b5919bae11 gimple-fold: Fix up __builtin_clear_padding lowering [PR115527]
new 74bcef4cf16 varasm: Fix bootstrap after the .base64 changes [PR115958]
new 2790800c61f testsuite: Add dg-do run to another 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/gimple-fold.cc | 12 ++++++----
.../c-c++-common/torture/builtin-clear-padding-1.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-2.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-3.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-4.c | 4 ++--
.../c-c++-common/torture/builtin-clear-padding-5.c | 1 +
.../c-c++-common/torture/builtin-clear-padding-6.c | 28 ++++++++++++++++++++++
.../c-c++-common/torture/builtin-convertvector-1.c | 1 +
gcc/varasm.cc | 4 ++--
9 files changed, 44 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/builtin-clear-padding-6.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 main
in repository llvm-lnt.
from 2b8a708 Add --filter and --filter-out arguments to test-suite (#18)
new e076972 Change /usr/bin/python -> /usr/bin/env python in tests (#23)
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:
tests/runtest/Inputs/test-suite-cmake/fake-lit | 2 +-
tests/runtest/Inputs/test-suite-cmake/fake-lit-fails-compile | 2 +-
tests/runtest/Inputs/test-suite-cmake/fake-lit-fails-exec | 2 +-
tests/runtest/Inputs/test-suite-cmake/fake-lit-profile | 4 ++--
tests/runtest/Inputs/test-suite-cmake/fake-lit-profile-import | 2 +-
5 files changed, 6 insertions(+), 6 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6dc419df0 Add entry 44c9403ed1833ae71a59e84f9e37af3182be0df5 from https [...]
new b067a1072 Add entry 44c9403ed1833ae71a59e84f9e37af3182be0df5 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:
gcc/sha1/44c9403ed1833ae71a59e84f9e37af3182be0df5/jira/description | 4 ++++
gcc/sha1/44c9403ed1833ae71a59e84f9e37af3182be0df5/jira/yaml | 4 ++++
gcc/sha1/44c9403ed1833ae71a59e84f9e37af3182be0df5/status.txt | 4 ++++
.../details.txt | 4 ++--
.../reproduction_instructions.txt | 4 ++--
.../tcwg_kernel/gnu-master-arm-lts-allyesconfig}/status-summary.txt | 0
.../tcwg_kernel/gnu-master-arm-lts-allyesconfig/status.txt | 3 +++
.../44c9403ed1833ae71a59e84f9e37af3182be0df5/tcwg_kernel/status.txt | 4 ++++
8 files changed, 23 insertions(+), 4 deletions(-)
copy gcc/sha1/44c9403ed1833ae71a59e84f9e37af3182be0df5/tcwg_kernel/{gnu-master-arm [...]
copy gcc/sha1/44c9403ed1833ae71a59e84f9e37af3182be0df5/tcwg_kernel/{gnu-master-arm [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
create mode 100644 gcc/sha1/44c9403ed1833ae71a59e84f9e37af3182be0df5/tcwg_kernel/g [...]
--
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 5fad0b552c5 c++/modules: Propagate BINDING_VECTOR_*_DUPS_P on realloc [ [...]
new c58bede01c0 tree-optimization/115868 - ICE with .MASK_CALL in simdclone
new bf64404280a vect: Merge loop mask and cond_op mask in fold-left reducti [...]
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.cc | 10 +++++++++-
gcc/tree-vect-stmts.cc | 13 +++++++++----
gcc/tree-vectorizer.h | 3 +++
3 files changed, 21 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.