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 57bc0e7 Automatic date update in version.in
new b0cffb4 Set my_archive for thin archives
new 3860d2b Delete bfd_my_archive macro
new 0aa7f58 Formatting fixes.
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:
bfd/ChangeLog | 22 +++++++
bfd/archive.c | 1 +
bfd/bfd-in.h | 1 -
bfd/bfd-in2.h | 1 -
bfd/bfd.c | 3 +-
bfd/bfdio.c | 8 ++-
bfd/bfdwin.c | 3 +-
bfd/cache.c | 6 +-
bfd/mach-o.c | 2 +-
bfd/plugin.c | 4 +-
bfd/xcofflink.c | 2 +-
binutils/ChangeLog | 11 ++++
binutils/ar.c | 4 +-
binutils/bucomm.c | 3 +-
binutils/size.c | 8 +--
ld/ChangeLog | 28 ++++++++
ld/ldbuildid.c | 4 +-
ld/ldcref.c | 23 +++----
ld/ldctor.c | 28 ++++----
ld/ldemul.c | 2 +-
ld/ldexp.c | 31 ++++-----
ld/ldfile.c | 33 +++++-----
ld/ldlang.c | 189 ++++++++++++++++++++++++++++-------------------------
ld/ldmain.c | 53 ++++++++-------
ld/ldmisc.c | 11 ++--
ld/ldwrite.c | 32 ++++-----
ld/plugin.c | 11 ++--
27 files changed, 304 insertions(+), 220 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 1f471cb Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9
new 10d7856 Add missing include
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:
.../thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp | 2 ++
1 file changed, 2 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 libcxx.
from 10b52a0 Implement variadic lock_guard.
new 1f471cb Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9
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:
.../thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp | 6 +++++-
1 file changed, 5 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 gcc.
from 0942ac8 Daily bump.
new 85b1370 escape: Implement assign phase.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 1332 ++++++++++++++++++++++++++++++++++++++-
gcc/go/gofrontend/escape.h | 9 +-
gcc/go/gofrontend/gogo.h | 34 +-
gcc/go/gofrontend/statements.cc | 145 +----
gcc/go/gofrontend/statements.h | 161 ++++-
gcc/go/gofrontend/types.cc | 5 +-
7 files changed, 1566 insertions(+), 122 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 lldb.
from ae65fc8 Add missing #include for linux.
new 774580e Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, a [...]
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:
.../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 70 ++++++++++++++++++++++
.../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 70 ++++++++++++++++++++++
.../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 70 ++++++++++++++++++++++
3 files changed, 210 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 zorg.
from 5748cde [powerpc] Disable shared libs for powerpc64be
new 7da2557 Turn on warnings for libc++ builds in C++11, C++14 and C++1Z
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:
buildbot/osuosl/master/config/builders.py | 6 +++---
1 file changed, 3 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 libcxx.
from 55ae1f0 Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>
new a30cee2 Make system_error::message() thread safe. Fixes PR25598.
new 10b52a0 Implement variadic lock_guard.
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:
include/__config | 1 +
include/__mutex_base | 19 +++-
include/mutex | 91 +++++++++++++++++
src/system_error.cpp | 49 ++++++++-
.../variadic_mutex_mangling.pass.cpp | 31 ++++++
.../generic_category.pass.cpp | 11 ++
.../syserr.errcat.objects/system_category.pass.cpp | 12 +++
.../thread.lock/thread.lock.guard/mutex.fail.cpp | 32 +-----
.../thread.lock.guard/variadic_adopt_lock.pass.cpp | 62 +++++++++++
.../thread.lock.guard/variadic_assign.fail.cpp | 44 ++++++++
.../thread.lock.guard/variadic_copy.fail.cpp | 41 ++++++++
.../thread.lock.guard/variadic_mutex.fail.cpp | 47 +++++++++
.../thread.lock.guard/variadic_mutex.pass.cpp | 113 +++++++++++++++++++++
...ypes.pass.cpp => variadic_mutex_cxx03.pass.cpp} | 20 ++--
.../thread.lock.guard/variadic_types.pass.cpp | 78 ++++++++++++++
www/cxx1z_status.html | 2 +-
16 files changed, 606 insertions(+), 47 deletions(-)
create mode 100644 test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/v [...]
create mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...]
create mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...]
create mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...]
create mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...]
create mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...]
copy test/std/thread/thread.mutex/thread.lock/thread.lock.guard/{types.pass.cpp => [...]
create mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...]
--
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 bfdae20 Fix warnings in tests.
new 55ae1f0 Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>
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/libcxx/containers/gnu_cxx/hash_map.pass.cpp | 5 +++++
test/libcxx/containers/gnu_cxx/hash_set.pass.cpp | 5 +++++
2 files changed, 10 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 llvm.
from 96704f0 [AVX512] Use AND32ri8 instead of AND32ri when anding with 1 t [...]
new 84645e0 [PM] Port Mem2Reg to the new pass manager.
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/llvm/InitializePasses.h | 2 +-
.../Transforms/{Scalar/DCE.h => Utils/Mem2Reg.h} | 15 ++-
lib/Passes/PassBuilder.cpp | 2 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Utils/Mem2Reg.cpp | 116 ++++++++++++---------
lib/Transforms/Utils/Utils.cpp | 2 +-
test/Transforms/Mem2Reg/pr24179.ll | 1 +
7 files changed, 79 insertions(+), 60 deletions(-)
copy include/llvm/Transforms/{Scalar/DCE.h => Utils/Mem2Reg.h} (58%)
--
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 e9188a9 Detect recursive default argument definition
new 31c234b [Parser] Handle __pragma(pack, etc. after type definitions
new 7684134 Fix PR28100 - Allow redeclarations of deleted explicit specia [...]
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/Parse/ParseDecl.cpp | 16 ++++++++++++++++
lib/Parse/ParseDeclCXX.cpp | 7 +++++++
lib/Sema/SemaTemplate.cpp | 20 ++++++++++++++------
test/Parser/pragma-pack.c | 4 ++++
test/SemaCXX/delete-and-function-templates.cpp | 18 ++++++++++++++++++
5 files changed, 59 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.