This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 6ebcc5c Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make i [...]
new 224dbbb Work around Clang assertion when testing C++17 deduction gui [...]
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:
.../basic.string/string.cons/implicit_deduction_guides.pass.cpp | 4 ++++
1 file changed, 4 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 d7daeac Added doxygen comments to smmintrin.h's intrinsics.
new 10d3537 [index] Improvde how we handle synthesized ObjC properties an [...]
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/Index/IndexDecl.cpp | 87 ++++++++++++++++++++-----------
lib/Index/IndexingContext.cpp | 13 +++--
test/Index/Core/index-source.m | 108 +++++++++++++++++++++++++++++++++++----
test/Index/Core/index-subkinds.m | 2 +-
test/Index/index-decls.m | 2 +-
5 files changed, 165 insertions(+), 47 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 43e2581 Daily bump.
new 59fb8e7 2017-02-16 Sandra Loosemore <sandra(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/ChangeLog | 5 +++++
gcc/doc/invoke.texi | 20 +++++++-------------
2 files changed, 12 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 master
in repository compiler-rt.
from 50e3f2f Fix build breakage from moving kInvalidTid to lsan_common
new f21d4a6 Upgrade ios min version to 8
new 1f95631 Use pthreads for thread-local lsan allocator cache on darwin
new ce0bdf9 Revert "Upgrade ios min version to 8"
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/lsan/lsan_allocator.cc | 51 +++++++------------------------------------
lib/lsan/lsan_allocator.h | 37 +++++++++++++++++++++++++++++++
lib/lsan/lsan_common_linux.cc | 4 ++++
lib/lsan/lsan_common_mac.cc | 8 ++++++-
4 files changed, 56 insertions(+), 44 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 675c18f Revert "[Hexagon] Start using regmasks on calls"
new 56ccc1c [JumpThreading] Re-enable JumpThreading for guards
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/Transforms/Scalar/JumpThreading.h | 5 +
include/llvm/Transforms/Utils/Cloning.h | 10 ++
lib/Transforms/Scalar/JumpThreading.cpp | 173 +++++++++++++++++++++--
lib/Transforms/Utils/CloneFunction.cpp | 37 +++++
test/Transforms/JumpThreading/guards.ll | 183 +++++++++++++++++++++++++
unittests/Transforms/Utils/Cloning.cpp | 47 +++++++
6 files changed, 440 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/JumpThreading/guards.ll
--
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 libcxxabi.
from a3b0b11 Fix couple of test failures when using the LIBCXXABI_SILENT_T [...]
new 66c8647 Fix test_exception_storage.pass.cpp in C++17 my re-enabling t [...]
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/test_exception_storage.pass.cpp | 4 ++++
1 file changed, 4 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 515ba55 [libcxx] Remove unexpected handlers in C++17
new 6ebcc5c Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make i [...]
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/UsingLibcxx.rst | 6 ++++--
include/__config | 1 +
test/libcxx/depr/enable_removed_cpp17_features.pass.cpp | 4 ++++
3 files changed, 9 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 compiler-rt.
from f3c9234 Use pthreads to store current thread id on darwin
new 50e3f2f Fix build breakage from moving kInvalidTid to lsan_common
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/lsan/lsan_thread.cc | 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 lld.
from 2e9b2aa Add a comment.
new c5ac7d2 Rename getAliases -> getSymbolsAt.
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/Relocations.cpp | 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 f9aeac6 Mark a couple for basic_string member templates as inline. no [...]
new 515ba55 [libcxx] Remove unexpected handlers in C++17
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/UsingLibcxx.rst | 10 ++++++++++
include/__config | 4 ++++
include/exception | 4 ++++
.../enable_removed_cpp17_features.pass.cpp} | 18 ++++++-----------
.../exception.unexpected}/get_unexpected.pass.cpp | 3 +++
.../exception.unexpected}/set_unexpected.pass.cpp | 2 ++
.../depr/exception.unexpected}/unexpected.pass.cpp | 6 ++++--
.../unexpected_disabled_cpp17.fail.cpp | 23 ++++++++++++++++++++++
.../set.unexpected/get_unexpected.pass.cpp | 2 ++
.../set.unexpected/set_unexpected.pass.cpp | 2 ++
.../unexpected.handler/unexpected_handler.pass.cpp | 2 ++
.../unexpected/unexpected.pass.cpp | 2 ++
www/cxx1z_status.html | 2 +-
13 files changed, 65 insertions(+), 15 deletions(-)
copy test/libcxx/{libcpp_version.pass.cpp => depr/enable_removed_cpp17_features.pa [...]
copy test/{std/depr/exception.unexpected/set.unexpected => libcxx/depr/exception.u [...]
copy test/{std/depr/exception.unexpected/set.unexpected => libcxx/depr/exception.u [...]
copy test/{std/depr/exception.unexpected/unexpected => libcxx/depr/exception.unexp [...]
create mode 100644 test/libcxx/depr/exception.unexpected/unexpected_disabled_cpp17 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.