This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 37fffac PR tree-optimization/69820 * tree-vect-patterns.c (type_con [...]
new 2807242 PR c/64748
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/c/ChangeLog | 5 ++++
gcc/c/c-parser.c | 2 +-
gcc/cp/ChangeLog | 5 ++++
gcc/cp/parser.c | 14 ----------
gcc/cp/semantics.c | 8 ++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/c-c++-common/goacc/deviceptr-1.c | 14 ++++++++++
gcc/testsuite/g++.dg/goacc/deviceptr-1.C | 38 ++++++++++++++++++++++++++
8 files changed, 76 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/goacc/deviceptr-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 f72a5e6 2016-02-16 Richard Biener <rguenther(a)suse.de>
new 3ae1cc9 PR rtl-optimization/69764 PR rtl-optimization/69771 * opta [...]
new 37fffac PR tree-optimization/69820 * tree-vect-patterns.c (type_con [...]
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 | 16 ++++++++++++++++
gcc/optabs.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr69820.c | 35 +++++++++++++++++++++++++++++++++++
gcc/tree-vect-patterns.c | 27 +++++++++++++++++----------
5 files changed, 83 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr69820.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 gcc-5-branch
in repository gcc.
from 03b9c07 backport "Don't call call_cgraph_insertion_hooks in simd_clon [...]
new 7fa02f0 [ARM] PR target/65932: stop changing signedness in PROMOTE_MODE
new 4211f76 [ARM] Adjust tests after fix for PR 65932
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 | 10 ++++++++++
gcc/config/arm/arm.h | 6 ------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/arm/wmul-1.c | 4 ++--
gcc/testsuite/gcc.target/arm/wmul-2.c | 4 ++--
gcc/testsuite/gcc.target/arm/wmul-3.c | 18 +++++-------------
6 files changed, 27 insertions(+), 23 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 50e0cd7 Fix bswap optimization on big-endian (PR69714, 67781).
new f72a5e6 2016-02-16 Richard Biener <rguenther(a)suse.de>
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 | 12 ++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr69776-2.c | 25 +++++++++++++++++++++++++
gcc/tree-ssa-alias.c | 22 ++++++++--------------
gcc/tree-ssa-dom.c | 11 +++++++----
gcc/tree-ssa-sccvn.c | 2 +-
6 files changed, 58 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69776-2.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 74d6399 [ARC] Add single/double IEEE precission FPU support.
new 50e0cd7 Fix bswap optimization on big-endian (PR69714, 67781).
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/testsuite/ChangeLog | 7 +-
gcc/testsuite/gcc.dg/torture/pr69714.c | 156 +++++++++++++++++++++++++++++++++
gcc/tree-ssa-math-opts.c | 46 ++++------
4 files changed, 185 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69714.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 e73a0c1 2016-02-16 Richard Biener <rguenther(a)suse.de>
new 74d6399 [ARC] Add single/double IEEE precission FPU support.
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 | 43 ++++
gcc/config/arc/arc-modes.def | 4 +
gcc/config/arc/arc-opts.h | 20 ++
gcc/config/arc/arc.c | 152 ++++++++++--
gcc/config/arc/arc.h | 57 ++++-
gcc/config/arc/arc.md | 165 ++++++++++++-
gcc/config/arc/arc.opt | 43 ++++
gcc/config/arc/fpu.md | 566 +++++++++++++++++++++++++++++++++++++++++++
gcc/config/arc/fpx.md | 64 +----
gcc/config/arc/predicates.md | 9 +
gcc/doc/invoke.texi | 84 ++++++-
11 files changed, 1103 insertions(+), 104 deletions(-)
create mode 100644 gcc/config/arc/fpu.md
--
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 gcc-5-branch
in repository gcc.
from 4b7c9d5 2016-02-15 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 4c2003e backport "Fix ICE for SIMD clones usage in LTO"
new 03b9c07 backport "Don't call call_cgraph_insertion_hooks in simd_clon [...]
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 | 17 +++++++++++
gcc/omp-low.c | 3 +-
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.dg/lto/simd-function_0.c | 34 ++++++++++++++++++++++
libgomp/ChangeLog | 8 +++++
.../testsuite/libgomp.fortran/declare-simd-4.f90 | 7 +++++
6 files changed, 75 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/simd-function_0.c
create mode 100644 libgomp/testsuite/libgomp.fortran/declare-simd-4.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 c3f87ee Don't call call_cgraph_insertion_hooks in simd_clone_create
new e73a0c1 2016-02-16 Richard Biener <rguenther(a)suse.de>
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/ifcvt.c | 3 ++-
2 files changed, 8 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
discards f3e76cd Benchmark.sh: Only set timeout if user didn't
new 5003deb Benchmark.sh: Only set timeout if user didn't
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 (f3e76cd)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-stability (5003deb)
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:
scripts/Benchmark.sh | 2 +-
1 file changed, 1 insertion(+), 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
from c6788f5 Remove EEMBC.conf
new f3e76cd Benchmark.sh: Only set timeout if user didn't
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:
scripts/Benchmark.sh | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.