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-defconfig
in repository toolchain/ci/base-artifacts.
from 32143daf 0: update: linux-d59f5a01fa438635ae098b2e170a18644df73c06: boot
new 9f80e1c3 1: reset: llvm-bd467cfe4bcdfbe105ecf7b7d4a3da3fcfa92703: -10
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 | 141 +-
02-build_llvm/console.log | 6334 +++-----------------------------
03-build_linux/console.log | 956 -----
04-boot_linux/console.log | 239 --
05-check_regression/console.log | 17 +-
06-update_baseline/console.log | 25 -
console.log | 7712 ++++-----------------------------------
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 8 -
10 files changed, 1367 insertions(+), 14076 deletions(-)
delete mode 100644 03-build_linux/console.log
delete mode 100644 04-boot_linux/console.log
create mode 100644 reset-baseline
--
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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 201392d6 0: update: llvm-linux: boot
new 0d97afd7 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 (201392d6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 167 +-
02-build_llvm/console.log | 11636 ++++++++++++++++----------------
03-build_linux/console.log | 1634 ++---
04-boot_linux/console.log | 416 +-
console.log | 13853 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
7 files changed, 13864 insertions(+), 13854 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
in repository toolchain/ci/interesting-commits.
from d9f06a9 Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
new 07c65df Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
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:
llvm | 2 ++
1 file changed, 2 insertions(+)
--
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 989aed38095 [cmake] Try to make cmake happy and fix bots.
new ba36ccd5d2c [SelectionDAG] fold insert subvector of undef into undef
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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 3 +++
1 file changed, 3 insertions(+)
--
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 ba6cd17f0a [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions
new 304f09d0d4 MIPS/LD: Fix memory fault linking non-PIC object in to share [...]
new b474a2022d MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared library
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 | 10 ++++++++++
bfd/elfxx-mips.c | 31 +++++++++++++++++++++++--------
ld/ChangeLog | 20 ++++++++++++++++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 7 +++++++
ld/testsuite/ld-mips-elf/pic-reloc-5.d | 10 ++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-5.s | 22 ++++++++++++++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-6.d | 11 +++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-6.s | 22 ++++++++++++++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-7.d | 8 ++++++++
ld/testsuite/ld-mips-elf/pic-reloc-7.s | 10 ++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-tls.ld | 7 +++++++
11 files changed, 150 insertions(+), 8 deletions(-)
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-5.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-5.s
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-6.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-6.s
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-7.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-7.s
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-tls.ld
--
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d23655b8 2: update: binutils-gcc-linux: 19550
new 44c81b0d 2: update: binutils-gcc-linux: 19560
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 (d23655b8)
\
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 | 77 +-
02-prepare_abe/console.log | 439 +-
03-build_abe-binutils/console.log | 10912 +++++++-------
04-build_abe-stage1/console.log | 16057 ++++++++++----------
05-build_linux/console.log | 787 +-
07-check_regression/console.log | 6 +-
08-update_baseline/console.log | 45 +-
console.log | 28315 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
10 files changed, 28320 insertions(+), 28338 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.