This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8168933 [cxx1z-constexpr-lambda] Make a lambda's closure type eligibl [...]
new 5912956 [Profile] Use a flag to enable PGO rather than the profraw filename
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/CodeGen/BackendUtil.cpp | 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 llvm.
from add1047 [LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad
new e48bbc4 [coroutines] Part 1 of N: Documentation
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/Coroutines.rst | 1218 +++++++++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 4 +
2 files changed, 1222 insertions(+)
create mode 100644 docs/Coroutines.rst
--
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 402e849 Work around MSVC's lack of support for unrestricted unions by [...]
new 8168933 [cxx1z-constexpr-lambda] Make a lambda's closure type eligibl [...]
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/clang/AST/DeclCXX.h | 15 +++++++++------
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 18 +++++++++++++++---
2 files changed, 24 insertions(+), 9 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 0aa44be [Profile] Tighten test with expected profile count
new fdf64a3 Fix 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:
test/profile/instrprof-value-prof-shared.test | 3 ++-
1 file changed, 2 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 libcxx.
from bdbae4c Revert r276506 - Diagnose invalid memory order arguments in < [...]
new 2645dbe Implement P0392r0. Integrate filesystem::path and string_view.
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/experimental/filesystem | 64 ++++++++++-----
src/experimental/filesystem/path.cpp | 91 +++++++++++-----------
.../class.path/path.req/is_pathable.pass.cpp | 5 ++
.../class.path/path.member/path.append.pass.cpp | 28 +++++++
.../path.member/path.assign/source.pass.cpp | 27 +++++++
.../class.path/path.member/path.compare.pass.cpp | 4 +-
.../class.path/path.member/path.concat.pass.cpp | 53 ++++++++++++-
.../path.member/path.construct/source.pass.cpp | 7 ++
www/cxx1z_status.html | 2 +-
9 files changed, 211 insertions(+), 70 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 fa29211 [SCEV] Make isImpliedCondOperandsViaRanges smarter
new add1047 [LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad
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/Analysis/LoopUnrollAnalyzer.cpp | 14 ++++++++++----
1 file changed, 10 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 47a4d34 Daily bump.
new e231983 2016-07-22 Michael Meissner <meissner(a)linux.vnet.ibm.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/config/rs6000/rs6000-c.c | 10 ++++++----
2 files changed, 11 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 clang.
from 9ae609f Add -fmodules-ts flag to cc1 for the provisional C++ modules [...]
new 402e849 Work around MSVC's lack of support for unrestricted unions by [...]
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/clang/Sema/DeclSpec.h | 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 122bd49 Add doxygen comments to emmintrin.h's intrinsics.
new 9ae609f Add -fmodules-ts flag to cc1 for the provisional C++ modules [...]
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/clang/Basic/LangOptions.def | 1 +
include/clang/Basic/TokenKinds.def | 9 +++++++++
include/clang/Driver/CC1Options.td | 2 ++
lib/Basic/IdentifierTable.cpp | 6 ++++--
lib/Frontend/CompilerInvocation.cpp | 5 +++--
test/Lexer/modules-ts.cpp | 11 +++++++++++
6 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 test/Lexer/modules-ts.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 libcxx.
from ea213b9 [libcxx] Diagnose invalid memory order arguments in <atomic>. [...]
new bdbae4c Revert r276506 - Diagnose invalid memory order arguments in < [...]
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/atomic | 78 -------------
.../atomics/diagnose_invalid_memory_order.fail.cpp | 125 ---------------------
2 files changed, 203 deletions(-)
delete mode 100644 test/libcxx/atomics/diagnose_invalid_memory_order.fail.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.