This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dee66509687 [MemCpyOpt] Skip optimizing basic blocks not reachable from entry
new abc9d03bfce [X86] movdiri and movdir64b instructions
new 17e9db0c42b Fix a broken typedef; NFCI
new 4dd24c474b0 [X86] Revert r330638 - accidental commit
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:
include/llvm/ADT/ilist.h | 5 +----
1 file changed, 1 insertion(+), 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-tools-extra.
from 24aaf231 [clangd][tests] Fix delimiter handling
new 633da1f3 [clangd] Implementation of workspace/symbol request
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/CMakeLists.txt | 1 +
clangd/ClangdLSPServer.cpp | 32 ++++
clangd/ClangdLSPServer.h | 4 +
clangd/ClangdServer.cpp | 6 +
clangd/ClangdServer.h | 4 +
clangd/FindSymbols.cpp | 141 ++++++++++++++++
clangd/FindSymbols.h | 37 +++++
clangd/Protocol.cpp | 78 +++++++++
clangd/Protocol.h | 90 ++++++++++-
clangd/ProtocolHandlers.cpp | 1 +
clangd/ProtocolHandlers.h | 1 +
clangd/SourceCode.cpp | 8 +
clangd/SourceCode.h | 5 +
clangd/index/SymbolCollector.cpp | 12 +-
clangd/tool/ClangdMain.cpp | 22 +--
test/clangd/initialize-params-invalid.test | 3 +-
test/clangd/initialize-params.test | 3 +-
test/clangd/symbols.test | 33 ++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/FindSymbolsTests.cpp | 247 +++++++++++++++++++++++++++++
unittests/clangd/SyncAPI.cpp | 7 +
unittests/clangd/SyncAPI.h | 3 +
22 files changed, 714 insertions(+), 25 deletions(-)
create mode 100644 clangd/FindSymbols.cpp
create mode 100644 clangd/FindSymbols.h
create mode 100644 test/clangd/symbols.test
create mode 100644 unittests/clangd/FindSymbolsTests.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 gcc-7-branch
in repository gcc.
from 05bfe44a72a Implement P0961
new 06ada3eebb6 PR c++/85470 - wrong error with static data member.
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 | 7 +++++++
gcc/cp/decl.c | 4 +++-
gcc/cp/typeck2.c | 7 +++++--
gcc/testsuite/g++.dg/cpp0x/extern_template-4.C | 23 +++++++++++++++++++++++
4 files changed, 38 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/extern_template-4.C
--
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 3f46946fed3 [WebAssembly] MC: Refactor section creation code
new dee66509687 [MemCpyOpt] Skip optimizing basic blocks not reachable from entry
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/MemCpyOptimizer.cpp | 11 ++++++++-
test/Transforms/MemCpyOpt/process_store.ll | 39 ++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/MemCpyOpt/process_store.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.
from 636df62277 Fix typo in comment.
new 8613325442 [OPENMP] Formatting and code improvement, 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/Parse/ParseOpenMP.cpp | 181 ++++++++++++++++++++++++----------------------
1 file changed, 93 insertions(+), 88 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 ac2a43df0 [libcxx] implement <experimental/simd> declarations based on [...]
new 3d3af7d26 Revert "[libcxx] implement <experimental/simd> declarations b [...]
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/__config | 12 -
include/experimental/simd | 1285 --------------------
include/module.modulemap | 4 -
test/libcxx/double_include.sh.cpp | 1 -
test/std/experimental/simd/nothing_to_do.pass.cpp | 12 -
.../simd/simd.casts/simd_cast.pass.cpp | 40 -
.../simd/simd.casts/static_simd_cast.pass.cpp | 38 -
.../experimental/simd/simd.cons/broadcast.pass.cpp | 55 -
.../experimental/simd/simd.cons/genertor.pass.cpp | 43 -
.../simd/simd.traits/abi_for_size.pass.cpp | 30 -
.../simd/simd.traits/is_abi_tag.pass.cpp | 115 --
.../experimental/simd/simd.traits/is_simd.pass.cpp | 133 --
.../simd/simd.traits/is_simd_flag_type.pass.cpp | 55 -
.../simd/simd.traits/is_simd_mask.pass.cpp | 133 --
14 files changed, 1956 deletions(-)
delete mode 100644 include/experimental/simd
delete mode 100644 test/std/experimental/simd/nothing_to_do.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.casts/simd_cast.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.casts/static_simd_cast.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.cons/broadcast.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.cons/genertor.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.traits/is_abi_tag.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.traits/is_simd.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp
delete mode 100644 test/std/experimental/simd/simd.traits/is_simd_mask.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 glibc.
from 18ea73adaa NEWS: Reindent and copyedit
new da5e0361d9 Add NT_PPC_PKEY from Linux 4.16 to elf.h.
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:
ChangeLog | 4 ++++
elf/elf.h | 2 ++
2 files changed, 6 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 e307915dcf DR727: remove wrong assertion for use of class-scope explici [...]
new 636df62277 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:
tools/libclang/CMakeLists.txt | 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 6c92ba3e0b0 [DSE] Teach the pass that atomic memory intrinsics are stores.
new cebbb7c0755 Reland r329956, "AArch64: Introduce a DAG combine for foldi [...]
new f48113f0d58 [CODE_OWNERS] Update my email address.
new 3f46946fed3 [WebAssembly] MC: Refactor section creation code
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:
CODE_OWNERS.TXT | 2 +-
lib/MC/WasmObjectWriter.cpp | 31 +++--
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 18 +--
lib/Target/AArch64/AArch64ISelLowering.cpp | 71 ++++++++++--
test/CodeGen/AArch64/arm64-addrmode.ll | 31 +++--
test/CodeGen/AArch64/arm64-vector-ldst.ll | 129 ++++++++++++++-------
test/CodeGen/AArch64/fold-global-offsets.ll | 69 +++++++++++
test/CodeGen/AArch64/global-merge-3.ll | 4 +-
.../global-merge-ignore-single-use-minsize.ll | 11 +-
.../AArch64/global-merge-ignore-single-use.ll | 6 +-
10 files changed, 271 insertions(+), 101 deletions(-)
create mode 100644 test/CodeGen/AArch64/fold-global-offsets.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 gcc.
from df2811ea2f7 Add myself to MAINTAINERS.
new bd20946f26d PR c++/85470 - wrong error with static data member.
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 | 7 +++++++
gcc/cp/decl.c | 4 +++-
gcc/cp/typeck2.c | 7 +++++--
gcc/testsuite/g++.dg/cpp0x/extern_template-4.C | 23 +++++++++++++++++++++++
4 files changed, 38 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/extern_template-4.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.