initial version of ppcg
commit9f18b065762328288600c33a43992208ee6d8bcb
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 21 Jun 2011 15:40:50 +0000 (21 17:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Jun 2011 10:57:45 +0000 (22 12:57 +0200)
tree65f7522a5b16fe7046beb2f4288f3b4505a6ce25
initial version of ppcg

This code was previously released in the cuda branch of the Pluto repository
but is now being rereleased under the LGPL license.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
172 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
clan/AUTHORS [new file with mode: 0644]
clan/COPYING.LESSER [new file with mode: 0644]
clan/ChangeLog [new file with mode: 0644]
clan/Makefile.am [new file with mode: 0644]
clan/NEWS [new file with mode: 0644]
clan/README [new file with mode: 0644]
clan/THANKS [new file with mode: 0644]
clan/autoconf/depcomp [new file with mode: 0755]
clan/autoconf/missing [new file with mode: 0755]
clan/autoconf/texinfo.tex [new file with mode: 0644]
clan/autoconf/ylwrap [new file with mode: 0755]
clan/configure.in [new file with mode: 0644]
clan/doc/Doxyfile.in [new file with mode: 0644]
clan/doc/Makefile.am [new file with mode: 0644]
clan/doc/S4.cloog [new file with mode: 0644]
clan/doc/ascii-art.txt [new file with mode: 0644]
clan/doc/clan.info [new file with mode: 0644]
clan/doc/clan.pdf [new file with mode: 0644]
clan/doc/clan.texi [new file with mode: 0644]
clan/doc/htmldoc.tar.gz [new file with mode: 0644]
clan/doc/images/basic.eps [new file with mode: 0644]
clan/doc/images/basic.fig [new file with mode: 0644]
clan/doc/images/basic.jpg [new file with mode: 0644]
clan/doc/images/basic.pdf [new file with mode: 0644]
clan/doc/images/basic.txt [new file with mode: 0644]
clan/doc/images/basic1.eps [new file with mode: 0644]
clan/doc/images/basic1.fig [new file with mode: 0644]
clan/doc/images/basic1.jpg [new file with mode: 0644]
clan/doc/images/basic1.pdf [new file with mode: 0644]
clan/doc/images/basic1.txt [new file with mode: 0644]
clan/doc/images/basic2.eps [new file with mode: 0644]
clan/doc/images/basic2.fig [new file with mode: 0644]
clan/doc/images/basic2.jpg [new file with mode: 0644]
clan/doc/images/basic2.pdf [new file with mode: 0644]
clan/doc/images/basic2.txt [new file with mode: 0644]
clan/doc/images/tree.eps [new file with mode: 0644]
clan/doc/images/tree.fig [new file with mode: 0644]
clan/doc/images/tree.jpg [new file with mode: 0644]
clan/doc/images/tree.pdf [new file with mode: 0644]
clan/doc/images/tree.txt [new file with mode: 0644]
clan/include/Makefile.am [new file with mode: 0644]
clan/include/clan/clan.h [new file with mode: 0644]
clan/include/clan/clan.h.in [new file with mode: 0644]
clan/include/clan/macros.h [new file with mode: 0644]
clan/include/clan/matrix.h [new file with mode: 0644]
clan/include/clan/options.h [new file with mode: 0644]
clan/include/clan/scop.h [new file with mode: 0644]
clan/include/clan/statement.h [new file with mode: 0644]
clan/include/clan/symbol.h [new file with mode: 0644]
clan/include/clan/vector.h [new file with mode: 0644]
clan/scoplib/scoplib-0.2.0.tar.gz [new file with mode: 0644]
clan/source/Makefile.am [new file with mode: 0644]
clan/source/clan.c [new file with mode: 0644]
clan/source/matrix.c [new file with mode: 0644]
clan/source/options.c [new file with mode: 0644]
clan/source/parser.c [new file with mode: 0644]
clan/source/parser.h [new file with mode: 0644]
clan/source/parser.y [new file with mode: 0644]
clan/source/scanner.c [new file with mode: 0644]
clan/source/scanner.l [new file with mode: 0644]
clan/source/scop.c [new file with mode: 0644]
clan/source/statement.c [new file with mode: 0644]
clan/source/symbol.c [new file with mode: 0644]
clan/source/vector.c [new file with mode: 0644]
clan/tests/Makefile.am [new file with mode: 0644]
clan/tests/ax-do.c [new file with mode: 0644]
clan/tests/ax-do.c.scop [new file with mode: 0644]
clan/tests/check_complex.sh [new file with mode: 0755]
clan/tests/check_unitary.sh [new file with mode: 0755]
clan/tests/checker.sh [new file with mode: 0755]
clan/tests/gauss.c [new file with mode: 0644]
clan/tests/gauss.c.scop [new file with mode: 0644]
clan/tests/gemver.c [new file with mode: 0644]
clan/tests/gemver.c.scop [new file with mode: 0644]
clan/tests/iir_4_64.c [new file with mode: 0644]
clan/tests/iir_4_64.c.scop [new file with mode: 0644]
clan/tests/matmul.c [new file with mode: 0644]
clan/tests/matmul.c.scop [new file with mode: 0644]
clan/tests/swim.c [new file with mode: 0644]
clan/tests/swim.c.scop [new file with mode: 0644]
clan/tests/unitary/assigniter.c [new file with mode: 0644]
clan/tests/unitary/assigniter.c.scop [new file with mode: 0644]
clan/tests/unitary/assigniter2.c [new file with mode: 0644]
clan/tests/unitary/assigniter2.c.scop [new file with mode: 0644]
clan/tests/unitary/basicnest.c [new file with mode: 0644]
clan/tests/unitary/basicnest.c.scop [new file with mode: 0644]
clan/tests/unitary/binop.c [new file with mode: 0644]
clan/tests/unitary/binop.c.scop [new file with mode: 0644]
clan/tests/unitary/classicloop.c [new file with mode: 0644]
clan/tests/unitary/classicloop.c.scop [new file with mode: 0644]
clan/tests/unitary/comments.c [new file with mode: 0644]
clan/tests/unitary/comments.c.scop [new file with mode: 0644]
clan/tests/unitary/complexcond.c [new file with mode: 0644]
clan/tests/unitary/complexcond.c.scop [new file with mode: 0644]
clan/tests/unitary/complexop.c [new file with mode: 0644]
clan/tests/unitary/complexop.c.scop [new file with mode: 0644]
clan/tests/unitary/complexprog.c [new file with mode: 0644]
clan/tests/unitary/complexprog.c.scop [new file with mode: 0644]
clan/tests/unitary/empty.c [new file with mode: 0644]
clan/tests/unitary/empty.c.scop [new file with mode: 0644]
clan/tests/unitary/field.c [new file with mode: 0644]
clan/tests/unitary/field.c.scop [new file with mode: 0644]
clan/tests/unitary/float.c [new file with mode: 0644]
clan/tests/unitary/float.c.scop [new file with mode: 0644]
clan/tests/unitary/functioncall.c [new file with mode: 0644]
clan/tests/unitary/functioncall.c.scop [new file with mode: 0644]
clan/tests/unitary/functioncall2.c [new file with mode: 0644]
clan/tests/unitary/functioncall2.c.scop [new file with mode: 0644]
clan/tests/unitary/increment.c [new file with mode: 0644]
clan/tests/unitary/increment.c.scop [new file with mode: 0644]
clan/tests/unitary/intaddit.c [new file with mode: 0644]
clan/tests/unitary/intaddit.c.scop [new file with mode: 0644]
clan/tests/unitary/maxloopcomplex.c [new file with mode: 0644]
clan/tests/unitary/maxloopcomplex.c.scop [new file with mode: 0644]
clan/tests/unitary/maxloopsimple.c [new file with mode: 0644]
clan/tests/unitary/maxloopsimple.c.scop [new file with mode: 0644]
clan/tests/unitary/minloopcomplex.c [new file with mode: 0644]
clan/tests/unitary/minloopcomplex.c.scop [new file with mode: 0644]
clan/tests/unitary/minloopsimple.c [new file with mode: 0644]
clan/tests/unitary/minloopsimple.c.scop [new file with mode: 0644]
clan/tests/unitary/minmax.c [new file with mode: 0644]
clan/tests/unitary/minmax.c.scop [new file with mode: 0644]
clan/tests/unitary/multiparenthcond.c [new file with mode: 0644]
clan/tests/unitary/multiparenthcond.c.scop [new file with mode: 0644]
clan/tests/unitary/negassign.c [new file with mode: 0644]
clan/tests/unitary/negassign.c.scop [new file with mode: 0644]
clan/tests/unitary/nestedcurly.c [new file with mode: 0644]
clan/tests/unitary/nestedcurly.c.scop [new file with mode: 0644]
clan/tests/unitary/noloop.c [new file with mode: 0644]
clan/tests/unitary/noloop.c.scop [new file with mode: 0644]
clan/tests/unitary/noloop2.c [new file with mode: 0644]
clan/tests/unitary/noloop2.c.scop [new file with mode: 0644]
clan/tests/unitary/object.c [new file with mode: 0644]
clan/tests/unitary/object.c.scop [new file with mode: 0644]
clan/tests/unitary/parenthesis.c [new file with mode: 0644]
clan/tests/unitary/parenthesis.c.scop [new file with mode: 0644]
clan/tests/unitary/redefiter.c [new file with mode: 0644]
clan/tests/unitary/redefiter.c.scop [new file with mode: 0644]
clan/tests/unitary/simplecond.c [new file with mode: 0644]
clan/tests/unitary/simplecond.c.scop [new file with mode: 0644]
clan/tests/unitary/simpleloop.c [new file with mode: 0644]
clan/tests/unitary/simpleloop.c.scop [new file with mode: 0644]
clan/tests/unitary/ternary.c [new file with mode: 0644]
clan/tests/unitary/ternary.c.scop [new file with mode: 0644]
clan/tests/unitary/twocondincond.c [new file with mode: 0644]
clan/tests/unitary/twocondincond.c.scop [new file with mode: 0644]
clan/tests/unitary/twoconds.c [new file with mode: 0644]
clan/tests/unitary/twoconds.c.scop [new file with mode: 0644]
clan/tests/unitary/underscore.c [new file with mode: 0644]
clan/tests/unitary/underscore.c.scop [new file with mode: 0644]
cloog [new submodule]
configure.ac [new file with mode: 0644]
cuda.c [new file with mode: 0644]
cuda.h [new file with mode: 0644]
cuda_common.c [new file with mode: 0644]
cuda_common.h [new file with mode: 0644]
gpucode.c [new file with mode: 0644]
gpucode.h [new file with mode: 0644]
isl [new submodule]
m4/ax_submodule.m4 [new file with mode: 0644]
ppcg.c [new file with mode: 0644]
ppcg_options.c [new file with mode: 0644]
ppcg_options.h [new file with mode: 0644]
schedule.c [new file with mode: 0644]
schedule.h [new file with mode: 0644]
scoplib_isl.c [new file with mode: 0644]
scoplib_isl.h [new file with mode: 0644]