r141241 - in /branches/streamOMP/gcc: ChangeLog...

apop@gcc.gnu.org apop@gcc.gnu.org
Mon Oct 20 15:34:00 GMT 2008


Author: apop
Date: Mon Oct 20 15:34:34 2008
New Revision: 141241

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141241
Log:
2008-10-20  Antoniu Pop  <antoniu.pop@gmail.com>

	* omp-low.c (register_omp_task, eq_omp_tgraph_var_info,
	hash_omp_tgraph_var_info): New.
	(lower_omp_taskreg): Added call to register_omp_task.  The
	objective is to register OMP task information at the cgraph_node
	level whenever FIRSTPRIVATE or LASTPRIVATE clauses are present.
	
	* cgraph.h (omp_task_list, omp_tgraph_var_info): New.
	(cgraph_node): Added new field tgraph_vars_hash.


Modified:
    branches/streamOMP/gcc/ChangeLog.streamOMP
    branches/streamOMP/gcc/cgraph.h
    branches/streamOMP/gcc/omp-low.c



More information about the Gcc-cvs mailing list