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

apop@gcc.gnu.org apop@gcc.gnu.org
Tue Jun 23 15:14:00 GMT 2009


Author: apop
Date: Tue Jun 23 15:14:41 2009
New Revision: 148853

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148853
Log:
2009-06-23  Antoniu Pop  <antoniu.pop@gmail.com>

libgomp/
	* libgomp_g.h (GOMP_stream_head_window, GOMP_stream_tail_window,
	GOMP_stream_pop_window, GOMP_stream_push_window): Declared.
	* libgomp.map: Export GOMP_stream_*_window.
	* stream.c (GOMP_stream_head_window, GOMP_stream_tail_window,
	GOMP_stream_pop_window, GOMP_stream_push_window): New.

gcc/
	* omp-builtins.def (BUILT_IN_GOMP_STREAM_TAIL_WINDOW,
	BUILT_IN_GOMP_STREAM_HEAD_WINDOW, BUILT_IN_GOMP_STREAM_POP_WINDOW,
	BUILT_IN_GOMP_STREAM_PUSH_WINDOW): New builtins.


Modified:
    branches/streamOMP/gcc/ChangeLog.streamOMP
    branches/streamOMP/gcc/omp-builtins.def
    branches/streamOMP/libgomp/ChangeLog.streamOMP
    branches/streamOMP/libgomp/libgomp.map
    branches/streamOMP/libgomp/libgomp_g.h
    branches/streamOMP/libgomp/stream.c



More information about the Gcc-cvs mailing list