r227269 - in /branches/gomp-4_0-branch/gcc: Cha...
cesar@gcc.gnu.org
cesar@gcc.gnu.org
Thu Aug 27 17:14:00 GMT 2015
Author: cesar
Date: Thu Aug 27 17:14:58 2015
New Revision: 227269
URL: https://gcc.gnu.org/viewcvs?rev=227269&root=gcc&view=rev
Log:
gcc/
* builtins.c (expand_oacc_ganglocal_ptr): Delete.
(expand_builtin): Remove stale GOACC_GET_GANGLOCAL_PTR builtin.
* config/nvptx/nvptx.md (ganglocal_ptr): Delete.
* gimple.h (struct gimple_statement_omp_parallel_layout): Remove
ganglocal_size member.
(gimple_omp_target_ganglocal_size): Delete.
(gimple_omp_target_set_ganglocal_size): Delete.
* omp-builtins.def (BUILT_IN_GOACC_GET_GANGLOCAL_PTR): Delete.
* omp-low.c (struct omp_context): Remove ganglocal_init, ganglocal_ptr,
ganglocal_size, ganglocal_size_host, worker_var, worker_count and
worker_sync_elt.
(alloc_var_ganglocal): Delete.
(install_var_ganglocal): Delete.
(new_omp_context): Don't use ganglocal memory.
(expand_omp_target): Likewise.
(lower_omp_taskreg): Likewise.
(lower_omp_target): Likewise.
* tree-parloops.c (create_parallel_loop): Likewise.
* tree-pretty-print.c (dump_omp_clause): Remove support for
GOMP_MAP_FORCE_TO_GANGLOCAL
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/builtins.c
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.md
branches/gomp-4_0-branch/gcc/gimple.h
branches/gomp-4_0-branch/gcc/omp-builtins.def
branches/gomp-4_0-branch/gcc/omp-low.c
branches/gomp-4_0-branch/gcc/tree-parloops.c
branches/gomp-4_0-branch/gcc/tree-pretty-print.c
More information about the Gcc-cvs
mailing list