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

nathan@gcc.gnu.org nathan@gcc.gnu.org
Mon Nov 16 21:56:00 GMT 2015


Author: nathan
Date: Mon Nov 16 21:56:56 2015
New Revision: 230438

URL: https://gcc.gnu.org/viewcvs?rev=230438&root=gcc&view=rev
Log:
	gcc/
	* config/nvtpx/nvptx.c (global_lock_var): New.
	(nvptx_global_lock_addr): New.
	(nvptx_lockless_update): Add support for complex.

	libgcc/
	* config/nvtpx/reduction.c: New.
	* config/nvptx/t-nvptx (LIB2ADD): Add it.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Add
	worker & gang cases.
	* testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.

Added:
    branches/gomp-4_0-branch/libgcc/config/nvptx/reduction.c
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
    branches/gomp-4_0-branch/libgcc/ChangeLog.gomp
    branches/gomp-4_0-branch/libgcc/config/nvptx/t-nvptx
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c



More information about the Gcc-cvs mailing list