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]

r164990 - in /branches/omp-stream: gcc/ChangeLo...


Author: apop
Date: Tue Oct  5 12:58:55 2010
New Revision: 164990

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

Merge diffs r32779:34430 from INRIA local svn to omp-stream branch
base r159266.

libgomp/
	This merge introduces a stream-communication layer to the GOMP
	runtime.

gcc/
	Code generation for an OpenMP streaming extension.



Added:
    branches/omp-stream/gcc/ChangeLog.omp-stream
    branches/omp-stream/libgomp/ChangeLog.omp-stream
    branches/omp-stream/libgomp/stream.c
    branches/omp-stream/libgomp/stream.h
Modified:
    branches/omp-stream/gcc/builtin-types.def
    branches/omp-stream/gcc/c-parser.c
    branches/omp-stream/gcc/c-pragma.h
    branches/omp-stream/gcc/c-typeck.c
    branches/omp-stream/gcc/gimplify.c
    branches/omp-stream/gcc/omp-builtins.def
    branches/omp-stream/gcc/omp-low.c
    branches/omp-stream/gcc/tree-flow.h
    branches/omp-stream/gcc/tree-pretty-print.c
    branches/omp-stream/gcc/tree.c
    branches/omp-stream/gcc/tree.h
    branches/omp-stream/libgomp/Makefile.am
    branches/omp-stream/libgomp/Makefile.in
    branches/omp-stream/libgomp/libgomp.h
    branches/omp-stream/libgomp/libgomp.map
    branches/omp-stream/libgomp/libgomp_g.h
    branches/omp-stream/libgomp/omp.h.in


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