This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 678eadd provide Win32 native threading
new 5bea45d system_error: correct ELAST emulation on Windows
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:
src/include/config_elast.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from aded135 NewGVN: Reformat and fix a few newlines
new 197d59a Fix a typo. NFC
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/Transforms/Scalar/IndVarSimplify.cpp | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from d43425f [NewGVN] Prefer auto over explicit type. NFCI.
new aded135 NewGVN: Reformat and fix a few newlines
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/Transforms/Scalar/NewGVN.cpp | 5 +++--
1 file changed, 3 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 libcxx.
from cc1d780 thread: implement sleep_for on Windows
new 32b19c3 [libc++] Tolerate presence of __deallocate macro
new 678eadd provide Win32 native threading
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 | 2 +
include/__hash_table | 21 ++-
include/__sso_allocator | 4 +-
include/__threading_support | 255 ++++++++++++++++++++++++++++++++++-
include/__undef___deallocate | 20 ---
include/experimental/dynarray | 13 +-
include/memory | 5 +-
include/module.modulemap | 1 -
include/new | 4 +-
include/thread | 15 +--
include/valarray | 3 +-
src/experimental/memory_resource.cpp | 2 +-
12 files changed, 284 insertions(+), 61 deletions(-)
delete mode 100644 include/__undef___deallocate
--
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 51eb1be [libcxx] [test] Strip trailing whitespace. NFC, no code review.
new 32ff327 Add _LIBCPP_ABI_[ITANIUM|MICROSOFT] macros.
new 2342c11 [libc++] Correct macro name in documenation
new cc1d780 thread: implement sleep_for on Windows
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:
docs/DesignDocs/VisibilityMacros.rst | 2 +-
include/__config | 9 +++++++++
src/thread.cpp | 7 +++++++
3 files changed, 17 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 llvm.
from e877be1 [WebAssembly] Don't abort on code with UB.
new d43425f [NewGVN] Prefer auto over explicit type. NFCI.
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/Transforms/Scalar/NewGVN.cpp | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 45b889b [WebAssembly] Move a SmallVector to a more specific scope. NFC.
new e877be1 [WebAssembly] Don't abort on code with UB.
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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 23 ++++++++++++++-----
test/CodeGen/WebAssembly/function-bitcasts.ll | 2 +-
.../WebAssembly/unsupported-function-bitcasts.ll | 26 ++++++++++++++++++++++
3 files changed, 44 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/unsupported-function-bitcasts.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 zorg.
from 518b8bf Added jobs arg to builder clang-with-thin-lto-ubuntu.
new f19e9bc Reduce jobs number for builder clang-with-thin-lto-ubuntu.
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 | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 260cfbc LowerTypeTests: Thread summary and action from the API and co [...]
new 45b889b [WebAssembly] Move a SmallVector to a more specific scope. NFC.
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/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 4 ++--
1 file changed, 2 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 zorg.
from 01e9fcd [zorg] Removing chromebooks from Linaro builders
new 518b8bf Added jobs arg to builder clang-with-thin-lto-ubuntu.
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.