This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 3769a481 0: update: binutils-gcc-linux-glibc-gdb: 1
new 55ba4a65 0: update: binutils-gcc-linux-glibc-gdb: 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 (3769a481)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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.xz | Bin 1544 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 52040 -> 51116 bytes
04-build_abe-gcc/console.log.xz | Bin 233124 -> 232596 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8800 -> 8696 bytes
07-build_abe-glibc/console.log.xz | Bin 230852 -> 230576 bytes
08-build_abe-gdb/console.log.xz | Bin 49440 -> 49796 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3820 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2220 -> 2464 bytes
11-check_regression/console.log.xz | Bin 2396 -> 2752 bytes
11-check_regression/extra-bisect-params | 1 +
11-check_regression/fails.sum | 6 +
11-check_regression/results.compare | 17 +-
11-check_regression/results.compare2 | 36 +--
11-check_regression/results.regressions | 18 ++
12-update_baseline/console.log | 194 +++++++++-------
12-update_baseline/extra-bisect-params | 1 +
12-update_baseline/fails.sum | 6 +
12-update_baseline/results.compare | 17 +-
12-update_baseline/results.compare2 | 36 +--
12-update_baseline/results.regressions | 18 ++
jenkins/manifest.sh | 20 +-
sumfiles/binutils.log.xz | Bin 55284 -> 55184 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97792 -> 97692 bytes
sumfiles/gas.sum | 273 +++++++++++------------
sumfiles/ld.log.xz | Bin 130616 -> 130596 bytes
sumfiles/ld.sum | 340 ++++++++++++++---------------
29 files changed, 581 insertions(+), 460 deletions(-)
create mode 100644 11-check_regression/extra-bisect-params
create mode 100644 11-check_regression/fails.sum
create mode 100644 11-check_regression/results.regressions
create mode 100644 12-update_baseline/extra-bisect-params
create mode 100644 12-update_baseline/fails.sum
create mode 100644 12-update_baseline/results.regressions
--
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 gcc.
from 5143faee0d0 libgcc: use __builtin_clz and __builtin_ctz in libbid
new 6c420193e86 libgomp: Add new runtime routines omp_target_memcpy_async a [...]
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:
gcc/omp-low.cc | 2 +
libgomp/libgomp.map | 2 +
libgomp/libgomp.texi | 2 +-
libgomp/omp.h.in | 12 +
libgomp/omp_lib.f90.in | 40 +++
libgomp/omp_lib.h.in | 41 +++
libgomp/target.c | 290 +++++++++++++++++----
libgomp/task.c | 1 +
.../libgomp.c-c++-common/target-memcpy-async-1.c | 46 ++++
.../libgomp.c-c++-common/target-memcpy-async-2.c | 74 ++++++
.../target-memcpy-rect-async-1.c | 68 +++++
.../target-memcpy-rect-async-2.c | 91 +++++++
.../libgomp.fortran/target-memcpy-async-1.f90 | 42 +++
.../libgomp.fortran/target-memcpy-async-2.f90 | 91 +++++++
.../libgomp.fortran/target-memcpy-rect-async-1.f90 | 86 ++++++
.../libgomp.fortran/target-memcpy-rect-async-2.f90 | 117 +++++++++
16 files changed, 950 insertions(+), 55 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-memcpy-async-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-memcpy-async-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-memcpy-rect-async-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-memcpy-rect-async-2.c
create mode 100644 libgomp/testsuite/libgomp.fortran/target-memcpy-async-1.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-memcpy-async-2.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-memcpy-rect-async-1.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-memcpy-rect-async-2.f90
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from ef5d515048 Automatic date update in version.in
adds bd7d326deb Tidy warn-execstack handling
No new revisions were added by this update.
Summary of changes:
bfd/elflink.c | 2 +-
include/bfdlink.h | 9 +++------
ld/configure | 9 ++++-----
ld/configure.ac | 9 ++++-----
ld/ld.texi | 4 ++--
ld/lexsup.c | 6 +++---
6 files changed, 17 insertions(+), 22 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 56d1a39c 0: update: binutils-gcc: 2
new 5e42a016 0: update: binutils-gcc: 2
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 (56d1a39c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1492 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 53092 -> 52236 bytes
05-build_abe-bootstrap/console.log.xz | Bin 462860 -> 460376 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.