This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa
in repository gcc.
from 9f59739 [hsa] Describe grid in target clauses
new 4ac7a06 [hsa] Use proper accesses to gimple_omp_for
new 7c12577 [hsa] Use gimplify_expr in gridification
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.hsa | 9 +++++++++
gcc/omp-low.c | 45 ++++++++++++++++++++++++---------------------
2 files changed, 33 insertions(+), 21 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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from ccc1922 Move all the settings of bugurl and pkgversion to the config [...]
new 23e88d6 Don't add enable-stati to gdbserve, it's the default.
new cacd22c Unset all the variables used for importing a manifest B. Use [...]
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:
lib/component.sh | 6 +++---
lib/configure.sh | 4 ++--
lib/globals.sh | 10 +++++++++-
3 files changed, 14 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 hsa
in repository gcc.
from cfd3319 Merged trunk revision 230943 into the hsa branch
new 9f59739 [hsa] Describe grid in target clauses
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.hsa | 32 +++++++++++++++++++
gcc/gimple.c | 11 -------
gcc/gimple.h | 82 -------------------------------------------------
gcc/omp-low.c | 72 ++++++++++++++++++++++++++-----------------
gcc/tree-core.h | 9 +++++-
gcc/tree-pretty-print.c | 12 ++++++++
gcc/tree.c | 5 ++-
gcc/tree.h | 11 +++++++
8 files changed, 111 insertions(+), 123 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 958d01f always print parameter names as P_{SSA_NAME_VERSION}
new 40928f0 check for ISL generated code that leads to division by zero
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 | 17 ++++++
gcc/graphite-isl-ast-to-gimple.c | 85 +++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gfortran.dg/graphite/pr68565.f90 | 30 +++++++++
4 files changed, 136 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr68565.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 7c1a959 gcc/ * tree-nested.c (convert_nonlocal_omp_clauses): Add su [...]
new 958d01f always print parameter names as P_{SSA_NAME_VERSION}
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 | 7 +++++++
gcc/graphite-isl-ast-to-gimple.c | 4 ++--
gcc/graphite-scop-detection.c | 31 ++++++++++++++++---------------
gcc/graphite-sese-to-poly.c | 16 +++-------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr35356-1.c | 2 +-
6 files changed, 34 insertions(+), 31 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 9ce9d47 Add gcc.dg/pr46032-{2,3}.c test-cases
new 7c1a959 gcc/ * tree-nested.c (convert_nonlocal_omp_clauses): Add su [...]
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/fortran/ChangeLog | 22 +++
gcc/fortran/f95-lang.c | 2 +
gcc/fortran/gfortran.h | 24 +++-
gcc/fortran/openmp.c | 138 +++++++++++++-----
gcc/fortran/parse.c | 1 +
gcc/fortran/resolve.c | 1 +
gcc/fortran/st.c | 1 +
gcc/fortran/trans-decl.c | 15 ++
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/gfortran.dg/goacc/routine-3.f90 | 13 ++
gcc/testsuite/gfortran.dg/goacc/routine-4.f90 | 160 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/routine-5.f90 | 109 ++++++++++++++
gcc/testsuite/gfortran.dg/goacc/routine-6.f90 | 89 ++++++++++++
gcc/testsuite/gfortran.dg/goacc/subroutines.f90 | 73 ++++++++++
gcc/tree-nested.c | 60 ++++++--
libgomp/ChangeLog | 8 ++
.../testsuite/libgomp.oacc-fortran/routine-5.f90 | 27 ++++
.../testsuite/libgomp.oacc-fortran/routine-7.f90 | 121 ++++++++++++++++
.../{routine-3.f90 => routine-9.f90} | 10 +-
20 files changed, 841 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/goacc/routine-3.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/routine-4.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/routine-5.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/routine-6.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/subroutines.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/routine-5.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/routine-7.f90
copy libgomp/testsuite/libgomp.oacc-fortran/{routine-3.f90 => routine-9.f90} (80%)
--
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 e295ace gcc/testsuite/ChangeLog:
new 9ce9d47 Add gcc.dg/pr46032-{2,3}.c test-cases
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr46032-2.c | 29 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr46032-3.c | 28 ++++++++++++++++++++++++++++
3 files changed, 62 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr46032-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr46032-3.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 851c1b0 PR tree-optimization/68501 * target.def (builtin_reciprocal [...]
new 32f0f54 Handle BUILT_IN_GOMP_PARALLEL in ipa-pta
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 | 11 ++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/pr46032.c | 47 +++++++++++++++++++++++
gcc/tree-ssa-structalias.c | 71 ++++++++++++++++++++++++++++-------
libgomp/ChangeLog | 5 +++
libgomp/testsuite/libgomp.c/pr46032.c | 44 ++++++++++++++++++++++
6 files changed, 170 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr46032.c
create mode 100644 libgomp/testsuite/libgomp.c/pr46032.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 087b2f0 * config/nvptx/nvptx.c (nvptx_name_replacement): Move earlie [...]
new eec2f30 2015-11-30 Richard Biener <rguenther(a)suse.de>
new 851c1b0 PR tree-optimization/68501 * target.def (builtin_reciprocal [...]
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 | 24 ++++++++++++++++++++++
gcc/config/aarch64/aarch64.c | 12 ++++++-----
gcc/config/i386/i386.c | 32 +++++++++++++++++++++++++----
gcc/config/rs6000/rs6000.c | 38 ++++++++++++++++++++++++++++++-----
gcc/doc/tm.texi | 10 +++-------
gcc/target.def | 10 +++-------
gcc/targhooks.c | 4 +---
gcc/targhooks.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68592.f | 20 +++++++++++++++++++
gcc/tree-ssa-math-opts.c | 40 +++++++++++++++++++++++++++----------
gcc/tree-vect-loop.c | 7 +++++++
12 files changed, 161 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68592.f
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.