This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f3dbc4112da arm: Implement ACLE Data Intrinsics
new 560bb845321 aarch64: PR target/99195 Annotate complex FP patterns for v [...]
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-simd.md | 32 ++++++-------
.../aarch64/simd/{pr99195_3.c => pr99195_9.c} | 54 ++++++++++------------
2 files changed, 41 insertions(+), 45 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/simd/{pr99195_3.c => pr99195_9.c} (59%)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/gcc-compare-results.
from a535852 validate_failures.py: Handle dejagnu-style results from glibc
new 7df8178 Minor fixes: fix minor bug, add comment, and reduce verbosity
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:
contrib/testsuite-management/validate_failures.py | 11 ++++++++---
1 file changed, 8 insertions(+), 3 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 f5298d9969b arm: Fix ICE due to infinite splitting [PR109800]
new f3dbc4112da arm: Implement ACLE Data 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/arm/arm.md | 20 +-
gcc/config/arm/arm_acle.h | 64 +++++
gcc/config/arm/arm_acle_builtins.def | 3 +
.../gcc.target/arm/acle/data-intrinsics-armv6.c | 28 +++
.../gcc.target/arm/acle/data-intrinsics-assembly.c | 263 +++++++++++++++++++++
.../gcc.target/arm/acle/data-intrinsics-rbit.c | 98 ++++++++
.../gcc.target/arm/acle/data-intrinsics.c | 26 ++
7 files changed, 498 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/acle/data-intrinsics-armv6.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/data-intrinsics-assembly.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/data-intrinsics-rbit.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/data-intrinsics.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_glibc_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from 9ae62fe255 25: onsuccess: #228: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new cd60a4812c 26: onsuccess: #231: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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 1860 -> 1904 bytes
02-prepare_abe/console.log.xz | Bin 2568 -> 2504 bytes
03-init_abe_sysroot/console.log.xz | Bin 420 -> 420 bytes
04-build_abe-glibc/console.log.xz | Bin 198888 -> 199812 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 190448 -> 190452 bytes
05-check_regression/console.log.xz | Bin 464 -> 468 bytes
git/glibc_rev | 2 +-
manifest.sh | 8 ++++----
8 files changed, 5 insertions(+), 5 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 e0189b2540 rtld: properly handle root directory in load path (bug 30435)
new 95c9a6e806 Fix special case for C2x strtol binary constant handling (BZ [...]
new a118dc3129 io: Re-flow and sort multiline Makefile definitions
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:
io/Makefile | 262 +++++++++++++++++++++++++++++----------
stdlib/strtol_l.c | 10 +-
stdlib/tst-strtol-binary-c11.c | 1 +
stdlib/tst-strtol-binary-c2x.c | 1 +
stdlib/tst-strtol-binary-gnu11.c | 1 +
stdlib/tst-strtol-binary-gnu2x.c | 1 +
stdlib/tst-strtol-binary-main.c | 86 +++++++------
wcsmbs/tst-wcstol-binary-c11.c | 1 +
wcsmbs/tst-wcstol-binary-c2x.c | 1 +
wcsmbs/tst-wcstol-binary-gnu11.c | 1 +
wcsmbs/tst-wcstol-binary-gnu2x.c | 1 +
11 files changed, 264 insertions(+), 102 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.