This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc54072bd31 [CostModel][X86] Add integer vector reduction cost tests
new 40da074bdf4 [SLPVectorizer] regenerate test checks; 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:
test/Transforms/SLPVectorizer/AArch64/transpose.ll | 61 +++++++++++-----------
1 file changed, 31 insertions(+), 30 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.
from c405aa7681 [CodeGen] Use the mangle context owned by CodeGenModule to c [...]
new c6c6ebef73 [NFC][Test commit] Fix typos in a 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:
lib/StaticAnalyzer/Core/CheckerManager.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 6493c695297 Replace setFeature macro with lambda to fix MSVC "shift cou [...]
new bc54072bd31 [CostModel][X86] Add integer vector reduction cost tests
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/Analysis/CostModel/X86/reduce-add.ll | 277 +++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-and.ll | 273 +++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-mul.ll | 293 +++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-or.ll | 273 +++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-smax.ll | 293 +++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-smin.ll | 293 +++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-umax.ll | 293 +++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-umin.ll | 293 +++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/reduce-xor.ll | 273 +++++++++++++++++++++++++++
9 files changed, 2561 insertions(+)
create mode 100644 test/Analysis/CostModel/X86/reduce-add.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-and.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-mul.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-or.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-smax.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-smin.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-umax.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-umin.ll
create mode 100644 test/Analysis/CostModel/X86/reduce-xor.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 linux.
from 270b77a0f30e Merge tag 'drm-fixes-2018-10-20-1' of git://anongit.freede [...]
new 4312f2ab136a tools arch uapi: Sync the x86 kvm.h copy
new 25fe15e54fe5 tools headers uapi: Sync kvm.h copy
new 1b9caa10b31d Revert "perf tools: Fix PMU term format max value calculation"
new 94aafb74cee0 perf vendor events intel: Fix wrong filter_band* values fo [...]
new 4ab8455f8bd8 perf evsel: Store ids for events with their own cpus perf_ [...]
new 36b8d4628d3c perf tools: Fix use of alternatives to find JDIR
new c458a6206d2a perf tools: Fix tracing_path_mount proper path
new 0ed149cf5239 perf cpu_map: Align cpu map synthesized events properly.
new d4046e8e17b9 perf report: Don't crash on invalid inline debug information
new 298faf53200f perf tools: Pass build flags to traceevent build
new edeb0c90df35 perf tools: Stop fallbacking to kallsyms for vdso symbols lookup
new 20e8e72d0fa8 Merge tag 'perf-urgent-for-mingo-4.19-20181017' of git://g [...]
new 9b00eb8ac273 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
new baa9be4ffb55 sched/fair: Fix throttle_list starvation with low CFS quota
new 9845c49cc9bb sched/fair: Fix the min_vruntime update logic in dequeue_entity()
new 14dbc56aa27d Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new 4907c68abd3f x86/tsc: Force inlining of cyc2ns bits
new b59167ac7baf x86/percpu: Fix this_cpu_read()
new 16561f27f94e x86/entry: Add some paranoid entry/exit CR3 handling comments
new 53c13ba8ed39 x86/time: Correct the attribute on jiffies' definition
new dca5203e3fe2 x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGS
new 04f4f954b695 x86/entry/32: Clear the CS high bits
new ae852495be36 x86/entry/64: Further improve paranoid_entry comments
new 6aa676761d4c x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
new 2224d6165281 x86/fpu: Fix i486 + no387 boot crash by only saving FPU re [...]
new 485734f3fc77 x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
new b0d04fb56b31 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 27 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/x86/boot/compressed/Makefile | 1 +
arch/x86/entry/entry_32.S | 13 ++++++------
arch/x86/entry/entry_64.S | 13 ++++++++++++
arch/x86/include/asm/fpu/internal.h | 2 +-
arch/x86/include/asm/percpu.h | 8 ++++----
arch/x86/kernel/fpu/signal.c | 1 -
arch/x86/kernel/pci-swiotlb.c | 2 --
arch/x86/kernel/time.c | 2 +-
arch/x86/kernel/tsc.c | 6 +++---
kernel/sched/fair.c | 24 ++++++++++++++++++----
kernel/sched/sched.h | 2 ++
tools/arch/x86/include/uapi/asm/kvm.h | 1 +
tools/include/uapi/linux/kvm.h | 1 +
tools/lib/api/fs/tracing_path.c | 4 ++--
tools/perf/Makefile.config | 2 +-
tools/perf/Makefile.perf | 2 +-
tools/perf/builtin-report.c | 1 +
.../pmu-events/arch/x86/ivytown/uncore-power.json | 16 +++++++--------
.../pmu-events/arch/x86/jaketown/uncore-power.json | 16 +++++++--------
tools/perf/util/event.c | 22 +++-----------------
tools/perf/util/evsel.c | 3 +++
tools/perf/util/pmu.c | 13 ++++++------
tools/perf/util/srcline.c | 3 +++
23 files changed, 91 insertions(+), 67 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 5b664c48 [clang-query] Add option to print matcher expression
new d6f2bb1d Fix MSVC "not all control paths return a value" warning. NFCI.
new 1396e949 Fix MSVC "truncation from 'double' to 'float'" warning. NFCI.
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:
clangd/Quality.cpp | 2 +-
clangd/index/FileIndex.cpp | 1 +
2 files changed, 2 insertions(+), 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 101b0b8556c DebugInfo: Use base address specifiers more aggressively
new 6493c695297 Replace setFeature macro with lambda to fix MSVC "shift cou [...]
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/Support/Host.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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-defconfig
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 [...]
adds 13c1c5e4d7f8 Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM
adds d4ec49d332ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 282447ba6b00 tracing: Fix synthetic event to accept unsigned modifier
adds a360d9e4016c tracing: Fix synthetic event to allow semicolon at end
adds ba0e41ca81b9 selftests: ftrace: Add synthetic event syntax testcase
adds 6b5201c21d40 Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/ [...]
adds 4364bcb2cd21 drm: Get ref on CRTC commit object when waiting for flip_done
adds e84cb605e02f drm/sun4i: Fix an ulong overflow in the dotclock driver
adds fe7acd1e303d Merge tag 'drm-misc-fixes-2018-10-19' of git://anongit.fre [...]
adds 270b77a0f30e Merge tag 'drm-fixes-2018-10-20-1' of git://anongit.freede [...]
No new revisions were added by this update.
Summary of changes:
block/blk-lib.c | 28 +-------
drivers/gpu/drm/drm_atomic.c | 5 ++
drivers/gpu/drm/drm_atomic_helper.c | 12 ++--
drivers/gpu/drm/sun4i/sun4i_dotclock.c | 12 +++-
drivers/input/mouse/elan_i2c_core.c | 1 +
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 +++++++++++----
include/drm/drm_atomic.h | 11 +++
kernel/trace/trace_events_hist.c | 32 +++++++--
.../selftests/drivers/usb/usbip/usbip_test.sh | 4 ++
.../inter-event/trigger-synthetic-event-syntax.tc | 80 ++++++++++++++++++++++
16 files changed, 209 insertions(+), 66 deletions(-)
create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigg [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.