This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 25e64000cc [Sema] Remove unused field from OverloadCandidate.
new 0d9c750bf7 Added llvm_unreachable to make sure the switch is always exh [...]
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/Sema/SemaTemplate.cpp | 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 libcxx.
from c597e3867 XFAIL tuple deduction guide test on GCC
new 8ba816b36 [libcxx] [test] Remove a Clang/C2 workaround.
new 76836caa7 [libcxx] [test] Update locale names for Windows.
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:
.../locale.codecvt.byname/ctor_char.pass.cpp | 10 ++++++----
.../optional.object/optional.object.mod/reset.pass.cpp | 2 --
test/support/msvc_stdlib_force_include.hpp | 5 -----
test/support/platform_support.h | 15 +++++++++------
4 files changed, 15 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 zack/headers-cleanups
in repository glibc.
discards 688feff5c3 Remove bits/string.h.
discards d1e9dd5df2 Remove bits/string2.h (to be superseded).
discards e6c6191441 Don't install libio.h or _G_config.h.
discards 8d7a1beb3c Factor out shared definitions from bits/signum.h.
new 22c75152ed Factor out shared definitions from bits/signum.h.
new edb1c96851 Don't install libio.h or _G_config.h.
new b53871ac08 Remove bits/string2.h (to be superseded).
new 22eb0b75e3 Remove bits/string.h.
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 (688feff5c3)
\
N -- N -- N refs/heads/zack/headers-cleanups (22eb0b75e3)
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 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:
NEWS | 4 +---
sysdeps/unix/sysv/linux/bits/signum.h | 1 +
sysdeps/unix/sysv/linux/hppa/bits/signum.h | 1 +
sysdeps/unix/sysv/linux/tst-signal-numbers.sh | 4 ++--
4 files changed, 5 insertions(+), 5 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 clang.
from e1dfc7c6f6 Frontend support for Nios2 target.
new 25e64000cc [Sema] Remove unused field from OverloadCandidate.
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/clang/Sema/Overload.h | 5 +-
include/clang/Sema/Sema.h | 3 +-
lib/Sema/SemaOverload.cpp | 194 +++++++++++-------------------------------
3 files changed, 53 insertions(+), 149 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 6a9071188bf Changed a comparison operator for std::stable_sort to imple [...]
new 629f4edc0ea Update release notes for BinaryFormat library.
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:
docs/ReleaseNotes.rst | 7 +++++++
1 file changed, 7 insertions(+)
--
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 511bc9330d [sanitizer-coverage] Allow using KASAN instrumentation with sancov
new e1dfc7c6f6 Frontend support for Nios2 target.
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/clang/Basic/BuiltinsNios2.def | 70 ++++++++++++++++
include/clang/Basic/TargetBuiltins.h | 10 +++
lib/Basic/Targets.cpp | 145 ++++++++++++++++++++++++++++++++++
lib/Driver/ToolChains/CommonArgs.cpp | 19 +++++
test/Driver/nios2-cpu.c | 26 ++++++
5 files changed, 270 insertions(+)
create mode 100644 include/clang/Basic/BuiltinsNios2.def
create mode 100644 test/Driver/nios2-cpu.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 fbcddcf83b9 Remove NO_TRAMPOLINES
new 51bc3c73533 PR target/81015 Revert: 2016-12-14 Uros Bizjak <ubizja [...]
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/ChangeLog | 114 ++++++++++++++++--------------
gcc/config/i386/i386.md | 36 ----------
gcc/testsuite/ChangeLog | 11 ++-
gcc/testsuite/gcc.target/i386/pr59874-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr59874-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr81015.c | 21 ++++++
6 files changed, 94 insertions(+), 92 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81015.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 llvm.
from 32a3852f3c3 [Power9] Exploit vector integer extend instructions
new 6a9071188bf Changed a comparison operator for std::stable_sort to imple [...]
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/Scalar/GVNSink.cpp | 6 +--
test/Transforms/GVNSink/sink-common-code.ll | 57 +++++++++++++++--------------
2 files changed, 33 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.