This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from cb9c397 [libomptarget] Align test code with runtime/
new f26c30f libomptarget: Disable on Win32
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:
CMakeLists.txt | 5 ++++-
1 file changed, 4 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 glibc.
from 3403a17 x86-64: Verify that _dl_runtime_resolve preserves vector registers
new 40b7fbf GLIBC uses strchr (s, '\0') as an idiom to find the end of a [...]
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:
ChangeLog | 4 ++++
string/bits/string2.h | 10 ----------
2 files changed, 4 insertions(+), 10 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 llvm.
from 6553e7c Check full codegen in CodeGen/X86/i256-add.ll NFC
new d3cc1f3 Add a virtual destructor for LegalizerInfo.
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:
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 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 493196c PR c++/79184 * cvt.c (ocp_convert): Add a sentinel against [...]
new 6d07892 testsuite, rs6000: Don't xfail Wtrampolines.c on -m32
new 3f05fcf testsuite, rs6000: Don't xfail 32-bit (PR66612)
new 58de51b testsuite, rs6000: fold-vec-mult-longlong.c
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/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gcc.dg/Wtrampolines.c | 2 +-
gcc/testsuite/gcc.target/powerpc/20050830-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/fold-vec-mult-longlong.c | 2 +-
4 files changed, 18 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 binutils-gdb.
from 18da0c5 PR gdb/21122: Fix documentation mistakes for breakpoint commands
new f67f945 gdb/MAINTAINERS: Update my e-mail address
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/ChangeLog | 4 ++++
gdb/MAINTAINERS | 2 +-
2 files changed, 5 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 llvm.
from 21785b8 [LV] Remove type restriction for vector phi creation
new 6553e7c Check full codegen in CodeGen/X86/i256-add.ll NFC
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:
test/CodeGen/X86/i256-add.ll | 130 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 127 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 e40bdc8 PR c++/79435 * pt.c (type_dependent_expression_p): Check if [...]
new 493196c PR c++/79184 * cvt.c (ocp_convert): Add a sentinel against [...]
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/ChangeLog | 4 ++++
gcc/cp/cvt.c | 10 +++++++++-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/warn/Wint-in-bool-context-1.C | 16 ++++++++++++++++
4 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wint-in-bool-context-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 dce75bf POWER9 add scv/rfscv instruction support
new 18da0c5 PR gdb/21122: Fix documentation mistakes for breakpoint commands
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/ChangeLog | 6 ++++++
gdb/breakpoint.c | 6 ++++--
gdb/doc/ChangeLog | 7 +++++++
gdb/doc/gdb.texinfo | 40 ++++++++++++++++++++++------------------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/help.exp | 2 +-
6 files changed, 45 insertions(+), 21 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 a92b32e * doc/install.texi (Specific): Use https for blackfin.uclinu [...]
new e40bdc8 PR c++/79435 * pt.c (type_dependent_expression_p): Check if [...]
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/ChangeLog | 6 ++++++
gcc/cp/pt.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr79435.C | 6 ++++++
4 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79435.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.