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]

gcc/libgomp .cvsignore .in AUTHORS COPYING Cha ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gomp-branch
Changes by:	dnovillo@gcc.gnu.org	2004-11-10 18:44:10

Added files:
	libgomp        : .cvsignore .in AUTHORS COPYING ChangeLog 
	                 INSTALL Makefile.am Makefile.in NEWS README 
	                 TODO aclocal.m4 config.h config.h.in configure 
	                 configure.ac libtool-version 
	libgomp/lib    : README destroy_lock.c destroy_nest_lock.c 
	                 get_dynamic.c get_max_threads.c get_nested.c 
	                 get_num_procs.c get_num_threads.c 
	                 get_thread_num.c get_wtick.c get_wtime.c gomp.c 
	                 gomp.h in_parallel.c init_lock.c 
	                 init_nest_lock.c libgomp.h set_dynamic.c 
	                 set_lock.c set_nest_lock.c set_nested.c 
	                 set_num_threads.c test_lock.c test_nest_lock.c 
	                 unset_lock.c unset_nest_lock.c 

Log message:
	2004-11-10  Biagio Lucini  <lucini@phys.ethz.ch>
	Jacob Weismann Poulsen <jwp@dmi.dk>
	
	* .cvsignore: New file.
	* .in: New file.
	* AUTHORS: New file.
	* COPYING: New file.
	* ChangeLog: New file.
	* INSTALL: New file.
	* Makefile.am: New file.
	* Makefile.in: New file.
	* NEWS: New file.
	* README: New file.
	* TODO: New file.
	* aclocal.m4: New file.
	* config.h: New file.
	* config.h.in: New file.
	* configure: New file.
	* configure.ac: New file.
	* libtool-version: New file.
	* lib/README: New file
	* lib/destroy_lock.c: New file.
	* lib/destroy_nest_lock.c: New file.
	* lib/get_dynamic.c: New file.
	* lib/get_max_threads.c: New file.
	* lib/get_nested.c: New file.
	* lib/get_num_procs.c: New file.
	* lib/get_num_threads.c: New file.
	* lib/get_thread_num.c: New file.
	* lib/get_wtick.c: New file.
	* lib/get_wtime.c: New file.
	* lib/gomp.c: New file.
	* lib/gomp.h: New file.
	* lib/in_parallel.c: New file.
	* lib/init_lock.c: New file.
	* lib/init_nest_lock.c: New file.
	* lib/libgomp.h: New file.
	* lib/set_dynamic.c: New file.
	* lib/set_lock.c: New file.
	* lib/set_nest_lock.c: New file.
	* lib/set_nested.c: New file.
	* lib/set_num_threads.c: New file.
	* lib/test_lock.c: New file.
	* lib/test_nest_lock.c: New file.
	* lib/unset_lock.c: New file.
	* lib/unset_nest_lock.c: New file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/.cvsignore.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/.in.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/AUTHORS.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/COPYING.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/INSTALL.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/Makefile.am.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/Makefile.in.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/NEWS.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/README.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/TODO.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/aclocal.m4.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/config.h.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/config.h.in.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/configure.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/configure.ac.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/libtool-version.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/README.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/destroy_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/destroy_nest_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_dynamic.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_max_threads.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_nested.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_num_procs.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_num_threads.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_thread_num.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_wtick.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/get_wtime.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/gomp.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/gomp.h.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/in_parallel.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/init_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/init_nest_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/libgomp.h.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/set_dynamic.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/set_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/set_nest_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/set_nested.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/set_num_threads.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/test_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/test_nest_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/unset_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgomp/lib/unset_nest_lock.c.diff?cvsroot=gcc&only_with_tag=gomp-branch&r1=NONE&r2=1.1.2.1


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