r217531 - in /branches/gomp-4_0-branch/gcc: Cha...

cesar@gcc.gnu.org cesar@gcc.gnu.org
Fri Nov 14 01:12:00 GMT 2014


Author: cesar
Date: Fri Nov 14 01:12:16 2014
New Revision: 217531

URL: https://gcc.gnu.org/viewcvs?rev=217531&root=gcc&view=rev
Log:
	gcc/
	* omp-low.c (omp_get_id): Rename to...
	(oacc_get_reduction_array_id): ... this.
	(lookup_oacc_reduction): ... this.
	(lookup_reduction): Rename to...
	(maybe_lookup_reduction): Rename to...
	(maybe_lookup_oacc_reduction): ... this.
	(scan_sharing_clauses): Update calls to renamed fns.
	(lower_reduction_var_helper): Rename to...
	(oacc_lower_reduction_var_helper): ... this.
	(lower_reduction_clauses): Rename to...
	(oacc_lower_reduction_clauses): ... this.
	(omp_gimple_assign_with_ops): Rename to...
	(oacc_gimple_assign_with_ops): ... this.
	(initialize_reduction_data): Rename to ...
	(oacc_initialize_reduction_data): ... this.
	(finalize_reduction_data): Rename to...
	(oacc_finalize_reduction_data): ... this.
	(process_reduction_data): Rename to...
	(oacc_process_reduction_data): ... this.
	(lower_omp_target): Update calls to renamed fns.


Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/omp-low.c



More information about the Gcc-cvs mailing list