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 b3d3944ee56 Automatic date update in version.in
new b270168504d Style more output of "disassemble" command
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 | 5 +++++
gdb/cli/cli-cmds.c | 22 ++++++++++++++--------
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/style.exp | 5 ++++-
4 files changed, 27 insertions(+), 9 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/llvm-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ddcb7178a 0: update: llvm-linux: 19029
new c9d449e2f 0: update: llvm-linux: 19029
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 (ddcb7178a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/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 | 128 +-
02-build_llvm/console.log | 12590 ++++++++++++++--------------
03-build_linux/console.log | 746 +-
05-check_regression/console.log | 8 +-
05-check_regression/results.regressions | 2 +-
06-update_baseline/console.log | 41 -
06-update_baseline/results.regressions | 2 +-
console.log | 13513 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 13478 insertions(+), 13560 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/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards a94adce34 0: update: llvm-linux: boot
new da3986678 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 (a94adce34)
\
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 | 130 +-
02-build_llvm/console.log | 12684 +++++++++++++++++-----------------
03-build_linux/console.log | 692 +-
04-boot_linux/console.log | 394 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13912 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13916 insertions(+), 13916 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-allnoconfig
in repository toolchain/ci/gcc.
from 4c591af5947 libstdc++: Fix non-reserved name in header
adds 6d6b093133b [RS6000] ICE in decompose, at rtl.h:2282
adds 18d980d94f8 PR target/96313 AArch64: vqmovun* return types should be unsigned
adds d5c6ea22fe6 PR target/97150 AArch64: 2nd parameter of unsigned Neon sca [...]
adds d4256c8a662 Implement ACLE intrinsics for FRINT[32,64][Z,X]
adds 83967508034 PR fortran/97272 - Wrong answer from MAXLOC with character arg
new f3327324f9f Daily bump.
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/ChangeLog | 61 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-c.c | 1 +
gcc/config/aarch64/aarch64-simd-builtins.def | 8 +-
gcc/config/aarch64/aarch64.h | 3 +
gcc/config/aarch64/aarch64.md | 14 ++
gcc/config/aarch64/arm_acle.h | 51 +++++++
gcc/config/aarch64/arm_neon.h | 154 ++++++++++++++++++---
gcc/config/aarch64/iterators.md | 9 ++
gcc/config/rs6000/rs6000.c | 2 +-
gcc/fortran/ChangeLog | 11 ++
gcc/fortran/trans-intrinsic.c | 19 +++
gcc/testsuite/ChangeLog | 33 +++++
gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c | 73 ++++++++++
gcc/testsuite/gcc.target/aarch64/pr96313.c | 8 ++
gcc/testsuite/gcc.target/aarch64/pr97150.c | 14 ++
.../gcc.target/aarch64/scalar_intrinsics.c | 6 +-
gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c | 137 ++++++++++++++++++
gcc/testsuite/gfortran.dg/pr97272.f90 | 19 +++
libstdc++-v3/ChangeLog | 9 ++
20 files changed, 610 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96313.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97150.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c
create mode 100644 gcc/testsuite/gfortran.dg/pr97272.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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0968e03d7 0: update: binutils-gcc-linux: all
new ad6aa799a 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 (0968e03d7)
\
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 | 220 +-
02-prepare_abe/console.log | 80 +-
03-build_abe-binutils/console.log | 10970 ++++++------
04-build_abe-stage1/console.log | 16853 +++++++++--------
05-build_linux/console.log | 532 +-
06-boot_linux/console.log | 2 +-
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 | 28773 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 28728 insertions(+), 28742 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 releases/gcc-9
in repository gcc.
from d4256c8a662 Implement ACLE intrinsics for FRINT[32,64][Z,X]
new 83967508034 PR fortran/97272 - Wrong answer from MAXLOC with character arg
new f3327324f9f Daily bump.
The 2 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/ChangeLog | 61 +++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 11 +++++++
gcc/fortran/trans-intrinsic.c | 19 +++++++++++
gcc/testsuite/ChangeLog | 33 +++++++++++++++++++
gcc/testsuite/gfortran.dg/pr97272.f90 | 19 +++++++++++
libstdc++-v3/ChangeLog | 9 ++++++
7 files changed, 153 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr97272.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 releases/gcc-8
in repository gcc.
from 311183d74e4 PR target/97150 AArch64: 2nd parameter of unsigned Neon sca [...]
new 03a38ad5820 Daily bump.
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/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 20 ++++++++++++++++++++
libstdc++-v3/ChangeLog | 9 +++++++++
4 files changed, 71 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.