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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 121ae9cd 2: update: llvm-linux: 25
new 1343f0bb 2: update: llvm-linux: 25
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 (121ae9cd)
\
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 | 70 +-
02-build_llvm/console.log | 11744 +++++++++++++++++------------------
03-build_linux/console.log | 662 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 92 +-
console.log | 12574 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 12584 insertions(+), 12576 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 015c0c96 0: update: llvm-linux: all
new 4a6c3215 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 (015c0c96)
\
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 | 184 +-
02-build_llvm/console.log | 11789 +++++++++++++++---------------
03-build_linux/console.log | 2944 ++++----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 +
console.log | 14950 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 14977 insertions(+), 14937 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b0a8a6e5 0: update: llvm-linux: all
new db70172c 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 (b0a8a6e5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 166 +-
02-build_llvm/console.log | 11735 +++++++++++++++++------------------
03-build_linux/console.log | 828 +--
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 12756 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 12790 insertions(+), 12734 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 6a59b736826 AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics
new 894e54f898f [llvm-readobj] Allow --hex-dump/--string-dump to dump multi [...]
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:
.../ELF/overlapping-sections-in-segments.test | 1 +
.../llvm-objcopy/ELF/overlapping-sections.test | 1 +
test/tools/llvm-readobj/hex-dump-multi.s | 21 +++
test/tools/llvm-readobj/hex-dump.test | 59 ++++++
test/tools/llvm-readobj/hexdump.test | 32 ----
test/tools/llvm-readobj/print-hex.test | 26 ---
test/tools/llvm-readobj/string-dump-multi.s | 21 +++
test/tools/llvm-readobj/string-dump.test | 17 +-
tools/llvm-readobj/ObjDumper.cpp | 209 +++++++++++----------
tools/llvm-readobj/ObjDumper.h | 6 +-
tools/llvm-readobj/llvm-readobj.cpp | 8 +-
11 files changed, 229 insertions(+), 172 deletions(-)
create mode 100644 test/tools/llvm-readobj/hex-dump-multi.s
create mode 100644 test/tools/llvm-readobj/hex-dump.test
delete mode 100644 test/tools/llvm-readobj/hexdump.test
delete mode 100644 test/tools/llvm-readobj/print-hex.test
create mode 100644 test/tools/llvm-readobj/string-dump-multi.s
--
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 clang.
from e7e376f27a Require commas to separate multiple GNU-style attributes in [...]
new 0bc78808c1 AMDGPU: Disable errno by default
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/Driver/ToolChains/AMDGPU.h | 2 ++
test/Driver/fast-math.c | 6 ++++++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.