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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards c6932ffb 0: update: binutils-gcc-linux: boot
new 3b64b4a6 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 (c6932ffb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 278 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11187 +++++++--------
04-build_abe-stage1/console.log | 14041 +++++++++----------
05-build_linux/console.log | 654 +-
06-boot_linux/console.log | 436 +-
08-update_baseline/console.log | 25 -
console.log | 27072 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 27067 insertions(+), 27080 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-allnoconfig
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 162a09b4 0: update: binutils-gcc-linux: all
new 330575f8 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 (162a09b4)
\
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 | 162 +-
02-prepare_abe/console.log | 312 +-
03-build_abe-binutils/console.log | 10650 ++++++-------
04-build_abe-stage1/console.log | 18455 +++++++++++-----------
05-build_linux/console.log | 650 +-
06-boot_linux/console.log | 2 +-
console.log | 30257 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 30265 insertions(+), 30239 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 7d610ade1d3 [WebAssembly] Add atomic.fence instruction
new 3767f18861b [RISCV] Avoid generating AssertZext for LP64 ABI when lower [...]
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:
include/llvm/CodeGen/TargetLowering.h | 18 +-
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 44 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 30 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +-
lib/Target/ARM/ARMISelLowering.cpp | 4 +-
lib/Target/RISCV/RISCVISelLowering.cpp | 10 +
lib/Target/RISCV/RISCVISelLowering.h | 2 +
test/CodeGen/RISCV/calling-conv-lp64.ll | 6 +-
test/CodeGen/RISCV/rv32i-rv64i-float-double.ll | 6 +-
test/CodeGen/RISCV/rv64i-complex-float.ll | 53 ++
test/CodeGen/RISCV/rv64i-single-softfloat.ll | 712 ++++++++++++++++++++++++
11 files changed, 868 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/RISCV/rv64i-complex-float.ll
create mode 100644 test/CodeGen/RISCV/rv64i-single-softfloat.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 binutils-gdb.
from 48352473b1 [gdb/testsuite] Fix info-var.exp for debug info from other files
new 83cf0d04dc PR24891, objdump memory leaks when parsing malformed archive
new a85eba51f6 Tidy check_uvalue
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:
bfd/ChangeLog | 11 +++++++++++
bfd/archive.c | 10 +++++++---
bfd/bfd-in2.h | 3 +++
bfd/bfd.c | 3 +++
binutils/ChangeLog | 4 ++++
binutils/dwarf.c | 9 +--------
6 files changed, 29 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.