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-defconfig
in repository toolchain/ci/base-artifacts.
discards d0e49bd2b 0: update: llvm-linux: boot
new 220b727da 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 (d0e49bd2b)
\
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 | 172 +-
02-build_llvm/console.log | 12725 +++++++++++++++++-----------------
03-build_linux/console.log | 822 +--
04-boot_linux/console.log | 438 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 14161 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14166 insertions(+), 14164 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_bmk_tk1/llvm-release-arm-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 05c4c0ae2 0: update: binutils-gcc-glibc-llvm: 1
new 33c5d23e4 0: update: binutils-gcc-glibc-llvm: 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 (05c4c0ae2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 172 +-
02-prepare_abe/console.log | 132 +-
03-build_abe-binutils/console.log | 10814 +-
04-build_abe-stage1/console.log | 17444 ++--
05-build_abe-linux/console.log | 160 +-
06-build_abe-glibc/console.log | 33822 ++++---
07-build_abe-stage2/console.log | 43395 ++++----
08-build_llvm-true/console.log | 12717 +--
10-benchmark--O3_LTO_marm/benchmark-start.log | 2 +-
10-benchmark--O3_LTO_marm/benchmark.log | 14 +-
10-benchmark--O3_LTO_marm/console.log | 150 +-
11-check_regression/console.log | 764 +-
11-check_regression/results-0.csv | 111 +-
11-check_regression/results-1.csv | 112 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 120 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2674 +-
12-update_baseline/console.log | 778 +-
12-update_baseline/results-0.csv | 111 +-
12-update_baseline/results-1.csv | 112 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 120 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 2706 +-
console.log | 120612 +++++++++++------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
28 files changed, 123597 insertions(+), 123629 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 binutils-gdb.
from c4694f172b5 Enable support to Intel Keylocker instructions
new ebe824f5dcf Remove some manual memory management from compile interface
new 0dbf6ee6a07 Use new/delete for do_module_cleanup
new e947a8482ac Introduce and use compile_module_up
new e616f60a6bc Transfer module ownership to do_module_cleanup
new 92677124d90 Simplify compile_module cleanup
new bac51ab78d4 Avoid manual memory management of argv arrays in gdb/compile
The 6 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:
gdb/ChangeLog | 72 +++++++++++++++++++++++++
gdb/compile/compile-c-types.c | 4 +-
gdb/compile/compile-cplus-types.c | 39 ++++++--------
gdb/compile/compile-object-load.c | 108 +++++++++++++++++++++-----------------
gdb/compile/compile-object-load.h | 20 +++++--
gdb/compile/compile-object-run.c | 78 +++++++++++----------------
gdb/compile/compile-object-run.h | 2 +-
gdb/compile/compile.c | 82 +++++++----------------------
gdb/utils.h | 43 +++++++++++++++
9 files changed, 262 insertions(+), 186 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-release-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from 132ddcc78c1 libstdc++: Use correct argument type for __use_alloc, again [...]
adds e7285587186 libstdc++: Fix out-of-bounds string_view access in filesyst [...]
adds c189842fef7 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 35 ++++++++++++++++++++++
libstdc++-v3/src/c++17/fs_path.cc | 2 +-
.../27_io/filesystem/path/append/source.cc | 10 +++++++
4 files changed, 47 insertions(+), 2 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 61bc7c40f 0: update: binutils-gcc-linux: boot
new d92134aa6 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 (61bc7c40f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 68 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11220 +++++------
04-build_abe-stage1/console.log | 16990 +++++++++--------
05-build_linux/console.log | 570 +-
06-boot_linux/console.log | 496 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29806 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 29791 insertions(+), 29835 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-release-arm-stable-allyesconfig
in repository toolchain/ci/gcc.
from 132ddcc78c1 libstdc++: Use correct argument type for __use_alloc, again [...]
adds e7285587186 libstdc++: Fix out-of-bounds string_view access in filesyst [...]
adds c189842fef7 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 35 ++++++++++++++++++++++
libstdc++-v3/src/c++17/fs_path.cc | 2 +-
.../27_io/filesystem/path/append/source.cc | 10 +++++++
4 files changed, 47 insertions(+), 2 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-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0559c4f3e 0: update: binutils-gcc-linux: all
new d94920001 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 (0559c4f3e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 137 +-
02-prepare_abe/console.log | 238 +-
03-build_abe-binutils/console.log | 10792 +++++------
04-build_abe-stage1/console.log | 18185 +++++++++---------
05-build_linux/console.log | 1056 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30420 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30389 insertions(+), 30461 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.