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 aea14213c85 Daily bump.
new 4fb606b5037 Implement __rndr, __rndrrs intrinsics
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 | 62 +++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-c.c | 2 +
gcc/config/aarch64/aarch64.h | 4 ++
gcc/config/aarch64/aarch64.md | 22 ++++++++++
gcc/config/aarch64/arm_acle.h | 18 ++++++++
gcc/testsuite/gcc.target/aarch64/acle/rng_1.c | 53 +++++++++++++++++++++++
6 files changed, 161 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_1.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.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from 5a228344066 Daily bump.
new 26020c84980 AArch64: Implement __rndr, __rndrrs intrinsics
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 | 61 ++++++++++++++++++++++++
gcc/config/aarch64/aarch64-c.c | 2 +
gcc/config/aarch64/aarch64-option-extensions.def | 3 ++
gcc/config/aarch64/aarch64.h | 5 ++
gcc/config/aarch64/aarch64.md | 22 +++++++++
gcc/config/aarch64/arm_acle.h | 18 +++++++
gcc/testsuite/gcc.target/aarch64/acle/rng_1.c | 53 ++++++++++++++++++++
7 files changed, 164 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_1.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.
unknown user pushed a change to branch master
in repository gcc.
from 499b63048ac testsuite/97204 - fix gcc.target/i386/sse2-mmx-pinsrw.c
new 8c775bf447e testsuite: [aarch64] Fix aarch64/advsimd-intrinsics/v{trn,u [...]
new 4dcc7f03b54 tree-optimization/97199 - fix virtual operand update in if- [...]
new 6abd428605e arm: Fix fp16 move patterns for base MVE
new 473da7e22c8 libstdc++: Remove redundant -std=gnu++1z flags from makefile
new 7bfc4cd2c81 middle-end/97207 - implement move assign for auto_vec<>
new d16b5975ca9 middle-end/96814 - fix VECTOR_BOOLEAN_TYPE_P CTOR RTL expansion
new 69cf7decf1b [nvptx] Fix Wimplicit-fallthrough in nvptx.c with -save-temps
new a28542df4d0 c++: DECL_BUILTIN_P for builtins
The 8 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/arm/arm-protos.h | 1 -
gcc/config/arm/arm.c | 25 +-
gcc/config/arm/arm.md | 4 +-
gcc/config/arm/constraints.md | 9 +-
gcc/config/arm/vfp.md | 32 +-
gcc/config/nvptx/nvptx.c | 4 +-
gcc/cp/cp-tree.h | 4 +
gcc/cp/decl.c | 24 +-
gcc/cp/name-lookup.c | 15 +-
gcc/cp/parser.c | 6 +-
gcc/cp/pt.c | 11 +-
gcc/expr.c | 18 +-
.../aarch64/advsimd-intrinsics/vtrn_half.c | 3 -
.../aarch64/advsimd-intrinsics/vuzp_half.c | 3 -
.../aarch64/advsimd-intrinsics/vzip_half.c | 3 -
.../gcc.target/arm/armv8_1m-fp16-move-1.c | 418 ++++++++++++++++++++
.../gcc.target/arm/armv8_1m-fp32-move-1.c | 420 ++++++++++++++++++++
.../gcc.target/arm/armv8_1m-fp64-move-1.c | 426 +++++++++++++++++++++
.../arm/mve/intrinsics/mve-vldstr16-no-writeback.c | 5 +-
gcc/testsuite/gcc.target/i386/pr96814.c | 19 +
gcc/tree-if-conv.c | 107 +++---
gcc/vec.h | 8 +-
libcc1/libcp1plugin.cc | 2 +-
libstdc++-v3/libsupc++/Makefile.am | 22 --
libstdc++-v3/libsupc++/Makefile.in | 22 --
25 files changed, 1430 insertions(+), 181 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_1m-fp16-move-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_1m-fp32-move-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_1m-fp64-move-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr96814.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_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards aa11a427e 0: update: binutils-gcc-linux: all
new 80dd3edf9 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 (aa11a427e)
\
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 | 229 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11767 +++++++------
04-build_abe-stage1/console.log | 13767 +++++++--------
05-build_linux/console.log | 844 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 20 +-
08-update_baseline/results.regressions | 2 +-
console.log | 27091 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 27238 insertions(+), 26956 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 binutils-gdb.
from 68d654afdfc Fix compilation of .c files as C++ when using Clang
new c20c017b2cd Fix gdb.base/infcall-nested-structs-c++.exp with Clang
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/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/infcall-nested-structs.exp.tcl | 7 +++++++
2 files changed, 13 insertions(+)
--
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 5a805384b83 asan: readelf buffer overflow and abort
new 68d654afdfc Fix compilation of .c files as C++ when using Clang
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdb.exp | 5 +++--
2 files changed, 8 insertions(+), 2 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 release/2.32/master
in repository glibc.
from 386543bc44 NEWS: Update for [BZ #26534] fix
new fe62c4d173 intl: Handle translation output codesets with suffixes [BZ #26383]
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:
iconv/Versions | 4 +++-
iconv/gconv_charset.c | 10 ++++++++++
iconv/gconv_charset.h | 27 ---------------------------
iconv/gconv_int.h | 21 +++++++++++++++++++++
iconv/iconv_open.c | 2 +-
iconv/iconv_prog.c | 2 +-
intl/dcigettext.c | 17 ++++++++++-------
intl/tst-codeset.c | 34 ++++++++++++++--------------------
8 files changed, 60 insertions(+), 57 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 glibc.
from 06e95b93f0 bench-strcmp.c: Add workloads on page boundary
new 7d4ec75e11 intl: Handle translation output codesets with suffixes [BZ #26383]
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:
iconv/Versions | 4 +++-
iconv/gconv_charset.c | 10 ++++++++++
iconv/gconv_charset.h | 27 ---------------------------
iconv/gconv_int.h | 21 +++++++++++++++++++++
iconv/iconv_open.c | 2 +-
iconv/iconv_prog.c | 2 +-
intl/dcigettext.c | 17 ++++++++++-------
intl/tst-codeset.c | 34 ++++++++++++++--------------------
8 files changed, 60 insertions(+), 57 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.