This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a change to branch staging
in repository toolchain/abe.
was 833c70b Remove obsolete scripts. TCWG-903.
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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 a13896b Always use parallel_for_each because it falls back to std::for_each.
new 413c7e5 Add a few const qualifiers.
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:
ELF/OutputSections.h | 2 +-
ELF/Writer.cpp | 19 ++++++++++---------
ELF/Writer.h | 2 +-
3 files changed, 12 insertions(+), 11 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 9bccfdb [ARC] Various small miscellaneous fixes.
new 6e1e09d PR c++/78198 - inherited template ctor with default arg
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 | 5 +++++
gcc/cp/call.c | 3 +++
gcc/testsuite/g++.dg/cpp0x/inh-ctor22.C | 16 ++++++++++++++++
3 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor22.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 clang.
from efa1cc7 [python bindings] Expose CXCursor_FriendDecl as CursorKind.FR [...]
new 8046468 [test] Test that static_assert is properly visited in liblcang
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/Index/load-staticassert.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 test/Index/load-staticassert.cpp
--
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 5b9b62c 2016-11-04 Richard Biener <rguenther(a)suse.de>
new 9bccfdb [ARC] Various small miscellaneous fixes.
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 | 17 +++++++++++++++++
gcc/config/arc/arc.c | 5 +----
gcc/config/arc/arc.h | 27 +++------------------------
gcc/config/arc/arc.md | 35 +++++++++++++++++++----------------
gcc/config/arc/constraints.md | 3 ++-
gcc/config/arc/fpu.md | 6 ++++--
gcc/config/arc/fpx.md | 26 ++++++++++++--------------
7 files changed, 58 insertions(+), 61 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 aed6edd Automatic date update in version.in
new 6b211b9 ld: Rename pattern within yacc grammar file
new b709ef7 ld/xc16x: This target does not support -shared
new 88bd153 ld: Create test object files based on source file name
new 8f1732f ld: Allow EXCLUDE_FILE to be used outside of the section list
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:
ld/ChangeLog | 48 ++++++++++++++++++++++++
ld/NEWS | 4 ++
ld/ld.texinfo | 28 +++++++++++---
ld/ldgram.y | 14 +++----
ld/ldlang.c | 59 ++++++++++++++++++++++--------
ld/ldlang.h | 1 +
ld/testsuite/ld-discard/extern.d | 2 +-
ld/testsuite/ld-discard/start.d | 2 +-
ld/testsuite/ld-discard/static.d | 2 +-
ld/testsuite/ld-elf/orphan-8.map | 4 +-
ld/testsuite/ld-scripts/exclude-file-1.d | 5 +++
ld/testsuite/ld-scripts/exclude-file-1.map | 8 ++++
ld/testsuite/ld-scripts/exclude-file-1.t | 10 +++++
ld/testsuite/ld-scripts/exclude-file-2.d | 5 +++
ld/testsuite/ld-scripts/exclude-file-2.map | 7 ++++
ld/testsuite/ld-scripts/exclude-file-2.t | 10 +++++
ld/testsuite/ld-scripts/exclude-file-3.d | 5 +++
ld/testsuite/ld-scripts/exclude-file-3.map | 7 ++++
ld/testsuite/ld-scripts/exclude-file-3.t | 10 +++++
ld/testsuite/ld-scripts/exclude-file-4.d | 5 +++
ld/testsuite/ld-scripts/exclude-file-4.map | 7 ++++
ld/testsuite/ld-scripts/exclude-file-4.t | 10 +++++
ld/testsuite/ld-scripts/exclude-file-a.s | 5 +++
ld/testsuite/ld-scripts/exclude-file-b.s | 5 +++
ld/testsuite/ld-scripts/exclude-file.exp | 32 ++++++++++++++++
ld/testsuite/lib/ld-lib.exp | 23 +++++++++++-
26 files changed, 283 insertions(+), 35 deletions(-)
create mode 100644 ld/testsuite/ld-scripts/exclude-file-1.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-1.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-1.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-2.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-2.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-2.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-3.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-3.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-3.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-4.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-4.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-4.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-a.s
create mode 100644 ld/testsuite/ld-scripts/exclude-file-b.s
create mode 100644 ld/testsuite/ld-scripts/exclude-file.exp
--
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 lldb.
from 9eb3107 Added a couple more odd dot patterns that we got out of clang.
new 06954d5 Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
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-remote/GDBRemoteCommunicationClient.cpp | 15 ++++++-------
.../gdb-remote/GDBRemoteCommunicationClient.h | 3 ++-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 12 +++++-----
.../GDBRemoteCommunicationClientTest.cpp | 26 ++++++++++++----------
4 files changed, 28 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.