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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards f37ba84b 0: update: binutils-gcc-linux: boot
new a1b0787f 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 (f37ba84b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 60 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11280 ++++++------
04-build_abe-stage1/console.log | 20078 +++++++++++-----------
05-build_linux/console.log | 790 +-
06-boot_linux/console.log | 468 +-
console.log | 33139 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 33126 insertions(+), 33141 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 08efae3b0a1 [Attributor][NFC] Cleanup statistics code
new d10ede945e5 [Attributor] Create abstract attributes on-demand
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/Transforms/IPO/Attributor.h | 76 +++--
lib/Transforms/IPO/Attributor.cpp | 334 ++++++++++++---------
test/Transforms/FunctionAttrs/align.ll | 25 +-
test/Transforms/FunctionAttrs/arg_returned.ll | 3 +
test/Transforms/FunctionAttrs/dereferenceable.ll | 9 +-
test/Transforms/FunctionAttrs/noalias_returned.ll | 10 +-
test/Transforms/FunctionAttrs/nonnull.ll | 40 +--
test/Transforms/FunctionAttrs/nosync.ll | 5 +-
.../read_write_returned_arguments_scc.ll | 1 +
9 files changed, 275 insertions(+), 228 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0f2f3ce0 0: update: binutils-gcc-linux: all
new 992b3972 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 (0f2f3ce0)
\
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 | 208 +-
02-prepare_abe/console.log | 48 +-
03-build_abe-binutils/console.log | 11420 ++++++++-------
04-build_abe-stage1/console.log | 15635 ++++++++++----------
05-build_linux/console.log | 846 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 28179 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 28159 insertions(+), 28213 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 851853dd 0: update: llvm-linux: boot
new 679533bb 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 (851853dd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 50 +-
02-build_llvm/console.log | 12148 +++++++++++++++++------------------
03-build_linux/console.log | 668 +-
04-boot_linux/console.log | 476 +-
console.log | 13342 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
6 files changed, 13349 insertions(+), 13349 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 365fcdb0fa9 [Attributor] Fix the "clamp" operator
new e931b74a9d1 [Attributor] Use structured deduction for AANonNull
new 2cf3cb29ab3 [Attributor] Use structured deduction for AADereferenceable
new 08efae3b0a1 [Attributor][NFC] Cleanup statistics code
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:
lib/Transforms/IPO/Attributor.cpp | 406 +++++++++-------------
test/Transforms/FunctionAttrs/align.ll | 14 +-
test/Transforms/FunctionAttrs/dereferenceable.ll | 9 +-
test/Transforms/FunctionAttrs/noalias_returned.ll | 4 +-
test/Transforms/FunctionAttrs/nonnull.ll | 36 +-
test/Transforms/FunctionAttrs/noreturn_async.ll | 2 +-
test/Transforms/FunctionAttrs/noreturn_sync.ll | 2 +-
test/Transforms/FunctionAttrs/nosync.ll | 5 +-
8 files changed, 211 insertions(+), 267 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.