This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from b41b9a4b59c Backported from mainline 2017-09-18 Jakub Jelinek <jaku [...]
new dfefe43019a Backported from mainline 2017-09-21 Jakub Jelinek <jaku [...]
new 5c75236a413 Backported from mainline 2017-10-04 Jakub Jelinek <jaku [...]
new e7a1b3c589b Backported from mainline 2017-10-12 Jakub Jelinek <jaku [...]
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/ChangeLog | 15 +++++++++
gcc/cp/ChangeLog | 9 +++++
gcc/cp/error.c | 5 +--
gcc/expr.c | 7 ++--
gcc/testsuite/ChangeLog | 15 +++++++++
gcc/testsuite/g++.dg/asan/pr81715.C | 36 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr82373.C | 20 +++++++++++
gcc/testsuite/g++.dg/opt/pr82159-2.C | 65 ++++++++++++++++++++++++++++++++++++
gcc/tree-inline.c | 57 ++++++++++++++++++++++++++++++-
9 files changed, 224 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr81715.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr82373.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr82159-2.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 gcc-7-branch
in repository gcc.
from 204ebe6a38f 2017-10-27 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> Rim [...]
new 40edada54a8 Backported from mainline 2017-09-15 Jakub Jelinek <jaku [...]
new b41b9a4b59c Backported from mainline 2017-09-18 Jakub Jelinek <jaku [...]
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/ChangeLog | 15 +++++++++++++++
gcc/combine.c | 16 ++++++++++++++--
gcc/doc/extend.texi | 1 +
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr82192.c | 22 ++++++++++++++++++++++
5 files changed, 60 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr82192.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 hjl/pr22353/master
in repository glibc.
discards 30e5f53b44 Add strcpy-stosb.S
discards 515cc5563e Add i386 strcpy.S
discards adddf2c9bf Fix i586 strcpy.S
adds bc5fc7de21 br_FR locale: Use all lowercase in yesstr and nostr.
adds 1e5971ec14 Fix all remaining issues of [BZ #15260]
adds a4cc02c741 tt_RU locale: make yesstr and nostr agree with CLDR by start [...]
new b44640054b i586: Use a jump table in strcpy.S {BZ #22353]
new cc4474bf82 Add i386 strcpy.S
new 5ed1b97d31 Add strcpy-stosb.S
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (30e5f53b44)
\
N -- N -- N refs/heads/hjl/pr22353/master (5ed1b97d31)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 29 +++++++++++++++++++++++++++++
localedata/locales/br_FR | 4 ++--
localedata/locales/doi_IN | 4 ++--
localedata/locales/hne_IN | 4 ++--
localedata/locales/km_KH | 4 ++--
localedata/locales/kok_IN | 4 ++--
localedata/locales/mr_IN | 4 ++--
localedata/locales/sat_IN | 4 ++--
localedata/locales/tl_PH | 2 +-
localedata/locales/tt_RU | 4 ++--
10 files changed, 46 insertions(+), 17 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 compiler-rt.
from 350302ec8 [LSan] Disable a couple of failing tests on PPC64 (pending in [...]
new 0c8987ad2 [scudo] Allow to specify the maximum number of TSDs at compile time
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/scudo/scudo_platform.h | 5 +++++
lib/scudo/scudo_tsd_shared.cpp | 9 +++------
2 files changed, 8 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.
unknown user pushed a change to branch master
in repository llvm.
from 80394a6ae9c Fix llvm-special-case-list-fuzzer regexp exception
new 7f0b00f1aac [X86] Add avx512vl command line to fast-isel-nontemporal.ll
new b682b06f983 [X86] Teach fastisel to use VLX VMOVNTDQA for v4f64 and 256 [...]
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:
lib/Target/X86/X86FastISel.cpp | 4 ++--
test/CodeGen/X86/fast-isel-nontemporal.ll | 27 +++++++++++++++++++++++++++
2 files changed, 29 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 lld.
from c787c6f45 Handle all symbol types in --trace.
new 27fa2bee7 Remove trailing whitespace.
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/COFF/manifestinput.test | 2 +-
test/ELF/i386-debug-noabs.test | 6 +++---
2 files changed, 4 insertions(+), 4 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 93d857e6a90 [Hexagon] Fix an incorrect assertion in HexagonConstExtenders.cpp
new 80394a6ae9c Fix llvm-special-case-list-fuzzer regexp exception
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/Support/regcomp.c | 4 ++--
unittests/Support/RegexTest.cpp | 8 ++++++++
2 files changed, 10 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 gcc-7-branch
in repository gcc.
from 569368c29a1 PR target/82703 * config/i386/i386-protos.h (maybe_get_po [...]
new 204ebe6a38f 2017-10-27 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> Rim [...]
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:
libgfortran/ChangeLog | 8 ++++++++
libgfortran/io/format.c | 3 ++-
2 files changed, 10 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 cc4d10e83e4 [X86][SSE] Add tests for inserting all-bits (-1) into a vector
new 93d857e6a90 [Hexagon] Fix an incorrect assertion in HexagonConstExtenders.cpp
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/Target/Hexagon/HexagonConstExtenders.cpp | 2 +-
test/CodeGen/Hexagon/cext-opt-numops.mir | 45 ++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/cext-opt-numops.mir
--
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 clang.
from 0cb2a76a4f Filter out invalid 'target' items from being passed to LLVM
new 5a3b980ac2 Replace a few usages of llvm::join with range-version[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:
lib/CodeGen/CGCall.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.