This is an automated email from the git hooks/post-receive script.
"Diana Picus pushed a change to branch diana/docker-bmk%wip
in repository toolchain/bmk-scripts.
at 0ede1ef prepare-board.sh: More verbose error message
This branch includes the following new commits:
new 0ede1ef prepare-board.sh: More verbose error message
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.
--
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.
"Diana Picus pushed a change to branch diana/docker-bmk%wip
in repository toolchain/jenkins-scripts.
from 9e1da22 Try again with more muscle
new f8abc2a ...and with the full path
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:
tcwg-benchmark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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.
"Diana Picus pushed a change to branch diana/docker-bmk%wip
in repository toolchain/jenkins-scripts.
from cbf0fbd Setup /usr/local/bin/benchmark.sh
new 9e1da22 Try again with more muscle
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:
tcwg-benchmark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 15d73c57 2: update: llvm-linux: 18686
new 1665bc6d 2: update: llvm-838c8e30c2f64e5398568b6369baa17aa38942fa: 18686
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 (15d73c57)
\
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 | 194 +-
02-build_llvm/console.log | 11952 ++++++++++++++++----------------
03-build_linux/console.log | 1897 +++--
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 119 +-
console.log | 14174 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 13981 insertions(+), 14378 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 c6dcc9e8e91 Remove username from git-llvm script, erroneously added in 366197
new 2a4c4ba95ab Reapply [llvm-ar][test] Add to MRI test coverage
new 14563227452 [Object/llvm-readelf/llvm-readobj] - Improve error reportin [...]
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:
include/llvm/Object/ELF.h | 5 ++-
test/Object/invalid.test | 16 ++++++++
test/tools/llvm-ar/mri-addlib.test | 45 +++++++++++++++++++++
test/tools/llvm-ar/mri-addmod.test | 27 +++++++++++++
test/tools/llvm-ar/mri-comments.test | 19 +++++++++
test/tools/llvm-ar/mri-end.test | 48 +++++++++++++++++++++++
test/tools/llvm-readobj/elf-invalid-shstrndx.test | 26 ++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 16 ++++++--
tools/llvm-readobj/llvm-readobj.cpp | 13 +++---
tools/llvm-readobj/llvm-readobj.h | 1 +
10 files changed, 204 insertions(+), 12 deletions(-)
create mode 100644 test/tools/llvm-ar/mri-addlib.test
create mode 100644 test/tools/llvm-ar/mri-addmod.test
create mode 100644 test/tools/llvm-ar/mri-comments.test
create mode 100644 test/tools/llvm-ar/mri-end.test
create mode 100644 test/tools/llvm-readobj/elf-invalid-shstrndx.test
--
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 1a24774fb8 [SemaTemplate] Fix uncorrected typos after pack expansion
new 22e4d5dc5d [Driver] Don't pass --dynamic-linker to ld on Solaris
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/Solaris.cpp | 4 ----
test/Driver/Inputs/solaris_sparc_tree/usr/lib/ld.so.1 | 0
test/Driver/Inputs/solaris_sparc_tree/usr/lib/sparcv9/ld.so.1 | 0
test/Driver/Inputs/solaris_x86_tree/usr/lib/amd64/ld.so.1 | 0
test/Driver/Inputs/solaris_x86_tree/usr/lib/ld.so.1 | 0
test/Driver/solaris-ld.c | 4 ----
6 files changed, 8 deletions(-)
delete mode 100644 test/Driver/Inputs/solaris_sparc_tree/usr/lib/ld.so.1
delete mode 100644 test/Driver/Inputs/solaris_sparc_tree/usr/lib/sparcv9/ld.so.1
delete mode 100644 test/Driver/Inputs/solaris_x86_tree/usr/lib/amd64/ld.so.1
delete mode 100644 test/Driver/Inputs/solaris_x86_tree/usr/lib/ld.so.1
--
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-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 47fe74a5166 Daily bump.
adds b76459ba3b0 Backport fix for PR85711
adds 8958f1e9a81 S/390: Fix vector shift count operand
adds 3240bb8a565 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/s390/vector.md | 2 +-
gcc/recog.c | 16 +++++++++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c | 24 ++++++++++++++++++++++
6 files changed, 62 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c
--
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-aarch64-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from f83492cd36 Automatic date update in version.in
adds 47069bb706 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 285acd32 0: update: binutils-gcc-linux: boot
new 5e21412f 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 (285acd32)
\
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 | 166 +-
02-prepare_abe/console.log | 170 +-
03-build_abe-binutils/console.log | 11014 +++++++--------
04-build_abe-stage1/console.log | 13785 ++++++++++---------
05-build_linux/console.log | 726 +-
06-boot_linux/console.log | 328 +-
console.log | 25893 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26042 insertions(+), 26052 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.