This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfig
in repository toolchain/linux-next.
from 2e6e902d1850 Linux 4.20-rc4
adds 70df9ebbd82c hwmon (ina2xx) Fix NULL id pointer in probe()
adds 35fdc3902179 hwmon: (raspberrypi) Fix initial notify
adds 38cd989ee38c hwmon: (ina2xx) Fix current value calculation
adds 243cfe3fb897 hwmon: (mlxreg-fan) Fix macros for tacho fault reading
adds 09aaf6813cfc hwmon: (w83795) temp4_type has writable permission
adds 6f8b52ba442c Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pu [...]
adds ef78e5ec9214 ia64: export node_distance function
No new revisions were added by this update.
Summary of changes:
arch/ia64/include/asm/numa.h | 4 +++-
arch/ia64/kernel/acpi.c | 6 +++---
arch/ia64/mm/numa.c | 6 ++++++
drivers/hwmon/ina2xx.c | 6 +++---
drivers/hwmon/mlxreg-fan.c | 2 +-
drivers/hwmon/raspberrypi-hwmon.c | 6 ------
drivers/hwmon/w83795.c | 2 +-
7 files changed, 17 insertions(+), 15 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 32a3b311068 [X86] Use getUnpackl/getUnpackh instead of directly creatin [...]
new 6235bbfc9f4 [X86] Add test cases for vector shifts of v2i32/v2i16/v4i16 [...]
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/vector-shift-ashr-sub128-widen.ll | 2523 +++++++++++++++++
test/CodeGen/X86/vector-shift-ashr-sub128.ll | 2951 ++++++++++++++++++++
test/CodeGen/X86/vector-shift-lshr-sub128-widen.ll | 2163 ++++++++++++++
test/CodeGen/X86/vector-shift-lshr-sub128.ll | 2342 ++++++++++++++++
test/CodeGen/X86/vector-shift-shl-sub128-widen.ll | 1948 +++++++++++++
test/CodeGen/X86/vector-shift-shl-sub128.ll | 1729 ++++++++++++
6 files changed, 13656 insertions(+)
create mode 100644 test/CodeGen/X86/vector-shift-ashr-sub128-widen.ll
create mode 100644 test/CodeGen/X86/vector-shift-ashr-sub128.ll
create mode 100644 test/CodeGen/X86/vector-shift-lshr-sub128-widen.ll
create mode 100644 test/CodeGen/X86/vector-shift-lshr-sub128.ll
create mode 100644 test/CodeGen/X86/vector-shift-shl-sub128-widen.ll
create mode 100644 test/CodeGen/X86/vector-shift-shl-sub128.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.