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-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards b2c2db23 0: update: binutils-gcc-linux: boot
new 5811c30c 0: update: binutils-gcc-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 (b2c2db23)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 164 +-
02-prepare_abe/console.log | 312 +-
03-build_abe-binutils/console.log | 10939 ++++++-------
04-build_abe-stage1/console.log | 18632 ++++++++++-----------
05-build_linux/console.log | 694 +-
06-boot_linux/console.log | 416 +-
console.log | 31157 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 31172 insertions(+), 31154 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cd3fd14d 0: update: linux-d41a3effbb53b1bcea41e328d16a4d046a508381: all
new 6c1a4a66 0: update: binutils-deccd150e1e91c3a0f0557cdeaf95bb816c4af8e: all
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 (cd3fd14d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 219 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11370 ++++++++-------
04-build_abe-stage1/console.log | 14873 ++++++++++---------
05-build_linux/console.log | 762 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 27687 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 27924 insertions(+), 27437 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 81460d13a7b [LVI] Look through extractvalue of insertvalue
new df591a43ba2 [X86] Fix pshuflw formation from repeated shuffle mask (PR43230)
new 2d0b4264f32 [Intrinsic] Add the llvm.umul.fix.sat intrinsic
new fb1c8990aef [CodeGen] Handle SMULFIXSAT with scale zero in TargetLoweri [...]
The 3 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:
docs/LangRef.rst | 67 +++
include/llvm/CodeGen/ISDOpcodes.h | 2 +-
include/llvm/CodeGen/TargetLowering.h | 5 +-
include/llvm/IR/Intrinsics.td | 3 +
include/llvm/Target/TargetSelectionDAG.td | 1 +
lib/Analysis/VectorUtils.cpp | 2 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 84 +++-
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 13 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 8 +
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 +
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 92 +++-
lib/CodeGen/TargetLoweringBase.cpp | 1 +
lib/IR/Verifier.cpp | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
test/CodeGen/PowerPC/smulfixsat.ll | 52 +++
test/CodeGen/PowerPC/umulfixsat.ll | 36 ++
test/CodeGen/X86/mulfix_combine.ll | 38 ++
test/CodeGen/X86/umul_fix_sat.ll | 542 ++++++++++++++++++++++
test/CodeGen/X86/vector-mulfix-legalize.ll | 45 ++
test/CodeGen/X86/vector-shuffle-256-v16.ll | 25 +-
test/Transforms/Scalarizer/intrinsics.ll | 12 +
test/Verifier/intrinsic-immarg.ll | 18 +
25 files changed, 995 insertions(+), 72 deletions(-)
create mode 100644 test/CodeGen/PowerPC/smulfixsat.ll
create mode 100644 test/CodeGen/PowerPC/umulfixsat.ll
create mode 100644 test/CodeGen/X86/umul_fix_sat.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/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 95aa89c6 0: update: linux-e7d2672c66e4d3675570369bf20856296da312c4: all
new 54c1f2ff 0: update: binutils-deccd150e1e91c3a0f0557cdeaf95bb816c4af8e: all
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 (95aa89c6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 12 +-
02-prepare_abe/console.log | 290 +-
03-build_abe-binutils/console.log | 11084 +++++++-------
04-build_abe-stage1/console.log | 16166 ++++++++++----------
05-build_linux/console.log | 912 +-
06-boot_linux/console.log | 2 +-
console.log | 28503 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 28660 insertions(+), 28317 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 c1d159a7bd1 [DwarfExpression] Disallow some rewrites to avoid undefined [...]
new 6e93cde201c [X86] Add test for PR43230; NFC
new 81460d13a7b [LVI] Look through extractvalue of insertvalue
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/Analysis/LazyValueInfo.cpp | 15 +++++++
test/CodeGen/X86/vector-shuffle-256-v16.ll | 50 ++++++++++++++++++++++
.../CorrelatedValuePropagation/overflows.ll | 27 +++---------
3 files changed, 72 insertions(+), 20 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-stable-allmodconfig
in repository toolchain/ci/linux.
from 140839fe4e71 Linux 5.2.12
adds 4c634717d778 Revert "Input: elantech - enable SMBus on new (2018+) systems"
adds 218ca2e5affe Linux 5.2.13
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
drivers/input/mouse/elantech.c | 54 +++++++++++++++++++++++-------------------
2 files changed, 30 insertions(+), 26 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 58b1e175 0: update: binutils-deccd150e1e91c3a0f0557cdeaf95bb816c4af8e: all
new aadbd8a2 0: update: linux-218ca2e5affedf0f98e371a15aa56574a18109f1: all
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 (58b1e175)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 184 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11301 +++++++--------
04-build_abe-stage1/console.log | 14820 ++++++++++---------
05-build_linux/console.log | 723 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 27503 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 27291 insertions(+), 27704 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 c492880dff8 Fix MSVC "32-bit shift implicitly converted to 64 bits" war [...]
new e804d2598b9 [DebugInfo] Pre-commit of test case for DW_OP_breg/DW_OP_fb [...]
new c1d159a7bd1 [DwarfExpression] Disallow some rewrites to avoid undefined [...]
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 20 +-
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 22 +-
test/DebugInfo/X86/dw_op_constu.mir | 377 ++++++++++++++++++++++++++++
4 files changed, 402 insertions(+), 20 deletions(-)
create mode 100644 test/DebugInfo/X86/dw_op_constu.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.