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-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from dbab40bdb42c Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk [...]
adds 7713e62c8623 hwmon: (nct7802) Fix voltage limits to wrong registers
adds e51a7dda2998 hwmon: (nct7802) Fix non-working alarm on voltages
adds cf3ca1877574 hwmon: (adt7475) Make volt2reg return same reg as reg2volt input
adds 3bf8bdcf3bad hwmon: (core) Do not use device managed functions for memo [...]
adds 1b4e677f86c7 Merge tag 'hwmon-for-v5.5-rc8' of git://git.kernel.org/pub [...]
adds 90a8e82d3ca8 leds: gpio: Fix uninitialized gpio label for fwnode based probe
adds 22cb0a76e005 leds-as3645a: Drop fwnode reference on ignored node
adds 2424415d25a7 led: max77650: add of_match table
adds 30d57d55abd7 ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()
adds 51eb5a24de91 leds: rb532: cleanup whitespace
adds 43108c72cf1d leds: lm3532: add pointer to documentation and fix typo
adds 131701c697e8 Merge tag 'leds-5.5-rc8' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
drivers/hwmon/adt7475.c | 5 ++-
drivers/hwmon/hwmon.c | 68 ++++++++++++++++++------------
drivers/hwmon/nct7802.c | 75 +++++++++++++++++++++++++++++++---
drivers/leds/leds-as3645a.c | 3 +-
drivers/leds/leds-gpio.c | 10 ++++-
drivers/leds/leds-lm3532.c | 3 +-
drivers/leds/leds-max77650.c | 7 ++++
drivers/leds/leds-rb532.c | 1 -
drivers/leds/trigger/ledtrig-pattern.c | 4 +-
9 files changed, 135 insertions(+), 41 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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/llvm-project.
from 3cce3790072 [HIP] use GetProgramPath for executable discovery
adds 54acc20e6da [PATCH] Reland [Clang] Un-break scan-build after integrated [...]
adds 050e1a3c268 [AArch64] Don't rename registers with pseudo defs in Ld/St opt.
adds 7adf83beece [InstCombine] Fix worklist management in DSE (PR44552)
adds b5cdee9bdce [PGO][PGSO] Update BFI in CodeGenPrepare::optimizeSelectInst.
adds 1f98c2b586e [clang-tidy] Disable Checks on If constexpr statements in t [...]
adds d64ca7abe19 [SLP] Add a test showing miscompilation in AltOpcode support
adds 029140ee1ca [SLP] Don't allow Div/Rem as alternate opcodes
adds 6c9da109c9c [mlir] Fix compilation with VS2019.
adds 3e429b691ec [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LIN [...]
adds ba92233ce22 Revert "[cmake] Fix clang builds with BUILD_SHARED=ON and C [...]
new 85ee70e8645 Clang] Fix expansion of response files in -Wp after integra [...]
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:
.../clang-tidy/bugprone/BranchCloneCheck.cpp | 3 +-
.../readability/BracesAroundStatementsCheck.cpp | 5 +-
...bugprone-branch-clone-if-constexpr-template.cpp | 58 +++++++++
...es-around-statements-constexpr-if-templates.cpp | 48 ++++++++
clang/include/clang/Driver/Driver.h | 2 +-
clang/lib/Driver/Compilation.cpp | 2 +-
clang/lib/Driver/Job.cpp | 2 +-
clang/test/Driver/Wp-args.c | 10 ++
clang/test/Driver/cc-print-options.c | 3 +-
clang/test/Driver/cuda-simple.cu | 4 +-
clang/test/Driver/offloading-interoperability.c | 4 +-
clang/test/Driver/option-aliases.c | 4 +-
clang/tools/driver/driver.cpp | 22 ++--
llvm/lib/CodeGen/CodeGenPrepare.cpp | 1 +
.../Target/AArch64/AArch64LoadStoreOptimizer.cpp | 13 +++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 7 +-
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 18 ++-
.../test/CodeGen/AArch64/stp-opt-with-renaming.mir | 33 ++++++
llvm/test/CodeGen/X86/cmov-into-branch.ll | 25 ++++
llvm/test/Transforms/InstCombine/pr44552.ll | 59 ++++++++++
.../SLPVectorizer/X86/no_alternate_divrem.ll | 129 +++++++++++++++++++++
mlir/include/mlir/IR/Attributes.h | 7 +-
22 files changed, 432 insertions(+), 27 deletions(-)
create mode 100644 clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clon [...]
create mode 100644 clang-tools-extra/test/clang-tidy/checkers/readability-braces-a [...]
create mode 100644 llvm/test/Transforms/InstCombine/pr44552.ll
create mode 100644 llvm/test/Transforms/SLPVectorizer/X86/no_alternate_divrem.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 41e421ad 0: update: llvm-linux: boot
new aa34b5bc 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (41e421ad)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 74 +-
02-build_llvm/console.log | 12650 +++++++++++++++++------------------
03-build_linux/console.log | 758 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 29 +
console.log | 13513 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13548 insertions(+), 13490 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/llvm-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ac52a2ac 0: update: llvm-linux: 16
new f92a4502 0: update: llvm-linux: 16
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ac52a2ac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 223 +-
02-build_llvm/console.log | 12670 ++++++++++++++++++-----------------
03-build_linux/console.log | 842 +--
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 13755 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13760 insertions(+), 13762 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_bmk_tk1/gnu-master-arm-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/base-artifacts.
discards eae6bb53 1: push: binutils-gcc-glibc: -5
new 79b4d452 1: update: binutils-gcc-glibc: -5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eae6bb53)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 132 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11506 +--
04-build_abe-stage1/console.log | 20070 +++--
05-build_abe-linux/console.log | 294 +-
06-build_abe-glibc/console.log | 39065 ++++-----
07-build_abe-stage2/console.log | 45174 ++++++-----
08-benchmark--O3_marm/benchmark-start.log | 2 +-
08-benchmark--O3_marm/benchmark.log | 101 +-
08-benchmark--O3_marm/console.log | 244 +-
10-check_regression/console.log | 43 +-
11-update_baseline/console.log | 48 +-
console.log | 117160 ++++++++++++++-------------
jenkins/manifest.sh | 22 +-
14 files changed, 117315 insertions(+), 116958 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.