r157150 - in /branches/gupc: ./ Makefile.def Ma...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Mon Mar 1 17:08:00 GMT 2010


Author: gfunck
Date: Mon Mar  1 17:08:12 2010
New Revision: 157150

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157150
Log:
creating gupc branch

Added:
    branches/gupc/
      - copied from r157127, trunk/
    branches/gupc/gcc/config/upc-conf.h
    branches/gupc/gcc/stub-upc.c
    branches/gupc/gcc/upc/
    branches/gupc/gcc/upc/.cvsignore
    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-manpage.html
    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/
    branches/gupc/libupc/ChangeLog
    branches/gupc/libupc/Makefile.am
    branches/gupc/libupc/Makefile.in
    branches/gupc/libupc/acinclude.m4
    branches/gupc/libupc/aclocal.m4
    branches/gupc/libupc/config.h.in
    branches/gupc/libupc/configure
    branches/gupc/libupc/configure.ac
    branches/gupc/libupc/include/
    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/
    branches/gupc/libupc/smp/Make-defs
    branches/gupc/libupc/smp/Make-deps
    branches/gupc/libupc/smp/Make-rules
    branches/gupc/libupc/smp/gen-gccupc-inline-lib.pl
    branches/gupc/libupc/smp/gen-gccupc-ld-script.pl
    branches/gupc/libupc/smp/gen-upc-coll-reduce.pl
    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_coll.h
    branches/gupc/libupc/smp/upc_coll_broadcast.upc
    branches/gupc/libupc/smp/upc_coll_err.upc
    branches/gupc/libupc/smp/upc_coll_exchange.upc
    branches/gupc/libupc/smp/upc_coll_gather.upc
    branches/gupc/libupc/smp/upc_coll_gather_all.upc
    branches/gupc/libupc/smp/upc_coll_init.upc
    branches/gupc/libupc/smp/upc_coll_permute.upc
    branches/gupc/libupc/smp/upc_coll_prefix_reduce.in
    branches/gupc/libupc/smp/upc_coll_prefix_reduce.upc
    branches/gupc/libupc/smp/upc_coll_readme.txt
    branches/gupc/libupc/smp/upc_coll_reduce.in
    branches/gupc/libupc/smp/upc_coll_reduce.upc
    branches/gupc/libupc/smp/upc_coll_scatter.upc
    branches/gupc/libupc/smp/upc_coll_sort.upc
    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/
    branches/gupc/libupc/testsuite/Makefile.am
    branches/gupc/libupc/testsuite/Makefile.in
    branches/gupc/libupc/testsuite/config/
    branches/gupc/libupc/testsuite/config/default.exp
    branches/gupc/libupc/testsuite/lib/
    branches/gupc/libupc/testsuite/lib/libupc-dg.exp
    branches/gupc/libupc/testsuite/lib/libupc.exp
    branches/gupc/libupc/testsuite/libupc.upc/
    branches/gupc/libupc/testsuite/libupc.upc/intrepid/
    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/upc.exp
Modified:
    branches/gupc/Makefile.def
    branches/gupc/Makefile.in
    branches/gupc/config.sub
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/contrib/gcc_update
    branches/gupc/gcc/DEV-PHASE
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/c-common.c
    branches/gupc/gcc/c-common.h
    branches/gupc/gcc/c-convert.c
    branches/gupc/gcc/c-cppbuiltin.c
    branches/gupc/gcc/c-decl.c
    branches/gupc/gcc/c-gimplify.c
    branches/gupc/gcc/c-lex.c
    branches/gupc/gcc/c-objc-common.h
    branches/gupc/gcc/c-opts.c
    branches/gupc/gcc/c-parser.c
    branches/gupc/gcc/c-pragma.c
    branches/gupc/gcc/c-pretty-print.c
    branches/gupc/gcc/c-tree.h
    branches/gupc/gcc/c-typeck.c
    branches/gupc/gcc/c.opt
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/darwin.h
    branches/gupc/gcc/config/i386/darwin.h
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/linux.h
    branches/gupc/gcc/config/i386/linux64.h
    branches/gupc/gcc/config/i386/t-darwin
    branches/gupc/gcc/config/i386/t-darwin64
    branches/gupc/gcc/config/ia64/crtbegin.asm
    branches/gupc/gcc/config/ia64/ia64.opt
    branches/gupc/gcc/config/ia64/linux.h
    branches/gupc/gcc/config/linux.h
    branches/gupc/gcc/config/mips/iris6.h
    branches/gupc/gcc/config/mips/t-iris
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/convert.c
    branches/gupc/gcc/dojump.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emutls.c
    branches/gupc/gcc/explow.c
    branches/gupc/gcc/flags.h
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/gcc.c
    branches/gupc/gcc/genopinit.c
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/langhooks-def.h
    branches/gupc/gcc/langhooks.c
    branches/gupc/gcc/langhooks.h
    branches/gupc/gcc/libfuncs.h
    branches/gupc/gcc/lto/Make-lang.in
    branches/gupc/gcc/lto/lto-lang.c
    branches/gupc/gcc/optabs.c
    branches/gupc/gcc/optabs.h
    branches/gupc/gcc/print-tree.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/tree-dump.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/varasm.c
    branches/gupc/libcpp/include/cpplib.h
    branches/gupc/libgcc/Makefile.in
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/configure
    branches/gupc/libgcc/configure.ac



More information about the Gcc-cvs mailing list