This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6f1491233f1 gcc/testsuite/ChangeLog:
new ae78886a67c PR c++/86398
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/method.c | 2 +-
gcc/testsuite/g++.dg/ext/is_trivially_constructible1.C | 5 +++++
3 files changed, 12 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 f2873d2da0 testrun.sh: Implement --tool=strace, --tool=valgrind
new 34fdb893e0 locale: XFAIL newlocale usage in static binary (Bug 23164)
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 | 29 +++++++++++++++
localedata/Makefile | 35 +++++++++++++++---
localedata/tst-langinfo-newlocale-static.c | 1 +
.../tst-langinfo-newlocale.c | 43 ++++++++++++----------
localedata/tst-langinfo-setlocale-static.c | 1 +
.../tst-langinfo-setlocale.c | 38 ++++++++++---------
localedata/tst-langinfo.c | 24 +-----------
localedata/tst-langinfo.sh | 4 ++
8 files changed, 111 insertions(+), 64 deletions(-)
create mode 100644 localedata/tst-langinfo-newlocale-static.c
copy time/tst-tzname.c => localedata/tst-langinfo-newlocale.c (54%)
create mode 100644 localedata/tst-langinfo-setlocale-static.c
copy posix/bug-regex35.c => localedata/tst-langinfo-setlocale.c (55%)
--
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 be7ce806062 P0458R2 Checking for Existence of an Element in Associative [...]
new 6f1491233f1 gcc/testsuite/ChangeLog:
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/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-9.c | 5 ++---
2 files changed, 7 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 llvm.
from b8f75399383 [InstCombine] allow narrowing of min/max/abs
new 96a3f3e4cdb [Dominators] Add DomTreeUpdater constructor from DT* and PDT*
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/IR/DomTreeUpdater.h | 7 +++++++
unittests/IR/DomTreeUpdaterTest.cpp | 8 +++++---
2 files changed, 12 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 llvm.
from 23aed9c64ab [X86][BtVer2][MCA][NFC] Add CMPEQ dependency-breaking one-i [...]
new b8f75399383 [InstCombine] allow narrowing of min/max/abs
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:
lib/Transforms/InstCombine/InstCombineCasts.cpp | 28 ++++++++++++-------------
test/Transforms/InstCombine/max_known_bits.ll | 9 +++-----
2 files changed, 17 insertions(+), 20 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 79d7b5cd915 Fix some irregular whitespace/indentation. NFCI.
new 23aed9c64ab [X86][BtVer2][MCA][NFC] Add CMPEQ dependency-breaking one-i [...]
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/tools/llvm-mca/X86/BtVer2/one-idioms.s | 154 +++++++++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/zero-idioms.s | 3 +
2 files changed, 157 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/one-idioms.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 6242c6a690 darwin: Don't use sbrk
new a7d0f0f000 Use exit_inferior in darwin_attach_pid
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/darwin-nat.c | 3 +--
2 files changed, 5 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 llvm.
from 6e5842a1e11 [InstCombine] add value names to test; NFC
new 79d7b5cd915 Fix some irregular whitespace/indentation. NFCI.
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:
lib/Transforms/Vectorize/SLPVectorizer.cpp | 32 +++++++++++++-----------------
1 file changed, 14 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.