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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e9f18a1b 0: update: binutils-gcc-linux: all
new 8f0321cb 0: update: binutils-gcc-linux: 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 (e9f18a1b)
\
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 | 216 +-
02-prepare_abe/console.log | 122 +-
03-build_abe-binutils/console.log | 11544 +++++++--------
04-build_abe-stage1/console.log | 15558 ++++++++++----------
05-build_linux/console.log | 861 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 28323 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 28400 insertions(+), 28262 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 lldb.
from db5846505 [dotest] Make dotest.py invocation repeatable
new e70809acb [TSanRuntime] Upstream thread swift race detector.
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:
.../InstrumentationRuntime/TSan/TSanRuntime.cpp | 38 +++++++++++++++++++---
.../InstrumentationRuntime/TSan/TSanRuntime.h | 3 +-
2 files changed, 35 insertions(+), 6 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 84f1fe6e 0: update: llvm-linux: 19789
new d346e19b 0: update: llvm-856f3fe5bbd6a6b204a4a293efdeba8d25fb1814: 19789
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 (84f1fe6e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 220 +-
02-build_llvm/console.log | 12155 +-
03-build_linux/console.log | 1442138 ++++++++++++++++++-----------------
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 14 +-
console.log | 1454689 ++++++++++++++++++------------------
jenkins/manifest.sh | 11 +-
7 files changed, 1454499 insertions(+), 1454742 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 0013bc0cabf AMDGPU: Don't use frame virtual registers
new f82eedb6b6c [Attributor] Fix typo
new c1b56af013d [Attributor][Fix] Indicate change correctly
new 4044ba2cf89 [Attributor][NFC] Add const to map key
new 632c7e8319b [Attributor] Improve messages in iteration verify mode
The 4 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:
include/llvm/Transforms/IPO/Attributor.h | 5 ++---
lib/Transforms/IPO/Attributor.cpp | 26 ++++++++++++++------------
2 files changed, 16 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 ecb26c9a2fb Add requirement to test.
new cef7580a718 GlobalISel/TableGen: Handle setcc patterns
new 0013bc0cabf AMDGPU: Don't use frame virtual registers
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 6 +
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 16 +-
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 9 +
include/llvm/Target/TargetSelectionDAG.td | 36 +-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 7 +-
lib/Target/AMDGPU/AMDGPURegisterBanks.td | 2 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 17 +
lib/Target/AMDGPU/SIInstrInfo.h | 6 +
lib/Target/AMDGPU/SIRegisterInfo.cpp | 84 +--
.../CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.mir | 799 +++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-fcmp.s16.mir | 441 ++++++++++++
test/CodeGen/AMDGPU/frame-index-elimination.ll | 34 +-
test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir | 42 ++
test/CodeGen/AMDGPU/spill-m0.ll | 8 +-
.../Mips/GlobalISel/instruction-select/mul.mir | 8 +-
test/CodeGen/Mips/GlobalISel/llvm-ir/bitwise.ll | 10 +-
test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll | 4 -
test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll | 2 -
test/TableGen/Common/GlobalISelEmitterCommon.td | 1 +
test/TableGen/GlobalISelEmitter-setcc.td | 24 +
utils/TableGen/GlobalISelEmitter.cpp | 69 +-
21 files changed, 1527 insertions(+), 98 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fcmp.s16.mir
create mode 100644 test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir
create mode 100644 test/TableGen/GlobalISelEmitter-setcc.td
--
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-release-arm-mainline-defconfig
in repository toolchain/ci/linux.
from 9e8312f5e160 Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/proje [...]
adds 2a1a3fa0f292 kallsyms: Don't let kallsyms_lookup_size_offset() fail on [...]
adds d4a8061a7c5f KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long
adds 82e40f558de5 KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PEN [...]
adds 9cf6b756cdf2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
kernel/kallsyms.c | 6 ++++--
virt/kvm/arm/vgic/vgic-mmio.c | 18 ++++++++++++++++++
virt/kvm/arm/vgic/vgic-v2.c | 5 ++++-
virt/kvm/arm/vgic/vgic-v3.c | 5 ++++-
virt/kvm/arm/vgic/vgic.c | 7 +++++++
5 files changed, 37 insertions(+), 4 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 3bc94053 0: update: binutils-gcc-linux: boot
new d8b6cd51 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 (3bc94053)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 20 +-
02-prepare_abe/console.log | 70 +-
03-build_abe-binutils/console.log | 9750 ++++++------
04-build_abe-stage1/console.log | 17595 +++++++++++-----------
05-build_linux/console.log | 824 +-
06-boot_linux/console.log | 478 +-
console.log | 28741 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 28750 insertions(+), 28744 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.