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]

r205881 - in /branches/openacc-1_0-branch: Chan...


Author: darkbeer
Date: Wed Dec 11 06:44:04 2013
New Revision: 205881

URL: http://gcc.gnu.org/viewcvs?rev=205881&root=gcc&view=rev
Log:
  Add support for data clauses.

	* gcc/gimple-oacc.c: New functions.
	* gcc/gimple-oacc.h: Likewise.
	* gcc/gimple.def: Change type for end region stmts.
	* gcc/gimple.h: Add new structure for end region stmts.
	* gcc/gsstruct.def: Likewise.
	* gcc/oacc-low.c: Add support for data clauses.
	* liboacc/memory.c: Fix buffer creation.

Modified:
    branches/openacc-1_0-branch/ChangeLog.ACC
    branches/openacc-1_0-branch/gcc/gimple-oacc.c
    branches/openacc-1_0-branch/gcc/gimple-oacc.h
    branches/openacc-1_0-branch/gcc/gimple.def
    branches/openacc-1_0-branch/gcc/gimple.h
    branches/openacc-1_0-branch/gcc/gsstruct.def
    branches/openacc-1_0-branch/gcc/oacc-low.c
    branches/openacc-1_0-branch/liboacc/memory.c


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