initial version of pet
commit4ed804afa4dd536b81733d1339edd21d76078d0f
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Jul 2011 14:39:22 +0000 (22 16:39 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Jul 2011 16:26:55 +0000 (22 18:26 +0200)
tree5f56c9f9ffbacf39982ab3f54edc115311da3e61
initial version of pet

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
65 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
emit.c [new file with mode: 0644]
include/pet.h [new file with mode: 0644]
isl [new submodule]
m4/ax_create_pkgconfig_info.m4 [new file with mode: 0644]
m4/ax_submodule.m4 [new file with mode: 0644]
main.cc [new file with mode: 0644]
parse.c [new file with mode: 0644]
pet.cc [new file with mode: 0644]
pet_scop_cmp.c [new file with mode: 0644]
pet_test.sh.in [new file with mode: 0644]
scan.cc [new file with mode: 0644]
scan.h [new file with mode: 0644]
scop.c [new file with mode: 0644]
scop.h [new file with mode: 0644]
scop_plus.cc [new file with mode: 0644]
scop_plus.h [new file with mode: 0644]
scop_yaml.h [new file with mode: 0644]
tests/QR.c [new file with mode: 0644]
tests/QR.scop [new file with mode: 0644]
tests/arg.c [new file with mode: 0644]
tests/arg.scop [new file with mode: 0644]
tests/ceild.c [new file with mode: 0644]
tests/ceild.scop [new file with mode: 0644]
tests/conditional_assignment.c [new file with mode: 0644]
tests/conditional_assignment.scop [new file with mode: 0644]
tests/conditional_assignment2.c [new file with mode: 0644]
tests/conditional_assignment2.scop [new file with mode: 0644]
tests/data_dependent.c [new file with mode: 0644]
tests/data_dependent.scop [new file with mode: 0644]
tests/dec.c [new file with mode: 0644]
tests/dec.scop [new file with mode: 0644]
tests/floord.c [new file with mode: 0644]
tests/floord.scop [new file with mode: 0644]
tests/inf.c [new file with mode: 0644]
tests/inf.scop [new file with mode: 0644]
tests/loop.c [new file with mode: 0644]
tests/loop.scop [new file with mode: 0644]
tests/loop2.c [new file with mode: 0644]
tests/loop2.scop [new file with mode: 0644]
tests/loop3.c [new file with mode: 0644]
tests/loop3.scop [new file with mode: 0644]
tests/loop4.c [new file with mode: 0644]
tests/loop4.scop [new file with mode: 0644]
tests/matmul.c [new file with mode: 0644]
tests/matmul.scop [new file with mode: 0644]
tests/max.c [new file with mode: 0644]
tests/max.scop [new file with mode: 0644]
tests/min.c [new file with mode: 0644]
tests/min.scop [new file with mode: 0644]
tests/mod.c [new file with mode: 0644]
tests/mod.scop [new file with mode: 0644]
tests/piecewise.c [new file with mode: 0644]
tests/piecewise.scop [new file with mode: 0644]
tests/propagate.c [new file with mode: 0644]
tests/propagate.scop [new file with mode: 0644]
tests/quasi_affine.c [new file with mode: 0644]
tests/quasi_affine.scop [new file with mode: 0644]
tests/scalar.c [new file with mode: 0644]
tests/scalar.scop [new file with mode: 0644]