This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a change to branch unstable-repo
in repository toolchain/abe.
at 3d3d04f compare_tests: extract list of unstable tests from a separate repo.
No new revisions were added by this update.
--
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.
christophe.lyon pushed a change to branch master
in repository toolchain/gcc-unstable-tests.
at ba57f2e Initial list of unstable tests, imported from ABE.
This branch includes the following new commits:
new ba57f2e Initial list of unstable tests, imported from ABE.
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.
--
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 9e10bfb OpenACC atomic directive
new 6ba06b4 2015-11-03 Evgeny Stupachenko <evstupac(a)gmail.com>
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 | 6 ++++++
gcc/multiple_target.c | 12 ++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/ext/mvc4.C | 1 +
gcc/testsuite/gcc.target/i386/mvc5.c | 1 +
gcc/testsuite/gcc.target/i386/mvc7.c | 4 ++++
6 files changed, 31 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 gcc.
from ac39b07 [AArch64] Fix ICE on (const_double:HF 0.0)
new 4f03d0e [AARCH64][PATCH 1/3] Implementing the variants of the vmulx_ [...]
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 | 14 +++
gcc/config/aarch64/aarch64-simd-builtins.def | 1 +
gcc/config/aarch64/aarch64-simd.md | 12 +++
gcc/config/aarch64/arm_neon.h | 105 ++++++++-------------
gcc/config/aarch64/iterators.md | 1 +
gcc/testsuite/ChangeLog | 9 ++
.../gcc.target/aarch64/simd/vmulx_f32_1.c | 52 ++++++++++
.../gcc.target/aarch64/simd/vmulx_f64_1.c | 57 +++++++++++
.../gcc.target/aarch64/simd/vmulxd_f64_1.c | 36 +++++++
.../gcc.target/aarch64/simd/vmulxq_f32_1.c | 48 ++++++++++
.../gcc.target/aarch64/simd/vmulxq_f64_1.c | 51 ++++++++++
.../gcc.target/aarch64/simd/vmulxs_f32_1.c | 34 +++++++
12 files changed, 352 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmulx_f32_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmulx_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmulxd_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmulxq_f32_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmulxq_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmulxs_f32_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 f9be4ad * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto.
new ac39b07 [AArch64] Fix ICE on (const_double:HF 0.0)
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 | 5 +++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/fp16/set_zero_1.c | 21 +++++++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/fp16/set_zero_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.
bernie.ogden pushed a change to branch bernie/benchmarking
in repository toolchain/abe.
from 43534a8 Accept any topdir in prebuilt tarball
new b933449 Be precise about the Juno CPUs
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:
config/bench/boards/juno-a53.conf | 2 +-
config/bench/boards/juno-a57.conf | 2 +-
2 files changed, 2 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 master
in repository gcc.
from c66cf0b ifcombine: factor out inner block viability test
new 3faefe6 Remove ChangeLog entry unintentionally duplicated in the top level
new ea804f8 defer mark_addressable calls during expand till the end of expand
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:
ChangeLog | 8 --------
gcc/ChangeLog | 12 ++++++++++++
gcc/cfgexpand.c | 3 +++
gcc/gimple-expr.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
gcc/gimple-expr.h | 1 +
5 files changed, 71 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.