This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch melt-branch in repository gcc.
from dd9b14f 2016-04-15 Basile Starynkevitch basile@starynkevitch.net [...] new 7163051 2016-04-15 Basile Starynkevitch basile@starynkevitch.net [...]
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: ChangeLog.MELT | 5 + gcc/ChangeLog | 92 ++- gcc/cgraphunit.c | 10 +- gcc/config/i386/i386.c | 1 + gcc/config/nvptx/nvptx.c | 657 +++++++++++++++- gcc/config/rs6000/rs6000.c | 1 + gcc/doc/tm.texi | 9 + gcc/doc/tm.texi.in | 2 + gcc/function.c | 5 - gcc/graphite-isl-ast-to-gimple.c | 14 + gcc/graphite-scop-detection.c | 389 +++++---- gcc/graphite-sese-to-poly.c | 7 +- gcc/internal-fn.c | 8 + gcc/internal-fn.def | 3 + gcc/internal-fn.h | 22 + gcc/omp-low.c | 868 ++++++--------------- gcc/passes.c | 32 +- gcc/sese.c | 9 + gcc/target.def | 11 + gcc/targhooks.h | 1 + gcc/testsuite/ChangeLog | 12 +- gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 | 21 - gcc/testsuite/gnat.dg/slice9.adb | 18 + gcc/tree-pass.h | 3 + libgomp/ChangeLog | 30 + .../libgomp.oacc-c-c++-common/collapse-2.c | 2 +- .../{loop-g-1.c => loop-red-g-1.c} | 35 +- .../{loop-gwv-1.c => loop-red-gwv-1.c} | 35 +- .../{loop-v-1.c => loop-red-v-1.c} | 39 +- .../{loop-v-1.c => loop-red-v-2.c} | 42 +- .../{loop-w-1.c => loop-red-w-1.c} | 35 +- .../{loop-w-1.c => loop-red-w-2.c} | 38 +- .../{loop-wv-1.c => loop-red-wv-1.c} | 35 +- .../libgomp.oacc-c-c++-common/par-reduction-1.c | 6 +- .../libgomp.oacc-c-c++-common/par-reduction-2.c | 6 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 17 + .../libgomp.oacc-c-c++-common/reduction-1.c | 4 +- .../libgomp.oacc-c-c++-common/reduction-2.c | 8 +- .../libgomp.oacc-c-c++-common/reduction-3.c | 8 +- .../libgomp.oacc-c-c++-common/reduction-4.c | 6 +- .../libgomp.oacc-c-c++-common/reduction-5.c | 2 +- .../reduction-initial-1.c | 4 +- .../testsuite/libgomp.oacc-fortran/reduction-1.f90 | 24 +- .../testsuite/libgomp.oacc-fortran/reduction-2.f90 | 18 +- .../testsuite/libgomp.oacc-fortran/reduction-3.f90 | 18 +- .../testsuite/libgomp.oacc-fortran/reduction-4.f90 | 2 +- .../testsuite/libgomp.oacc-fortran/reduction-5.f90 | 11 +- .../testsuite/libgomp.oacc-fortran/reduction-6.f90 | 2 +- 48 files changed, 1567 insertions(+), 1060 deletions(-) delete mode 100644 gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 create mode 100644 gcc/testsuite/gnat.dg/slice9.adb copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-g-1.c => loop-red-g-1.c} (58%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-gwv-1.c => loop-red-gwv-1.c} (65%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-v-1.c => loop-red-v-1.c} (56%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-v-1.c => loop-red-v-2.c} (56%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-w-1.c => loop-red-w-1.c} (57%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-w-1.c => loop-red-w-2.c} (57%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-wv-1.c => loop-red-wv-1.c} (57%) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-dims.c