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]

r169939 - in /branches/gupc: gcc/DATESTAMP gcc/...


Author: gfunck
Date: Tue Feb  8 20:07:39 2011
New Revision: 169939

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169939
Log:
2011-02-08  Gary Funck  <gary@intrepid.com>

gcc/upc/

	* upc/config-lang.in, upc/lang-specs.h, upc/Makefile.in,
	  upc/Make-lang.in, upc/upc.1, upc/upc-act.c, upc/upc-act.h,
	  upc/upc-cmd.c, upc/upc-crtstuff.c, upc/upc-gasp.c,
	  upc/upc-gasp.h, upc/upc-gimplify.c, upc/upc-gimplify.h,
	  upc/upc-lang.c, upc/upc-pts.h, upc/upc-pts-packed.c,
	  upc/upc-pts-struct.c, upc/upc-tree.def, upc/upc-tree.h:
	Update copyright notices.

libupc/

	* acinclude.m4, configure.ac, include/gasp.h,
	  include/gasp_upc.h, include/gcc-upc.h, include/gcc-upc-lib.in,
	  include/pupc.h, include/upc_collective.h, include/upc.h,
	  include/upc_relaxed.h, include/upc_strict.h, libupc.texi,
	  smp/upc_access.c, smp/upc_accessg.c, smp/upc_access.h,
	  smp/upc_addr.c, smp/upc_affinity.c, smp/upc_affinity.h,
	  smp/upc_affinity_stub.c, smp/upc_allocg.upc,
	  smp/upc_alloc.upc, smp/upc_barrier.c, smp/upc_config.h,
	  smp/upc_debug.h, smp/upc_defs.h, smp/upc_gasp.c, smp/upc_gum.c,
	  smp/upc_libg.c, smp/upc_lib.h, smp/upc_lock.c, smp/upc_main.c,
	  smp/upc_mem.c, smp/upc_mem.h, smp/upc_numa.c, smp/upc_numa.h,
	  smp/upc_numa_stub.c, smp/upc_pgm_info.c, smp/upc_pts.h,
	  smp/upc_pupc.c, smp/upc_pupc.h, smp/upc_sup.h, smp/upc_sync.h,
	  smp/upc_sysdep.c, smp/upc_sysdep.h, smp/upc_vm.c:
	Update copyright notices.

libupc/testsuite/libupc.upc/intrepid/

	* test00.upc, test01.upc, test02.upc, test03.upc, test04.upc,
	  test05.upc, test06.upc, test07.upc, test08.upc, test09.upc,
	  test10.upc, test11.upc, test12.upc, test13.upc, test14.upc,
	  test15.upc, test16.upc, test17.upc, test18.upc, test19.upc,
	  test20.upc, test21.upc, test22.upc, test23.upc, test24.upc,
	  test25.upc, test26.upc, test27.upc, test28.upc, test29.upc:
	Update copyright notices.


Modified:
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/Make-lang.in
    branches/gupc/gcc/upc/Makefile.in
    branches/gupc/gcc/upc/config-lang.in
    branches/gupc/gcc/upc/lang-specs.h
    branches/gupc/gcc/upc/upc-act.c
    branches/gupc/gcc/upc/upc-act.h
    branches/gupc/gcc/upc/upc-cmd.c
    branches/gupc/gcc/upc/upc-crtstuff.c
    branches/gupc/gcc/upc/upc-gasp.c
    branches/gupc/gcc/upc/upc-gasp.h
    branches/gupc/gcc/upc/upc-gimplify.c
    branches/gupc/gcc/upc/upc-gimplify.h
    branches/gupc/gcc/upc/upc-lang.c
    branches/gupc/gcc/upc/upc-pts-packed.c
    branches/gupc/gcc/upc/upc-pts-struct.c
    branches/gupc/gcc/upc/upc-pts.h
    branches/gupc/gcc/upc/upc-tree.def
    branches/gupc/gcc/upc/upc-tree.h
    branches/gupc/gcc/upc/upc.1
    branches/gupc/libupc/ChangeLog
    branches/gupc/libupc/acinclude.m4
    branches/gupc/libupc/configure.ac
    branches/gupc/libupc/include/gasp.h
    branches/gupc/libupc/include/gasp_upc.h
    branches/gupc/libupc/include/gcc-upc-lib.in
    branches/gupc/libupc/include/gcc-upc.h
    branches/gupc/libupc/include/pupc.h
    branches/gupc/libupc/include/upc.h
    branches/gupc/libupc/include/upc_collective.h
    branches/gupc/libupc/include/upc_relaxed.h
    branches/gupc/libupc/include/upc_strict.h
    branches/gupc/libupc/libupc.texi
    branches/gupc/libupc/smp/upc_access.c
    branches/gupc/libupc/smp/upc_access.h
    branches/gupc/libupc/smp/upc_accessg.c
    branches/gupc/libupc/smp/upc_addr.c
    branches/gupc/libupc/smp/upc_affinity.c
    branches/gupc/libupc/smp/upc_affinity.h
    branches/gupc/libupc/smp/upc_affinity_stub.c
    branches/gupc/libupc/smp/upc_alloc.upc
    branches/gupc/libupc/smp/upc_allocg.upc
    branches/gupc/libupc/smp/upc_barrier.c
    branches/gupc/libupc/smp/upc_config.h
    branches/gupc/libupc/smp/upc_debug.h
    branches/gupc/libupc/smp/upc_defs.h
    branches/gupc/libupc/smp/upc_gasp.c
    branches/gupc/libupc/smp/upc_gum.c
    branches/gupc/libupc/smp/upc_lib.h
    branches/gupc/libupc/smp/upc_libg.c
    branches/gupc/libupc/smp/upc_lock.c
    branches/gupc/libupc/smp/upc_main.c
    branches/gupc/libupc/smp/upc_mem.c
    branches/gupc/libupc/smp/upc_mem.h
    branches/gupc/libupc/smp/upc_numa.c
    branches/gupc/libupc/smp/upc_numa.h
    branches/gupc/libupc/smp/upc_numa_stub.c
    branches/gupc/libupc/smp/upc_pgm_info.c
    branches/gupc/libupc/smp/upc_pts.h
    branches/gupc/libupc/smp/upc_pupc.c
    branches/gupc/libupc/smp/upc_pupc.h
    branches/gupc/libupc/smp/upc_sup.h
    branches/gupc/libupc/smp/upc_sync.h
    branches/gupc/libupc/smp/upc_sysdep.c
    branches/gupc/libupc/smp/upc_sysdep.h
    branches/gupc/libupc/smp/upc_vm.c
    branches/gupc/libupc/testsuite/config/default.exp
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/ChangeLog
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test00.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test01.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test02.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test03.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test04.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test05.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test06.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test07.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test08.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test09.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test10.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test11.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test12.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test13.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test14.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test15.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test16.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test17.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test18.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test19.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test20.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test21.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test22.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test23.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test24.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test25.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test26.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test27.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test28.upc
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/test29.upc


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