This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 502d3404 0: update: binutils-gcc-glibc: -1
new ad017b08 0: update: binutils-gcc-glibc: -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 (502d3404)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-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 | 139 +-
02-prepare_abe/console.log | 252 +-
03-build_abe-binutils/console.log | 11552 ++--
04-build_abe-stage1---/console.log | 15582 +++--
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 39819 ++++++-------
07-build_abe-stage2---/console.log | 39734 +++++++------
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 15 +-
09-benchmark/console.log | 97 +-
console.log | 107379 +++++++++++++++++-----------------
jenkins/manifest.sh | 20 +-
12 files changed, 107235 insertions(+), 107646 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/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/binutils-gdb.
from dfc19da6a6 PR24623, DWARF errors
adds b1c896b365 Fix gdb build on macOS
adds 75faf5c41d AArch64: Allow additional sizes in prologue
No new revisions were added by this update.
Summary of changes:
gdb/ChangeLog | 10 +++
gdb/aarch64-tdep.c | 32 +++------
gdb/darwin-nat-info.c | 1 +
gdb/darwin-nat.c | 1 +
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.arch/aarch64-prologue.c | 83 ++++++++++++++++++++++
.../aarch64-prologue.exp} | 29 ++++----
7 files changed, 124 insertions(+), 37 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/aarch64-prologue.c
copy gdb/testsuite/{gdb.cp/constexpr-field.exp => gdb.arch/aarch64-prologue.exp} (62%)
--
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/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
from 771cd12f 0: update: binutils-gcc-glibc: 0
new 6b30aa75 1: reset: binutils-75faf5c41d7fc713b73cbb3523dcc6ca3855f98e: 0
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 | 76 +-
02-prepare_abe/console.log | 356 +-
03-build_abe-binutils/console.log | 11445 +-
.../console.log | 15286 ++-
05-build_abe-linux/console.log | 75 +-
06-build_abe-glibc/console.log | 39375 +++---
.../console.log | 39526 +++---
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 24 +-
09-benchmark/console.log | 194 +-
10-check_regression/console.log | 7245 +-
11-update_baseline/console.log | 13834 +-
bad_revs | 1 +
console.log | 125134 ++++++++----------
failures | 1 +
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results | 4 +-
results-full.csv | 3650 +-
results.csv | 248 +-
results_id | 2 +-
21 files changed, 119100 insertions(+), 137394 deletions(-)
rename {04-build_abe-stage1 => 04-build_abe-stage1---}/console.log (78%)
rename {07-build_abe-stage2 => 07-build_abe-stage2---}/console.log (89%)
create mode 100644 bad_revs
create mode 100644 failures
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.
unknown user pushed a change to branch master
in repository llvm.
from 707116e84d4 [GlobalISel] Fix G_SEXT narrowScalar to bail out of unsuppo [...]
new da176cb964c [IRPrinting] Improve module pass printer to work better wit [...]
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/IR/IRPrintingPasses.cpp | 18 +++++++++++++-----
test/Other/module-pass-printer.ll | 18 ++++++++++++++++++
2 files changed, 31 insertions(+), 5 deletions(-)
create mode 100644 test/Other/module-pass-printer.ll
--
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 lldb.
from b4370358c [dotest] Avoid the need for LEVEL= makefile boilerplate
new d59ba8b26 [lldb][NFC] Add a simple test for thread_local storage.
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:
.../lldbsuite/test/lang/cpp/thread_local/Makefile | 3 +++
.../TestThreadLocal.py} | 2 +-
.../lldbsuite/test/lang/cpp/thread_local/main.cpp | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/thread_local/Makefile
copy packages/Python/lldbsuite/test/lang/cpp/{function_refs/TestFunctionRefs.py => [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/thread_local/main.cpp
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5a2e70f8 0: update: llvm-linux: 17751
new dd975b7e 0: update: llvm-linux: 17751
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 (5a2e70f8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 100 +-
02-build_llvm/console.log | 12024 ++++++++++++++++-----------------
03-build_linux/console.log | 2078 +++---
console.log | 14202 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
5 files changed, 14232 insertions(+), 14180 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.