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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 762a35b7 0: update: binutils-llvm-linux-qemu: all
new 719c6d6f 0: update: binutils-llvm-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 (762a35b7)
\
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 | 128 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 12041 ++++++-----
04-build_llvm/console.log | 13947 ++++++------
05-build_abe-qemu/console.log | 6996 +++---
06-build_linux/console.log | 868 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34392 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 34432 insertions(+), 34416 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 gcc.
from 5ae352467a5 Add insn types for fusion pairs
new 079c23cfe07 aarch64: Add attributes for builtins specified in aarch64-b [...]
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/config/aarch64/aarch64-builtins.c | 56 +++++++++++++++++++----------------
1 file changed, 31 insertions(+), 25 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 newlib.
from c0949782b Cygwin: utils: chattr: Allow to clear all attributes with '='.
new 4fc922b2c Cygwin: POSIX msg queues: Convert mqd_t to a descriptor
new 6c901b928 Cygwin: POSIX msg queues: use queue name as key
new 438764a9d Cygwin: fix formatting in mqueue_types.h
new 3342549fc Cygwin: POSIX msg queues: move IPC object creation into fhandler
new 65cb82839 Cygwin: POSIX msg queues: create fhandler with object name
new 5f621bd38 Cygwin: posix_ipc.cc: fix typo
new 5b380b1ca Cygwin: POSIX ipc: fix evaluation of naming rules
new 723f38b10 Cygwin: POSIX msg queues: move handling of memory map into fhandler
new bce3563e9 Cygwin: POSIX msg queues: destroy msg queue fhandler in case [...]
The 9 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:
winsup/cygwin/Makefile.am | 1 +
winsup/cygwin/devices.cc | 3 +
winsup/cygwin/devices.h | 3 +
winsup/cygwin/devices.in | 3 +
winsup/cygwin/dtable.cc | 3 +
winsup/cygwin/fhandler.h | 50 +++++++
winsup/cygwin/fhandler_mqueue.cc | 181 ++++++++++++++++++++++
winsup/cygwin/mqueue_types.h | 57 +++++++
winsup/cygwin/posix_ipc.cc | 314 +++++++++++----------------------------
9 files changed, 388 insertions(+), 227 deletions(-)
create mode 100644 winsup/cygwin/fhandler_mqueue.cc
create mode 100644 winsup/cygwin/mqueue_types.h
--
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 3b2bef8bbda [Binutils] Update NT_ARM note types for readelf
new 6d1a09b77a9 [gdb/breakpoint] Fix assert in jit_event_handler
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:
gdb/ChangeLog | 6 ++++++
gdb/jit.c | 6 +++++-
2 files changed, 11 insertions(+), 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.
unknown user pushed a change to branch devel/omp/gcc-11
in repository gcc.
from 41a85e38f14 Merge branch 'releases/gcc-11' into devel/omp/gcc-11
new a41b3c2af85 Fortran/OpenMP: Add support for 'close' in map clause
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/fortran/ChangeLog.omp | 6 ++++
gcc/fortran/openmp.c | 55 ++++++++++++++++++++++++++------
gcc/testsuite/ChangeLog.omp | 8 +++++
gcc/testsuite/gfortran.dg/gomp/map-6.f90 | 50 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/map-7.f90 | 26 +++++++++++++++
gcc/testsuite/gfortran.dg/gomp/map-8.f90 | 34 ++++++++++++++++++++
6 files changed, 169 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-6.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-7.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-8.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.
unknown user pushed a change to branch master
in repository gcc.
from 2df9d3c52e6 i386: Add comparisons for 4-byte vectors [PR100637]
new 5ae352467a5 Add insn types for fusion pairs
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/config/rs6000/fusion.md | 288 ++++++++++++++++++++---------------------
gcc/config/rs6000/genfusion.pl | 8 +-
gcc/config/rs6000/rs6000.md | 20 ++-
3 files changed, 168 insertions(+), 148 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.