This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 9cc0de3c 0: update: binutils-gcc-glibc-qemu: 6
new 648752f3 0: update: binutils-gcc-glibc-qemu: 6
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 (9cc0de3c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
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 | 174 +-
02-prepare_abe/console.log | 250 +-
04-build_abe-binutils/console.log | 11284 ++--
05-build_abe-stage1/console.log | 14947 +++--
06-build_abe-linux/console.log | 2022 +-
07-build_abe-glibc/console.log | 39041 ++++++-------
08-build_abe-stage2/console.log | 34931 ++++++-----
09-build_abe-qemu/console.log | 7148 +--
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 109909 ++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
12 files changed, 109904 insertions(+), 109824 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-aarch64-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 814d9ecf9b Automatic date update in version.in
adds abe2a28aaa Backportpatch to fix parsing of DWARF fuction and variable tags.
adds 84fd26d820 Backport patch to fix a quadratic slow down in the BFD library.
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 20 +++++++++
bfd/dwarf2.c | 134 ++++++++++++++++++++++++++++++++++++++++++++++------------
bfd/elf.c | 5 +++
3 files changed, 132 insertions(+), 27 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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9379e599 0: update: binutils-gcc-linux-qemu: all
new 505e7925 0: update: binutils-gcc-linux-qemu: 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 (9379e599)
\
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 | 334 +-
02-prepare_abe/console.log | 274 +-
03-build_abe-binutils/console.log | 11798 +++++------
04-build_abe-stage1/console.log | 13863 ++++++------
05-build_abe-qemu/console.log | 7144 +++----
06-build_linux/console.log | 734 +-
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 14 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 34187 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 34210 insertions(+), 34184 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_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from 10a882eec2e fix typo in attr_fnspec::verify
adds 8ebcd360858 Generate 128-bit int divide/modulus on power10.
adds d3344fbe7bc Clean up and virtualize the on-entry cache interface.
adds f4ed9f2e65a Implement multi-bit aligned accessors for sparse bitmap.
adds 52f0aa4dee8 Implement a sparse bitmap representation for Rangers on-ent [...]
adds 263a7e20c88 Don't process lookups for debug statements in Ranger.
adds 86534c07a39 Disable poor value processing in ranger cache.
adds f48526b8d2a Adjust on_entry cache to indicate if the value was set properly.
adds 85c22c517e9 Do not continue propagating values which cannot be set properly.
adds b977e6b29c6 Fix build_gt and build_lt for signed 1 bit values.
adds ccfbcb47cc3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 139 +++++++++
gcc/DATESTAMP | 2 +-
gcc/bitmap.c | 108 +++++++
gcc/bitmap.h | 7 +
gcc/config/rs6000/rs6000.md | 34 ++
gcc/gimple-range-cache.cc | 346 ++++++++++++++-------
gcc/gimple-range-cache.h | 5 +-
gcc/gimple-range.cc | 2 +-
gcc/params.opt | 4 +
gcc/range-op.cc | 18 +-
gcc/testsuite/ChangeLog | 36 +++
gcc/testsuite/gcc.dg/pr101223.c | 44 +++
gcc/testsuite/gcc.target/powerpc/p10-vdivq-vmodq.c | 27 ++
gcc/value-range.h | 9 +
libstdc++-v3/ChangeLog | 26 ++
15 files changed, 689 insertions(+), 118 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr101223.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p10-vdivq-vmodq.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_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 6de96b73 0: update: gcc-10a882eec2eca8fe5a1778112bdd8ed30c2df3c5: 1
new c1aa2a3e 0: update: gcc-ccfbcb47cc3526402c0476b084cae42c6f8eea49: 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 (6de96b73)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 120 +-
02-prepare_abe/console.log | 186 +-
04-build_abe-bootstrap_O3/console.log | 84966 +++++++++++++++----------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 85326 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 85362 insertions(+), 85276 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_gnu/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/gcc.
from 10a882eec2e fix typo in attr_fnspec::verify
adds 8ebcd360858 Generate 128-bit int divide/modulus on power10.
adds d3344fbe7bc Clean up and virtualize the on-entry cache interface.
adds f4ed9f2e65a Implement multi-bit aligned accessors for sparse bitmap.
adds 52f0aa4dee8 Implement a sparse bitmap representation for Rangers on-ent [...]
adds 263a7e20c88 Don't process lookups for debug statements in Ranger.
adds 86534c07a39 Disable poor value processing in ranger cache.
adds f48526b8d2a Adjust on_entry cache to indicate if the value was set properly.
adds 85c22c517e9 Do not continue propagating values which cannot be set properly.
adds b977e6b29c6 Fix build_gt and build_lt for signed 1 bit values.
adds ccfbcb47cc3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 139 +++++++++
gcc/DATESTAMP | 2 +-
gcc/bitmap.c | 108 +++++++
gcc/bitmap.h | 7 +
gcc/config/rs6000/rs6000.md | 34 ++
gcc/gimple-range-cache.cc | 346 ++++++++++++++-------
gcc/gimple-range-cache.h | 5 +-
gcc/gimple-range.cc | 2 +-
gcc/params.opt | 4 +
gcc/range-op.cc | 18 +-
gcc/testsuite/ChangeLog | 36 +++
gcc/testsuite/gcc.dg/pr101223.c | 44 +++
gcc/testsuite/gcc.target/powerpc/p10-vdivq-vmodq.c | 27 ++
gcc/value-range.h | 9 +
libstdc++-v3/ChangeLog | 26 ++
15 files changed, 689 insertions(+), 118 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr101223.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p10-vdivq-vmodq.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.