This is an automated email from the git hooks/post-receive script.
maxim.kuvyrkov pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig
in repository toolchain/linux-next.
at 6d5d82417dd6 Add linux-next specific files for 20181016
No new revisions were added by this update.
--
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 linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-defconfig
in repository toolchain/linux-next.
at 6d5d82417dd6 Add linux-next specific files for 20181016
No new revisions were added by this update.
--
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 linux.
from f0a7d1883d9f afs: Fix clearance of reply
new 073c1a781e4a MAINTAINERS: update the SELinux mailing list location
new a886199872db Merge tag 'selinux-pr-20181015' of git://git.kernel.org/pu [...]
new ff5d1a42096c sunvdc: Remove VLA usage
new 7c26701a77ec sparc: Wire up io_pgetevents system call.
new cfdc3170d214 sparc: Fix single-pcr perf event counter management.
new 455adb3174d2 sparc: Throttle perf events properly.
new b3e1eb8e7ac9 sparc64: Make proc_id signed.
new d1f1f98c6d17 sparc64: Set %l4 properly on trap return after handling signals.
new a06ecbfe784c Revert "sparc: Convert to using %pOFn instead of device_no [...]
new b955a910d7fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
The 10 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:
MAINTAINERS | 2 +-
arch/sparc/include/asm/cpudata_64.h | 2 +-
arch/sparc/include/uapi/asm/unistd.h | 3 +-
arch/sparc/kernel/auxio_64.c | 4 +--
arch/sparc/kernel/perf_event.c | 26 +++++++++++---
arch/sparc/kernel/power.c | 4 +--
arch/sparc/kernel/prom_32.c | 26 +++++++-------
arch/sparc/kernel/prom_64.c | 68 ++++++++++++++++++------------------
arch/sparc/kernel/rtrap_64.S | 3 +-
arch/sparc/kernel/systbls_32.S | 2 +-
arch/sparc/kernel/systbls_64.S | 4 +--
drivers/block/sunvdc.c | 14 +++++---
12 files changed, 92 insertions(+), 66 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 c2874102cb0 [LV] Teach vectorizer about variant value store into unifor [...]
new 6d4ce2a09e2 fix an out of date paragraph noticed by Bryce Lelbach
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/DeveloperPolicy.rst | 4 ----
1 file changed, 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 b6363f57 [clangd] Send CodeAction responses to textDocument/codeAction [...]
new fb2fd434 [clangd] Refactor JSON-over-stdin/stdout code into Transport [...]
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 | 43 +--
clangd/ClangdLSPServer.h | 21 +-
clangd/JSONRPCDispatcher.cpp | 301 ++++-----------------
clangd/JSONRPCDispatcher.h | 67 ++---
clangd/JSONTransport.cpp | 298 ++++++++++++++++++++
clangd/Protocol.cpp | 2 +
clangd/Protocol.h | 17 ++
clangd/ProtocolHandlers.cpp | 1 +
clangd/Transport.h | 92 +++++++
clangd/tool/ClangdMain.cpp | 19 +-
.../compile-commands-path-in-initialize.test | 2 +
test/clangd/completion-snippets.test | 2 +
test/clangd/completion.test | 2 +
test/clangd/crash-non-added-files.test | 2 +
test/clangd/execute-command.test | 2 +
test/clangd/input-mirror.test | 3 +
test/clangd/signature-help.test | 2 +
test/clangd/textdocument-didchange-fail.test | 2 +
test/clangd/trace.test | 2 +
test/clangd/xrefs.test | 2 +
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/JSONTransportTests.cpp | 199 ++++++++++++++
23 files changed, 742 insertions(+), 341 deletions(-)
create mode 100644 clangd/JSONTransport.cpp
create mode 100644 clangd/Transport.h
create mode 100644 unittests/clangd/JSONTransportTests.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 701a7f39 Remove possibility to change compile database path at runtime
new b6363f57 [clangd] Send CodeAction responses to textDocument/codeAction [...]
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 | 56 +++++++---
clangd/ClangdLSPServer.h | 2 +
clangd/Protocol.cpp | 29 ++++++
clangd/Protocol.h | 31 ++++++
test/clangd/fixits-codeaction.test | 126 +++++++++++++++++++++++
test/clangd/{fixits.test => fixits-command.test} | 0
6 files changed, 229 insertions(+), 15 deletions(-)
create mode 100644 test/clangd/fixits-codeaction.test
rename test/clangd/{fixits.test => fixits-command.test} (100%)
--
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 6c7bab70ede Use effective target in Networking TS tests
new 322cc423c1f Use autoconf to check for features needed by Networking TS
new e02aa93c1ff Fix versioned namespace macros for Networking TS
new 79cf7696a4b Rename namespace alias in test to avoid name collision
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:
libstdc++-v3/ChangeLog | 58 +++++++
libstdc++-v3/config.h.in | 18 +++
libstdc++-v3/configure | 16 ++
libstdc++-v3/configure.ac | 3 +
libstdc++-v3/include/experimental/bits/net.h | 4 +-
libstdc++-v3/include/experimental/buffer | 7 +-
libstdc++-v3/include/experimental/executor | 7 +-
libstdc++-v3/include/experimental/internet | 85 +++++++----
libstdc++-v3/include/experimental/io_context | 18 ++-
libstdc++-v3/include/experimental/netfwd | 10 +-
libstdc++-v3/include/experimental/socket | 166 +++++++++++++++++++--
libstdc++-v3/include/experimental/timer | 4 +-
.../net/internet/address/v4/creation.cc | 24 +--
13 files changed, 334 insertions(+), 86 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 93d085647 Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."
new 7e3ab17c1 Partial fix for PR38964. (<string> can't be built with gcc -s [...]
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/string | 10 ++++++++++
1 file changed, 10 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-tools-extra.
from cd983268 [clangd] Allow disble down traversals from root.
new 701a7f39 Remove possibility to change compile database path at runtime
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 | 27 +++++++-------
clangd/Protocol.cpp | 11 +++++-
clangd/Protocol.h | 11 ++++--
.../compile-commands-path-in-initialize.test | 11 +-----
test/clangd/compile-commands-path.test | 42 ----------------------
5 files changed, 33 insertions(+), 69 deletions(-)
delete mode 100644 test/clangd/compile-commands-path.test
--
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 5973d705524 revert rL344609: [InstCombine] try harder to form select fr [...]
new c2874102cb0 [LV] Teach vectorizer about variant value store into unifor [...]
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/LoopAccessAnalysis.h | 10 +-
lib/Analysis/LoopAccessAnalysis.cpp | 16 +-
.../Vectorize/LoopVectorizationLegality.cpp | 7 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 1 -
.../memcheck-wrapping-pointers.ll | 2 +-
.../store-to-invariant-check1.ll | 16 +-
.../store-to-invariant-check2.ll | 4 +-
.../store-to-invariant-check3.ll | 6 +-
.../X86/illegal-parallel-loop-uniform-write.ll | 67 ++++-
.../X86/invariant-store-vectorization.ll | 105 +++++++
.../LoopVectorize/invariant-store-vectorization.ll | 310 ++++++++++++++++++++-
11 files changed, 501 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.