This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils
in repository toolchain/ci/base-artifacts.
discards 1c3916f5 0: update: binutils-64f52b3ec1853d14293d5a461d7abc8bde5e3f62: 1
new 846a7a86 0: update: binutils-b0a7971ad46c265bd979b17eba3d97a9a63187eb: 1
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 (1c3916f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-c [...]
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 | 58 +-
02-prepare_abe/console.log | 172 +-
03-build_abe-check_binutils/console.log | 11608 +++++-----
04-build_abe-check_binutils-check/console.log | 16503 +++++++-------
05-check_regression/console.log | 9 +-
06-update_baseline/console.log | 27 +-
console.log | 28535 ++++++++++++------------
jenkins/manifest.sh | 10 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 4 +-
11 files changed, 28451 insertions(+), 28481 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-aarch64-mainline-defconfig
in repository toolchain/ci/linux.
from a99d8080aaf3 Linux 5.4-rc6
adds 4a6a6f5c4aee tools: gpio: Use !building_out_of_srctree to determine srctree
adds 459f7cb9a3b9 Merge tag 'gpio-v5.4-rc5-fixes-for-linus' of git://git.ker [...]
adds 806766af3909 Revert "gpio: merrifield: Move hardware initialization to [...]
adds 52c75f56703e Revert "gpio: merrifield: Restore use of irq_base"
adds 1173c3c28abf Revert "gpio: merrifield: Pass irqchip when adding gpiochip"
adds 7111fa1151e3 Merge tag 'gpio-v5.4-4' of git://git.kernel.org/pub/scm/li [...]
adds fa729c4df558 clone3: validate stack arguments
adds 26bc67213424 Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/p [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpio/gpio-merrifield.c | 33 +++++++++++++--------------------
include/uapi/linux/sched.h | 4 ++++
kernel/fork.c | 33 ++++++++++++++++++++++++++++++++-
tools/gpio/Makefile | 6 +++++-
4 files changed, 54 insertions(+), 22 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards af08e083 0: update: llvm-linux: boot
new d254decb 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 (af08e083)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 104 +-
02-build_llvm/console.log | 12556 +++++++++++++++++-----------------
03-build_linux/console.log | 712 +-
04-boot_linux/console.log | 438 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13826 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13834 insertions(+), 13830 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-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from 2d75b245668 [MS] Fix constexpr data member pointer conversions
adds 9a9b6492a66 [WinEH] Allocate space in funclets stack to save XMM CSRs
No new revisions were added by this update.
Summary of changes:
llvm/lib/Target/X86/X86FrameLowering.cpp | 44 ++-
llvm/lib/Target/X86/X86FrameLowering.h | 2 +
llvm/lib/Target/X86/X86MachineFunctionInfo.h | 8 +
llvm/lib/Target/X86/X86RegisterInfo.cpp | 19 +-
llvm/test/CodeGen/X86/avx512-intel-ocl.ll | 328 +++++++++++-----------
llvm/test/CodeGen/X86/catchpad-realign-savexmm.ll | 15 +
llvm/test/CodeGen/X86/win64-funclet-savexmm.ll | 115 ++++++++
llvm/test/CodeGen/X86/x86-interrupt_cc.ll | 12 +-
8 files changed, 366 insertions(+), 177 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/win64-funclet-savexmm.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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ff11a39c 0: update: llvm-linux: boot
new ac3d8a4f 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 (ff11a39c)
\
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 | 220 +-
02-build_llvm/console.log | 12032 +++++++++++++++++------------------
03-build_linux/console.log | 802 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 13091 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13070 insertions(+), 13120 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d8080777 0: update: llvm-linux: all
new 3aba3d90 0: update: llvm-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 (d8080777)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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 | 100 +-
02-build_llvm/console.log | 12415 ++++++++++++++--------------
03-build_linux/console.log | 4802 +++++------
04-boot_linux/console.log | 2 +-
console.log | 17319 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 17322 insertions(+), 17324 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/linux.
from a99d8080aaf3 Linux 5.4-rc6
adds 4a6a6f5c4aee tools: gpio: Use !building_out_of_srctree to determine srctree
adds 459f7cb9a3b9 Merge tag 'gpio-v5.4-rc5-fixes-for-linus' of git://git.ker [...]
adds 806766af3909 Revert "gpio: merrifield: Move hardware initialization to [...]
adds 52c75f56703e Revert "gpio: merrifield: Restore use of irq_base"
adds 1173c3c28abf Revert "gpio: merrifield: Pass irqchip when adding gpiochip"
adds 7111fa1151e3 Merge tag 'gpio-v5.4-4' of git://git.kernel.org/pub/scm/li [...]
adds fa729c4df558 clone3: validate stack arguments
adds 26bc67213424 Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/p [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpio/gpio-merrifield.c | 33 +++++++++++++--------------------
include/uapi/linux/sched.h | 4 ++++
kernel/fork.c | 33 ++++++++++++++++++++++++++++++++-
tools/gpio/Makefile | 6 +++++-
4 files changed, 54 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.