This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 86e021db48 [X86] When checking the bits in cpu_features for function mu [...]
new 74888afa84 Make -Wfor-loop-analysis work with C++17
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/Sema/SemaStmt.cpp | 6 +++++-
test/SemaCXX/warn-loop-analysis.cpp | 23 ++++++++++++++++++++++-
2 files changed, 27 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 clang-tools-extra.
from a1f2dd9b [clangd] Set workspace root when initializing ClangdServer, d [...]
new 52465410 Disable unittests/clangd/JSONTransportTests.cpp on versions o [...]
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:
unittests/clangd/JSONTransportTests.cpp | 5 +++--
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig
in repository toolchain/linux-next.
from 91b15613ce7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
adds 48f78be33260 nvme: remove ns sibling before clearing path
adds 7a7080b53467 Merge branch 'nvme-4.19' of git://git.infradead.org/nvme i [...]
adds 744889b7cbb5 block: don't deal with discard limit in blkdev_issue_discard()
adds b2a205ff49b9 Merge tag 'for-linus-20181019' of git://git.kernel.dk/linux-block
adds 4b0aaacee51e selftests: usbip: add wait after attach and before checkin [...]
adds 81f7567c51ad usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub [...]
adds 9397940ed812 cdc-acm: fix race between reset and control messaging
adds dae3ddba36f8 cdc-acm: do not reset notification buffer index upon urb u [...]
adds f976d0e5747c cdc-acm: correct counting of UART states in serial state n [...]
adds 009b1948e153 usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable
adds c02588a352de usb: xhci: pci: Enable Intel USB role mux on Apollo Lake p [...]
adds 665c365a77fb USB: fix the usbfs flag sanitization for control transfers
adds 9ae24af36691 usb: gadget: storage: Fix Spectre v1 vulnerability
adds c7b70a641df2 Merge tag 'usb-4.19-final' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes:
block/blk-lib.c | 28 +----------
drivers/nvme/host/core.c | 2 +-
drivers/usb/class/cdc-acm.c | 16 +++---
drivers/usb/core/devio.c | 4 +-
drivers/usb/gadget/function/f_mass_storage.c | 3 ++
drivers/usb/host/xhci-pci.c | 6 ++-
drivers/usb/roles/intel-xhci-usb-role-switch.c | 2 +
drivers/usb/usbip/vhci_hcd.c | 57 ++++++++++++++++------
.../selftests/drivers/usb/usbip/usbip_test.sh | 4 ++
9 files changed, 68 insertions(+), 54 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 315f6cf87cd [MachineCSE][GlobalISel] Making sure MachineCSE works mid-G [...]
new 7366ef73c48 [WebAssembly] Custom lower i64x2 constant shifts to avoid wrap
new 1a048fad673 [WebAssembly] Implement vector sext_inreg and tests with co [...]
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:
lib/Target/WebAssembly/WebAssemblyISD.def | 3 +
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 42 ++
lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 +
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 22 +-
test/CodeGen/WebAssembly/simd-arith.ll | 29 +-
test/CodeGen/WebAssembly/simd-comparisons.ll | 830 ++++++++++++++++++++-
test/CodeGen/WebAssembly/simd-sext-inreg.ll | 65 ++
7 files changed, 965 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/simd-sext-inreg.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.