Cilk Plus <#pragma simd> implementation on top of OMP_SIMD.
commit564a9fa14ef114c12a4c070a92abf9474ee04298
authorAldy Hernandez <aldyh@redhat.com>
Fri, 5 Jul 2013 22:08:07 +0000 (5 15:08 -0700)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 9 Jul 2013 15:10:06 +0000 (9 08:10 -0700)
tree9137dbc1c5d38b2d4e7a3f308ac8ec46081cbd2e
parentc237e9357ba6ee40db59555cfff76bfaa8b5a8a0
Cilk Plus <#pragma simd> implementation on top of OMP_SIMD.
45 files changed:
gcc/ChangeLog.cilkplus [new file with mode: 0644]
gcc/Makefile.in
gcc/c-family/c-cilkplus.c [new file with mode: 0644]
gcc/c-family/c-common.h
gcc/c-family/c-pragma.c
gcc/c-family/c-pragma.h
gcc/c/c-parser.c
gcc/c/c-typeck.c
gcc/cp/ChangeLog.cilkplus [new file with mode: 0644]
gcc/cp/Make-lang.in
gcc/cp/cp-cilkplus.c [new file with mode: 0644]
gcc/cp/cp-tree.h
gcc/cp/parser.c
gcc/cp/parser.h
gcc/cp/semantics.c
gcc/gimple-pretty-print.c
gcc/gimple.h
gcc/gimplify.c
gcc/omp-low.c
gcc/testsuite/c-c++-common/cilk-plus/PS/body.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/clauses1.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/clauses2.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/clauses3.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/for1.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/for3.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/for4.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/for5.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/p_simd_test1.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/p_simd_test2.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/reduction_ex.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/run-1.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/safelen.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/cilk-plus/PS/vectorlength.c [new file with mode: 0644]
gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp
gcc/testsuite/g++.dg/cilk-plus/for.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cilk-plus/for2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/dg.exp
gcc/testsuite/gcc.dg/cilk-plus/auto.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp
gcc/testsuite/gcc.dg/cilk-plus/for1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cilk-plus/for2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cilk-plus/jump.c [new file with mode: 0644]
gcc/tree-pretty-print.c
gcc/tree.def
gcc/tree.h