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 c4f68f6 2015-11-13 Steven G. Kargl <kargl(a)gccc.gnu.org>
new db42073 Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 823ff66 Daily bump.
new 289c3d8 Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch master
in repository gcc.
from bb03639 Add non-folding variants for convert_to_*.
new b0e3fe9 [Patch,tree-optimization]: Add new path Splitting pass on tre [...]
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 | 18 ++
gcc/Makefile.in | 1 +
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 16 +-
gcc/gimple-ssa-split-paths.c | 270 +++++++++++++++++++++++++++
gcc/opts.c | 1 +
gcc/passes.def | 1 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c | 67 +++++++
gcc/timevar.def | 1 +
gcc/tracer.c | 33 ++--
gcc/{tree-parloops.h => tracer.h} | 13 +-
gcc/tree-pass.h | 1 +
13 files changed, 412 insertions(+), 19 deletions(-)
create mode 100644 gcc/gimple-ssa-split-paths.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c
copy gcc/{tree-parloops.h => tracer.h} (69%)
--
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 f4f5b4b gcc/ * gcc/omp-low.c (scan_sharing_clauses): Accept INDEPEN [...]
new d0c4444 * hash-map.h (hash_map::empty): New.
new e8253d0 * fold-const.c (fold_convert_const): Fold changing cv-quals [...]
new bb03639 Add non-folding variants for convert_to_*.
The 3 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 | 25 +++++
gcc/c-family/ChangeLog | 4 +
gcc/c-family/c-lex.c | 5 +-
gcc/convert.c | 265 +++++++++++++++++++++++++++++++++++--------------
gcc/convert.h | 4 +
gcc/fold-const.c | 19 ++++
gcc/hash-map.h | 2 +
gcc/tree-complex.c | 4 +-
gcc/tree.def | 2 +-
9 files changed, 250 insertions(+), 80 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 c286c29 2015-11-13 Steven G. Kargl <kargl(a)gccc.gnu.org>
new 29e866f * lib/target-supports.exp (check_effective_target_offload_nv [...]
new f4f5b4b gcc/ * gcc/omp-low.c (scan_sharing_clauses): Accept INDEPEN [...]
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/omp-low.c | 80 +++++--
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/c-c++-common/goacc/loop-auto-1.c | 230 +++++++++++++++++++++
gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c | 30 +++
gcc/testsuite/lib/target-supports.exp | 8 +
libgomp/ChangeLog | 2 +
.../libgomp.oacc-c-c++-common/loop-auto-1.c | 225 ++++++++++++++++++++
8 files changed, 575 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/loop-auto-1.c
create mode 100644 gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-auto-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 gcc-5-branch
in repository gcc.
from 0355ab3 2015-11-13 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new c4f68f6 2015-11-13 Steven G. Kargl <kargl(a)gccc.gnu.org>
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 | 7 +++++++
gcc/fortran/decl.c | 16 ++++++++++++++++
gcc/fortran/io.c | 9 +++++++++
gcc/fortran/match.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68319.f90 | 26 ++++++++++++++++++++++++++
6 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr68319.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 93959c9 fix ChangeLog entry
new c286c29 2015-11-13 Steven G. Kargl <kargl(a)gccc.gnu.org>
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 | 7 +++++++
gcc/fortran/decl.c | 16 ++++++++++++++++
gcc/fortran/io.c | 9 +++++++++
gcc/fortran/match.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68319.f90 | 26 ++++++++++++++++++++++++++
6 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr68319.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 7ee1367 [gcc] 2015-11-13 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 93959c9 fix ChangeLog entry
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 | 4 ++--
1 file 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 linaro/gcc-5-branch
in repository gcc.
from 4c4566a Merge branches/gcc-5-branch rev 230068.
adds fcbd11e Make Linaro GCC Snapshot 5.2-2015.11.
adds b1e6d69 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
No new revisions were added by this update.
Summary of changes:
gcc/LINARO-VERSION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.