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 fa1c017 [ARC] Fix/improve small data support.
new 7df9478 Small improvements to the ARM simulator to cope with illegal [...]
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:
sim/arm/ChangeLog | 6 ++++++
sim/arm/armemu.c | 6 +++---
sim/arm/armos.c | 5 ++++-
3 files changed, 13 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 gcc.
from 798d22e [RS6000] -mno-vsx should force -mno-power9-dform
new 300178e Fix ChangeLog.
new 1a66938 Implement P0032R3, Homogeneous interface for variant, any an [...]
new 2c0c0c9 Added forgotten PR testsuite/71489 reference.
new 6029a91 2016-07-14 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new d481d9a Improve doxygen comments for allocators in containers
The 5 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 | 6 +
gcc/testsuite/gcc.target/arm/pr42574.c | 2 +-
libstdc++-v3/ChangeLog | 118 +++++++++++++++++
libstdc++-v3/include/bits/forward_list.h | 16 ++-
libstdc++-v3/include/bits/stl_deque.h | 20 +--
libstdc++-v3/include/bits/stl_list.h | 21 ++-
libstdc++-v3/include/bits/stl_map.h | 13 +-
libstdc++-v3/include/bits/stl_multimap.h | 13 +-
libstdc++-v3/include/bits/stl_multiset.h | 13 +-
libstdc++-v3/include/bits/stl_set.h | 13 +-
libstdc++-v3/include/bits/stl_vector.h | 31 +++--
libstdc++-v3/include/bits/unordered_map.h | 14 +-
libstdc++-v3/include/bits/unordered_set.h | 10 +-
libstdc++-v3/include/std/any | 142 ++++++++++++++++-----
libstdc++-v3/include/std/optional | 30 +++--
libstdc++-v3/include/std/utility | 28 ++++
libstdc++-v3/testsuite/20_util/any/assign/1.cc | 20 +--
.../testsuite/20_util/any/assign/emplace.cc | 62 +++++++++
libstdc++-v3/testsuite/20_util/any/assign/self.cc | 18 +--
libstdc++-v3/testsuite/20_util/any/cons/1.cc | 20 +--
.../testsuite/20_util/any/cons/in_place.cc | 57 +++++++++
libstdc++-v3/testsuite/20_util/any/make_any.cc | 57 +++++++++
.../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +-
libstdc++-v3/testsuite/20_util/any/misc/swap.cc | 4 +-
libstdc++-v3/testsuite/20_util/any/modifiers/1.cc | 12 +-
.../20_util/any/{typedefs.cc => requirements.cc} | 17 ++-
.../testsuite/20_util/in_place/requirements.cc | 47 +++++++
.../20_util/optional/constexpr/in_place.cc | 3 -
.../testsuite/20_util/optional/in_place.cc | 3 -
.../testsuite/20_util/optional/make_optional.cc | 30 +++++
30 files changed, 680 insertions(+), 162 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/any/assign/emplace.cc
create mode 100644 libstdc++-v3/testsuite/20_util/any/cons/in_place.cc
create mode 100644 libstdc++-v3/testsuite/20_util/any/make_any.cc
copy libstdc++-v3/testsuite/20_util/any/{typedefs.cc => requirements.cc} (67%)
create mode 100644 libstdc++-v3/testsuite/20_util/in_place/requirements.cc
--
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 d2fcae1 [include-fixer] Correct an incorrecst judgement about prefix [...]
new 6100efa [clang-rename] exit code-related bugfix and code cleanup
new b2f971b [clang-rename] add documentation
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:
clang-rename/RenamingAction.cpp | 3 +-
clang-rename/USRLocFinder.cpp | 22 +++++----
clang-rename/USRLocFinder.h | 18 +++----
clang-rename/tool/ClangRename.cpp | 12 ++---
docs/clang-rename.rst | 99 +++++++++++++++++++++++++++++++++++++++
docs/index.rst | 1 +
test/clang-rename/NoNewName.cpp | 20 ++++++++
7 files changed, 147 insertions(+), 28 deletions(-)
create mode 100644 docs/clang-rename.rst
create mode 100644 test/clang-rename/NoNewName.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 clang-tools-extra.
from 547156e [include-fixer] Implement adding missing namespace qualifiers [...]
new d2fcae1 [include-fixer] Correct an incorrecst judgement about prefix [...]
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-fixer/IncludeFixerContext.cpp | 9 ++++++---
unittests/include-fixer/IncludeFixerTest.cpp | 11 +++++++++--
2 files changed, 15 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 lld.
from a77a813 [ELF] Allow overriding reserved symbols in linker scripts
new 30673d7 [ELF] r275383 reverted due to buildbot failure
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/LinkerScript.cpp | 6 +++---
test/ELF/linkerscript-symbol-conflict.s | 11 -----------
2 files changed, 3 insertions(+), 14 deletions(-)
delete mode 100644 test/ELF/linkerscript-symbol-conflict.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 7b8eb50 Fetch gerrit patches in ABE's lib/checkout.sh rather than in [...]
new cf3452b Check return code from building docs. Bug #2268
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/make.sh | 22 +++++++++++++++++++++-
1 file changed, 21 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 clang.
from d5dff99 Use hasFlag instead of hasArg
new b8120a3 [X86][AVX512F] minor fix of the parameter names add "__" prefix
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/Headers/avx512fintrin.h | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 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 ab462ab Set sh_addralign to 1 instead of 0.
new a77a813 [ELF] Allow overriding reserved symbols in linker scripts
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/LinkerScript.cpp | 6 +++---
test/ELF/{linkerscript-symbols.s => linkerscript-symbol-conflict.s} | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
copy test/ELF/{linkerscript-symbols.s => linkerscript-symbol-conflict.s} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.