This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 605922a gcc/ChangeLog:
new 5ba71b3 2015-08-03 Richard Biener <rguenther(a)suse.de>
new ec66e09 2015-08-03 Richard Biener <rguenther(a)suse.de>
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 | 21 ++++++
gcc/genmatch.c | 230 +++++++++++++++++++++++++++++++++++++++++++++------------
2 files changed, 203 insertions(+), 48 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 605922a gcc/ChangeLog:
new 5ba71b3 2015-08-03 Richard Biener <rguenther(a)suse.de>
new ec66e09 2015-08-03 Richard Biener <rguenther(a)suse.de>
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 | 21 ++++++
gcc/genmatch.c | 230 +++++++++++++++++++++++++++++++++++++++++++++------------
2 files changed, 203 insertions(+), 48 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 trunk
in repository gcc.
from 6cb6651 [ARM] PR target/66731 Fix vnmul insn with -frounding-math
new 605922a gcc/ChangeLog:
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 | 8 ++++++++
gcc/Makefile.in | 5 ++++-
gcc/configure | 41 +++++++++++++++++++++++++++++++++++++++--
gcc/configure.ac | 26 ++++++++++++++++++++++++++
4 files changed, 77 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 trunk
in repository gcc.
from c63a11d Fix random class_allocate_18.f90 failure
new 6cb6651 [ARM] PR target/66731 Fix vnmul insn with -frounding-math
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 | 10 ++++++++++
gcc/config/arm/arm.c | 9 ++++++++-
gcc/config/arm/vfp.md | 23 +++++++++++++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/arm/vnmul-1.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/arm/vnmul-2.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/arm/vnmul-3.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/arm/vnmul-4.c | 18 ++++++++++++++++++
8 files changed, 121 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/vnmul-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/vnmul-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/vnmul-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/vnmul-4.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 trunk
in repository gcc.
from a929e01 [RTL-ifcvt] Improve conditional select ops on immediates
new c63a11d Fix random class_allocate_18.f90 failure
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/fortran/ChangeLog | 6 +++++
gcc/fortran/class.c | 1 +
gcc/testsuite/ChangeLog | 17 ++++++++-----
gcc/testsuite/gfortran.dg/class_allocate_20.f90 | 32 +++++++++++++++++++++++++
4 files changed, 50 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_allocate_20.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 trunk
in repository gcc.
from 5a0909a 2015-08-03 Richard Biener <rguenther(a)suse.de>
new a929e01 [RTL-ifcvt] Improve conditional select ops on immediates
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 | 8 +++
gcc/ifcvt.c | 63 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/aarch64/csel_bfx_1.c | 11 ++++
gcc/testsuite/gcc.target/aarch64/csel_imms_inc_1.c | 42 +++++++++++++++
5 files changed, 118 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/csel_bfx_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/csel_imms_inc_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 trunk
in repository gcc.
from f11d6df 2015-08-03 Richard Biener <rguenther(a)suse.de>
new 5a0909a 2015-08-03 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 | 14 ++++
gcc/genmatch.c | 214 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 222 insertions(+), 6 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 trunk
in repository gcc.
from 9dd88d4 2015-08-03 Richard Biener <rguenther(a)suse.de>
new 535bc42 2015-08-03 Richard Biener <rguenther(a)suse.de>
new f11d6df 2015-08-03 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/gimple-fold.c | 48 +++++-------------------------------------------
gcc/gimple-match-head.c | 35 ++++++++++++++++++++++++++++++++++-
3 files changed, 50 insertions(+), 44 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 9dd88d4 2015-08-03 Richard Biener <rguenther(a)suse.de>
new 535bc42 2015-08-03 Richard Biener <rguenther(a)suse.de>
new f11d6df 2015-08-03 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++++++
gcc/gimple-fold.c | 48 +++++-------------------------------------------
gcc/gimple-match-head.c | 35 ++++++++++++++++++++++++++++++++++-
3 files changed, 50 insertions(+), 44 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 trunk
in repository gcc.
from d1a8d2a * MAINTAINERS (loop ivopts): Add the entry and myself.
new 9dd88d4 2015-08-03 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 | 15 +++++++++++++++
gcc/tree-vect-data-refs.c | 35 +++++++++++++++++------------------
gcc/tree-vect-stmts.c | 26 +++++++++++++++++---------
gcc/tree-vectorizer.h | 15 +++++++++------
4 files changed, 58 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.