This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/target_ops-cxx
in repository binutils-gdb.
discards aaf0d3a Convert struct target_ops to C++ [2016-08-26]
new cc2a933 Convert struct target_ops to C++ [2016-08-28]
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 (aaf0d3a)
\
N -- N -- N refs/heads/users/palves/target_ops-cxx (cc2a933)
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 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/bsd-uthread.c | 137 +++++++++++++++---------------
gdb/corelow.c | 26 ------
gdb/darwin-nat.c | 130 +++++++++-------------------
gdb/darwin-nat.h | 44 ++++++++--
gdb/exec.c | 27 ------
gdb/i386-darwin-nat.c | 31 ++++---
gdb/inf-child.c | 15 ----
gdb/inf-child.h | 10 +--
gdb/linux-thread-db.c | 2 +-
gdb/ppc-linux-tdep.c | 6 +-
gdb/ravenscar-thread.c | 168 ++++++++++++++++++-------------------
gdb/remote-sim.c | 223 +++++++++++++++++++++++++------------------------
gdb/remote.c | 6 +-
gdb/spu-multiarch.c | 159 ++++++++++++++++++-----------------
gdb/target-delegates.c | 4 +-
gdb/target.h | 20 ++++-
gdb/windows-nat.c | 2 +-
gdb/x86-linux-nat.h | 2 +-
gdb/x86-nat.c | 4 -
gdb/x86-nat.h | 9 +-
20 files changed, 483 insertions(+), 542 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 297f179 Fix some typos in the doc
new 28dc9c9 [AVX-512] Add testcases showing that we don't emit 512-bit vp [...]
new 4d4300a [AVX-512] Add patterns for selecting 128/256-bit EVEX VPABS i [...]
new 75d5183 [AVX-512] Add support for selecting 512-bit VPABSB/VPABSW whe [...]
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:
lib/Target/X86/X86InstrAVX512.td | 51 ++++++++++-
lib/Target/X86/X86InstrFragmentsSIMD.td | 1 +
lib/Target/X86/X86InstrSSE.td | 8 +-
test/CodeGen/X86/viabs.ll | 154 ++++++++++++++++++++++++++++++--
4 files changed, 205 insertions(+), 9 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 libcxx.
from 17c38db Mark LWG 2716 as complete - shuffle and sample disallows lva [...]
new 917af0a Implement C++17 std::sample.
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/algorithm | 78 ++++++++++++++++++++++
include/experimental/algorithm | 63 ++---------------
.../alg.random.sample/sample.fail.cpp | 12 ++--
.../alg.random.sample/sample.pass.cpp | 14 ++--
.../alg.random.sample/sample.stable.pass.cpp | 6 +-
.../algorithms/alg.random.sample/sample.fail.cpp | 8 ++-
test/support/test_iterators.h | 2 +-
7 files changed, 108 insertions(+), 75 deletions(-)
copy test/std/{experimental/algorithms => algorithms/alg.modifying.operations}/alg [...]
copy test/std/{experimental/algorithms => algorithms/alg.modifying.operations}/alg [...]
copy test/std/{experimental/algorithms => algorithms/alg.modifying.operations}/alg [...]
--
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 113315b Implement LWG 2711. Constrain path members.
new 17c38db Mark LWG 2716 as complete - shuffle and sample disallows lva [...]
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/experimental/algorithm | 3 +++
test/libcxx/iterators/trivial_iterators.pass.cpp | 4 ++--
.../alg.random.shuffle/random_shuffle_urng.pass.cpp | 2 +-
.../algorithms/alg.random.sample/sample.fail.cpp | 3 +++
.../algorithms/alg.random.sample/sample.pass.cpp | 18 +++++++++---------
www/cxx1z_status.html | 2 +-
6 files changed, 19 insertions(+), 13 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-5-branch
in repository gcc.
from e12304b Daily bump.
new d15d03d 2016-08-28 Tom de Vries <tom(a)codesourcery.com>
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 | 9 +++++++++
gcc/testsuite/g++.dg/init/elide5.C | 3 +--
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 master
in repository clang.
from 2820e36 Fix a typo in the doc: overriden -> overridden
new 47e160c AST: improve layout of SimpleTypoCorrector
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/AST/CommentSema.cpp | 11 +++++------
1 file changed, 5 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 libcxx.
from d3169f5 [Docs] Update libc++ target names after r279675.
new 113315b Implement LWG 2711. Constrain path members.
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/experimental/filesystem | 3 ++
.../class.path/path.member/path.append.pass.cpp | 55 +++++++++++++++++++
.../path.member/path.assign/source.pass.cpp | 44 +++++++++++++++
.../class.path/path.member/path.concat.pass.cpp | 63 ++++++++++++++++++++++
.../path.member/path.construct/source.pass.cpp | 32 +++++++++++
test/support/test_iterators.h | 24 +++++----
www/cxx1z_status.html | 2 +-
7 files changed, 211 insertions(+), 12 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 8b2f345 Automatic date update in version.in
new 6395d38 PR gold/20529 - relaxing loop never ends.
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:
gold/ChangeLog | 11 +++++++++++
gold/powerpc.cc | 27 ++++++++++++++++++++++++---
2 files changed, 35 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 clang-tools-extra.
from 4512ed8 [Clang-tidy] Fix some checks documentation style.
new cb1c99b Fix some typos in the doc
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:
.../checks/cppcoreguidelines-special-member-functions.rst | 6 +++---
docs/clang-tidy/checks/misc-string-literal-with-embedded-nul.rst | 2 +-
docs/clang-tidy/checks/misc-suspicious-semicolon.rst | 2 +-
3 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 llvm.
from 481aed7 [x86] add tests for <3 x N> vector types (PR29114)
new 297f179 Fix some typos in the doc
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/CodeGenerator.rst | 2 +-
docs/MemorySSA.rst | 2 +-
docs/_static/llvm.css | 2 +-
docs/conf.py | 2 +-
docs/doxygen.cfg.in | 2 +-
docs/tutorial/LangImpl06.rst | 2 +-
docs/tutorial/OCamlLangImpl6.rst | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.