This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: nathan
Date: Thu Aug  6 08:43:32 2015
New Revision: 226667

URL: https://gcc.gnu.org/viewcvs?rev=226667&root=gcc&view=rev
Log:
	* doc/tm.texi.in (TARGET_GOACC_FORK_JOIN): New.
	* doc/tm.texi: Regenerate.
	* omp-low.c (execute_oacc_transform): Forward fork and join to
	target hook.
	(default_goacc_fork_join): New.
	* target.def (fork_join): New OpenACC hook.
	* targhooks.h (default_goacc_fork_join): Declare.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/doc/tm.texi
    branches/gomp-4_0-branch/gcc/doc/tm.texi.in
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/target.def
    branches/gomp-4_0-branch/gcc/targhooks.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]