This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f62f568123f Fix test case to unbreak bots
new cce92574021 Make test target-specific
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/Transforms/LoopVectorize/{ => AArch64}/interleave_count.ll | 4 ++++
1 file changed, 4 insertions(+)
rename test/Transforms/LoopVectorize/{ => AArch64}/interleave_count.ll (92%)
--
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 d9ed77b3ad8 [LV] Avoid potentential division by zero when selecting IC
new f62f568123f Fix test case to unbreak bots
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/Transforms/LoopVectorize/interleave_count.ll | 4 +---
1 file changed, 1 insertion(+), 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 libcxxabi.
from fa4e00b Revert r302978 and r302981.
new 1089e75 [libcxxabi] Align unwindHeader on a double-word boundary.
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/cxa_exception.hpp | 20 +++++++++++++++++++
test/exception_object_alignment.pass.cpp | 33 ++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 test/exception_object_alignment.pass.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 clang-tools-extra.
from 53c6ae92 [clangd] Refactor ProtocolHandlers to decouple them from Clan [...]
new 80306681 Added missing includes in clangd to fix the build.
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:
clangd/JSONRPCDispatcher.cpp | 2 ++
clangd/JSONRPCDispatcher.h | 1 +
2 files changed, 3 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 9c7e9d26764 [coroutines] Handle unwind edge splitting
new d9ed77b3ad8 [LV] Avoid potentential division by zero when selecting IC
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/Vectorize/LoopVectorize.cpp | 4 +--
test/Transforms/LoopVectorize/interleave_count.ll | 33 +++++++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/interleave_count.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 clang-tools-extra.
from 18140c41 [clang-tidy] Add "emplace_back" detection in inefficient-vect [...]
new 53c6ae92 [clangd] Refactor ProtocolHandlers to decouple them from Clan [...]
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:
clangd/ClangdLSPServer.cpp | 194 +++++++++++++++++++++++--
clangd/ClangdLSPServer.h | 42 ++----
clangd/ClangdMain.cpp | 90 +-----------
clangd/ClangdServer.cpp | 67 +++++++++
clangd/ClangdServer.h | 19 ++-
clangd/JSONRPCDispatcher.cpp | 58 ++++++++
clangd/JSONRPCDispatcher.h | 9 ++
clangd/ProtocolHandlers.cpp | 339 ++++++++++++++++++++++---------------------
clangd/ProtocolHandlers.h | 138 ++++--------------
9 files changed, 549 insertions(+), 407 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from aea35c6 run.sh: Improve debug info.
new 3e97fa6 run.sh: Fix typo.
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:
run.sh | 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 gcc.
from 84d8eb67894 Test source_location::current() in default member initializer
new 97a86f58c23 * cp-tree.h (class ovl_iterator, class lkp_iterator): New [...]
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/cp/ChangeLog | 21 ++++++++++++++++++
gcc/cp/constraint.cc | 4 ++--
gcc/cp/cp-tree.h | 60 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/cp/decl2.c | 6 ++---
gcc/cp/lambda.c | 21 ++++++++----------
gcc/cp/method.c | 8 +++----
gcc/cp/parser.c | 6 ++---
gcc/cp/pt.c | 63 +++++++++++++++++++++++++---------------------------
gcc/cp/ptree.c | 5 +++--
gcc/cp/semantics.c | 43 ++++++++++++++++++++---------------
gcc/cp/typeck.c | 25 +++++++++------------
11 files changed, 171 insertions(+), 91 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.