This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 64f951572e [OPENMP][NVPTX] Fix emission of __kmpc_global_thread_num() f [...]
new e3e8f2a67b [clang-format] Java import sorting in clang-format
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/Format/Format.h | 30 ++++
lib/Format/Format.cpp | 177 +++++++++++++++++++-
unittests/Format/CMakeLists.txt | 1 +
unittests/Format/SortImportsTestJava.cpp | 267 +++++++++++++++++++++++++++++++
4 files changed, 471 insertions(+), 4 deletions(-)
create mode 100644 unittests/Format/SortImportsTestJava.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 gcc.
from a31a2e24c76 * config/i386/constraints.md ("C"): Do not depend on TARGE [...]
new 26f24372666 * config/i386/i386.md (*cmpxf_i387): Change operand 2 pred [...]
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 | 11 +++++++++++
gcc/config/i386/i386.md | 42 ++++--------------------------------------
2 files changed, 15 insertions(+), 38 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 lldb.
from 0ce0a2503 Fix typos.
new 1c0565ba7 Add EchoCommentCommands to CommandInterpreterRunOptions in ad [...]
new 86db6ccbe TestMultilineExpr: validate evaluation for expressions that s [...]
The 2 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/lldb/API/SBCommandInterpreter.h | 4 +
include/lldb/Interpreter/CommandInterpreter.h | 63 +++++++++----
lit/Expr/TestMultilineExpr.test | 9 ++
lit/Settings/Inputs/EchoCommandsAll.out | 6 ++
lit/Settings/Inputs/EchoCommandsNoComments.out | 5 +
lit/Settings/Inputs/EchoCommandsNone.out | 4 +
lit/Settings/Inputs/EchoCommandsQuiet.out | 2 +
lit/Settings/Inputs/EchoCommandsTest.in | 2 +
lit/Settings/TestEchoCommands.test | 4 +
lit/lit-lldb-init | 1 +
.../test/expression_command/multiline/Makefile | 5 -
.../multiline/TestMultilineExpressions.py | 90 ------------------
.../test/expression_command/multiline/main.c | 6 --
source/API/SBCommandInterpreter.cpp | 8 ++
source/Commands/CommandObjectCommands.cpp | 11 ++-
source/Interpreter/CommandInterpreter.cpp | 101 ++++++++++++++++++---
16 files changed, 183 insertions(+), 138 deletions(-)
create mode 100644 lit/Expr/TestMultilineExpr.test
create mode 100644 lit/Settings/Inputs/EchoCommandsAll.out
create mode 100644 lit/Settings/Inputs/EchoCommandsNoComments.out
create mode 100644 lit/Settings/Inputs/EchoCommandsNone.out
create mode 100644 lit/Settings/Inputs/EchoCommandsQuiet.out
create mode 100644 lit/Settings/Inputs/EchoCommandsTest.in
create mode 100644 lit/Settings/TestEchoCommands.test
delete mode 100644 packages/Python/lldbsuite/test/expression_command/multiline/Makefile
delete mode 100644 packages/Python/lldbsuite/test/expression_command/multiline/Tes [...]
delete mode 100644 packages/Python/lldbsuite/test/expression_command/multiline/main.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 gcc.
from d84e1101cd0 2018-10-05 François Dumont <fdumont(a)gcc.gnu.org>
new 179f1960e5b PR tree-optimization/87490 - ICE in expand_builtin_strnlen [...]
new a31a2e24c76 * config/i386/constraints.md ("C"): Do not depend on TARGE [...]
The 2 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 | 12 +++
gcc/builtins.c | 38 +++++---
gcc/config/i386/constraints.md | 7 +-
gcc/config/i386/i386.md | 2 +-
gcc/config/i386/mmx.md | 6 +-
gcc/config/i386/predicates.md | 10 +--
gcc/config/i386/sse.md | 124 +++++++++++++--------------
gcc/config/i386/subst.md | 6 +-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/pr87490.c | 13 +++
gcc/testsuite/gcc.dg/warn-strnlen-no-nul-2.c | 66 ++++++++++++++
11 files changed, 202 insertions(+), 88 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87490.c
create mode 100644 gcc/testsuite/gcc.dg/warn-strnlen-no-nul-2.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 binutils-gdb.
from d1c86cff1e Set correct SHT_NOTE type for .note.spu_name
new f8740dc531 Fix -Wshadow=local warning in sol_thread_target::wait
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:
gdb/ChangeLog | 5 +++++
gdb/sol-thread.c | 4 ++--
2 files changed, 7 insertions(+), 2 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 26a227ebb83 2018-10-05 Steve Ellcey <sellcey(a)cavium.com>
new d84e1101cd0 2018-10-05 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 27 ++++++++
libstdc++-v3/include/bits/stl_tree.h | 112 +++++++++++++---------------------
libstdc++-v3/include/debug/map.h | 2 +-
libstdc++-v3/include/debug/multimap.h | 2 +-
libstdc++-v3/include/debug/multiset.h | 2 +-
libstdc++-v3/include/debug/set.h | 2 +-
6 files changed, 72 insertions(+), 75 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 ece1a2dc300 [x86] regenerate full checks; NFC
new 22609030b4e [X86][SSE] Try to make MOVLPS/MOVHPS(+PD) instructions Simp [...]
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/CodeGen/X86/sse-schedule.ll | 144 ++++++++++++++++++++++++--------------
test/CodeGen/X86/sse2-schedule.ll | 124 ++++++++++++++++++++------------
2 files changed, 170 insertions(+), 98 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 linux.
from befad944e231 Merge tag 'drm-fixes-2018-10-05' of git://anongit.freedesk [...]
new 0595751f2679 smb2: fix missing files in root share directory listing
new ddf83afb9f60 cifs: add a warning if we try to to dequeue a deleted mid
new 4e34feb5e963 cifs: only wake the thread for the very last PDU in a compound
new 7af929d6d05b smb3: fix lease break problem introduced by compounding
new 087f759a4155 Merge tag '4.19-rc6-smb3-fixes' of git://git.samba.org/sfr [...]
new 13cc6f48c743 crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
new add92a817e60 crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
new d80771c08363 crypto: mxs-dcp - Fix wait logic on chan threads
new ba439a6cbfa2 crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
new 4fbeba43b9b6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
new 4679b61f2640 KVM: x86: never trap MSR_KERNEL_GS_BASE
new 5f76f6f5ff96 KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled
new 503234b3fdca KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
new 62cf9bd8118c KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS
new fe804cd67749 tools/kvm_stat: cut down decimal places in update interval dialog
new daa07cbc9ae3 KVM: x86: fix L1TF's MMIO GFN calculation
new fd6b6d9b82f9 KVM: VMX: check for existence of secondary exec controls b [...]
new 2cf7ea9f40fa KVM: VMX: hide flexpriority from guest when disabled at th [...]
new 7e7126846c95 kvm: nVMX: fix entry with pending interrupt if APICv is enabled
new 6579804c4317 KVM: PPC: Book3S HV: Avoid crash from THP collapse during [...]
new cc906f07d7d5 Merge tag 'kvm-ppc-fixes-4.19-3' of git://git.kernel.org/p [...]
new 08b297bb10d6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new b3e9b515b08e iommu/amd: Clear memory encryption mask from physical address
new b2e45b46d85b Merge tag 'iommu-fixes-v4.19-rc6' of git://git.kernel.org/ [...]
The 24 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:
arch/powerpc/kvm/book3s_64_mmu_radix.c | 10 ++
arch/x86/kvm/mmu.c | 24 ++++-
arch/x86/kvm/vmx.c | 137 +++++++++++++++-------------
arch/x86/kvm/x86.c | 2 +-
drivers/crypto/caam/caamalg.c | 8 +-
drivers/crypto/chelsio/chcr_algo.c | 32 +++++--
drivers/crypto/chelsio/chcr_crypto.h | 2 +
drivers/crypto/mxs-dcp.c | 53 ++++++-----
drivers/crypto/qat/qat_c3xxx/adf_drv.c | 6 +-
drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 6 +-
drivers/crypto/qat/qat_c62x/adf_drv.c | 6 +-
drivers/crypto/qat/qat_c62xvf/adf_drv.c | 6 +-
drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 6 +-
drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 6 +-
drivers/iommu/amd_iommu.c | 2 +-
fs/cifs/cifsglob.h | 1 +
fs/cifs/connect.c | 13 ++-
fs/cifs/smb2ops.c | 2 +-
fs/cifs/transport.c | 21 ++++-
tools/kvm/kvm_stat/kvm_stat | 2 +-
20 files changed, 216 insertions(+), 129 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 7dffe3410bd runtime: remove checkgoarm function
new 26a227ebb83 2018-10-05 Steve Ellcey <sellcey(a)cavium.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/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/vclz.c | 24 ++++++++++++------------
gcc/testsuite/gcc.target/aarch64/vneg_s.c | 18 +++++++++---------
3 files changed, 46 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.