This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6fbb41e [PM] Teach the CGSCC's CG update utility to more carefully in [...]
new 86d5365 [PM] Introduce a devirtualization iteration layer for the new PM.
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/Analysis/CGSCCPassManager.h | 182 +++++++++++++++++++++++++++++++
lib/Passes/PassBuilder.cpp | 20 ++++
test/Other/cgscc-devirt-iteration.ll | 114 +++++++++++++++++++
test/Other/cgscc-observe-devirt.ll | 119 ++++++++------------
test/Transforms/Inline/devirtualize-2.ll | 1 +
5 files changed, 363 insertions(+), 73 deletions(-)
create mode 100644 test/Other/cgscc-devirt-iteration.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 libcxx.
from 8a549ab Fix ABI incompatible C++03 nullptr_t
new 7d0000f Fix typo in comment
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/__config | 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 b3ccb4e This is a large patch for X86 AVX-512 of an optimization for [...]
new 6fbb41e [PM] Teach the CGSCC's CG update utility to more carefully 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/llvm/Analysis/LazyCallGraph.h | 28 +++++---
lib/Analysis/CGSCCPassManager.cpp | 47 ++++++++++---
lib/Analysis/LazyCallGraph.cpp | 39 ++++++++---
test/Transforms/Inline/cgscc-invalidate.ll | 104 +++++++++++++++++++++++++++++
unittests/Analysis/LazyCallGraphTest.cpp | 83 +++++++++++++----------
5 files changed, 236 insertions(+), 65 deletions(-)
create mode 100644 test/Transforms/Inline/cgscc-invalidate.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 libcxx.
from ce34512 Remove dead debug_mode doc link
new 8a549ab Fix ABI incompatible C++03 nullptr_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:
include/__config | 10 +++++++++-
1 file changed, 9 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 ea5d486 Mark 'auto' as dependent when instantiating the type of a non [...]
new 7542435 [CodeGen] Unique constant CompoundLiterals.
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/CGExprConstant.cpp | 22 ++++++++++++++++++----
lib/CodeGen/CodeGenModule.h | 14 ++++++++++++++
test/CodeGen/compound-literal.c | 16 ++++++++++++++++
3 files changed, 48 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 c673702 DR1315: a non-type template argument in a partial specializat [...]
new ea5d486 Mark 'auto' as dependent when instantiating the type of a non [...]
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/Sema.h | 3 +++
lib/Sema/SemaTemplate.cpp | 31 +++++++++++++++++++++-------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 26 +++++++++++------------
lib/Sema/SemaType.cpp | 9 +-------
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 21 +++++++++++++++++++
5 files changed, 61 insertions(+), 29 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 32eebb7 Ensure <__debug> gets the nullptr definition in C++03
new ce34512 Remove dead debug_mode doc link
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/index.rst | 1 -
1 file changed, 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 fb34238 Fix debug mode for vector/list and cleanup tests
new 32eebb7 Ensure <__debug> gets the nullptr definition in C++03
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/__debug | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.