First commit : 0.14.0 version (with roadmap in doc instead ofcloog-0.14.0
commit4c910a41ac5d97b1dd32202b5a8e3fce2ad786a1
authorCedric Bastoul <bastoul@ulysse.futurs.inria.fr>
Wed, 30 Nov 2005 13:44:16 +0000 (30 14:44 +0100)
committerCedric Bastoul <bastoul@ulysse.futurs.inria.fr>
Wed, 30 Nov 2005 13:44:16 +0000 (30 14:44 +0100)
tree85bde67bb145d256f6d50a9beae28554132e8ea6
parent1f751b8915125f1fc48c25d34b98fb087dd800a3
First commit : 0.14.0 version (with roadmap in doc instead of
test/reports and remove test/challenges/ludec.cloog because it's a
badly written input file).
351 files changed:
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
autoconf/Doxyfile.in [new file with mode: 0644]
autoconf/c-ced.ssh [new file with mode: 0644]
autoconf/config.guess [new file with mode: 0644]
autoconf/config.sub [new file with mode: 0644]
autoconf/configure.in [new file with mode: 0644]
autoconf/install-sh [new file with mode: 0644]
autoconf/makefile.in [new file with mode: 0644]
configure [new file with mode: 0755]
doc/ROADMAP [new file with mode: 0644]
doc/TODO [new file with mode: 0644]
doc/cloog.pdf [new file with mode: 0644]
doc/cloog.ps [new file with mode: 0644]
doc/cloog.texi [new file with mode: 0644]
doc/images/basic.eps [new file with mode: 0644]
doc/images/basic.fig [new file with mode: 0644]
doc/images/basic.jpg [new file with mode: 0644]
doc/images/basic.pdf [new file with mode: 0644]
doc/images/basic.txt [new file with mode: 0644]
doc/images/tree.eps [new file with mode: 0644]
doc/images/tree.fig [new file with mode: 0644]
doc/images/tree.jpg [new file with mode: 0644]
doc/images/tree.pdf [new file with mode: 0644]
doc/images/tree.txt [new file with mode: 0644]
examples/README [new file with mode: 0644]
examples/example/Makefile [new file with mode: 0644]
examples/example/example.c [new file with mode: 0644]
include/cloog/block.h [new file with mode: 0644]
include/cloog/cloog.h.in [new file with mode: 0644]
include/cloog/domain.h [new file with mode: 0644]
include/cloog/loop.h [new file with mode: 0644]
include/cloog/matrix.h [new file with mode: 0644]
include/cloog/names.h [new file with mode: 0644]
include/cloog/options.h [new file with mode: 0644]
include/cloog/pprint.h [new file with mode: 0644]
include/cloog/program.h [new file with mode: 0644]
include/cloog/statement.h [new file with mode: 0644]
source/block.c [new file with mode: 0644]
source/cloog.c [new file with mode: 0644]
source/domain.c [new file with mode: 0644]
source/loop.c [new file with mode: 0644]
source/matrix.c [new file with mode: 0644]
source/names.c [new file with mode: 0644]
source/options.c [new file with mode: 0644]
source/pprint.c [new file with mode: 0644]
source/program.c [new file with mode: 0644]
source/statement.c [new file with mode: 0644]
test/1point-1.c [new file with mode: 0644]
test/1point-1.cloog [new file with mode: 0644]
test/1point-2.c [new file with mode: 0644]
test/1point-2.cloog [new file with mode: 0644]
test/4-param.c [new file with mode: 0644]
test/4-param.cloog [new file with mode: 0644]
test/ard.cloog [new file with mode: 0644]
test/ard.dat [new file with mode: 0644]
test/basic-bounds-1.c [new file with mode: 0644]
test/basic-bounds-1.cloog [new file with mode: 0644]
test/basic-bounds-2.c [new file with mode: 0644]
test/basic-bounds-2.cloog [new file with mode: 0644]
test/basic-bounds-3.c [new file with mode: 0644]
test/basic-bounds-3.cloog [new file with mode: 0644]
test/basic-bounds-4.c [new file with mode: 0644]
test/basic-bounds-4.cloog [new file with mode: 0644]
test/basic-bounds-5.c [new file with mode: 0644]
test/basic-bounds-5.cloog [new file with mode: 0644]
test/basic-bounds-6.c [new file with mode: 0644]
test/basic-bounds-6.cloog [new file with mode: 0644]
test/bigs/applu.N.w2p12 [new file with mode: 0644]
test/bigs/applu.N.w2p21 [new file with mode: 0644]
test/bigs/applu12.loopgen [new file with mode: 0644]
test/bigs/applu21.loopgen [new file with mode: 0644]
test/bigs/apsi.N.w2p82 [new file with mode: 0644]
test/bigs/apsi.N.w2p89 [new file with mode: 0644]
test/bigs/dyfesm.N.w2p20 [new file with mode: 0644]
test/bigs/lucas_distrib_spec.N.w2p1 [new file with mode: 0644]
test/bigs/lucas_distrib_spec.N.w2p10 [new file with mode: 0644]
test/bigs/mg3d.N.w2p26 [new file with mode: 0644]
test/bigs/qcd.N.w2p47 [new file with mode: 0644]
test/bigs/qcd.N.w2p49 [new file with mode: 0644]
test/bigs/qcd.N.w2p8 [new file with mode: 0644]
test/bigs/quake.N.w2p26 [new file with mode: 0644]
test/byu98-1-2-3.c [new file with mode: 0644]
test/byu98-1-2-3.cloog [new file with mode: 0644]
test/ceilfloor.cloog [new file with mode: 0644]
test/challenges/apsi.N.w2p56 [new file with mode: 0644]
test/challenges/challenge1.cloog [new file with mode: 0644]
test/challenges/lucas.N.w2p11 [new file with mode: 0644]
test/challenges/motionek1945.cloog [new file with mode: 0644]
test/challenges/test2.N.cloog [new file with mode: 0644]
test/challenges/test3.N.cloog [new file with mode: 0644]
test/cholesau_allocation.cloog [new file with mode: 0644]
test/cholesau_original.cloog [new file with mode: 0644]
test/cholesky.c [new file with mode: 0644]
test/cholesky.cloog [new file with mode: 0644]
test/cholesky2.c [new file with mode: 0644]
test/cholesky2.cloog [new file with mode: 0644]
test/classen.c [new file with mode: 0644]
test/classen.cloog [new file with mode: 0644]
test/daegon_lu_osp.cloog [new file with mode: 0644]
test/darte.c [new file with mode: 0644]
test/darte.cloog [new file with mode: 0644]
test/dartef.c [new file with mode: 0644]
test/dartef.cloog [new file with mode: 0644]
test/dartef.f [new file with mode: 0644]
test/diagonal.cloog [new file with mode: 0644]
test/donotsimp.c [new file with mode: 0644]
test/donotsimp.cloog [new file with mode: 0644]
test/dot.c [new file with mode: 0644]
test/dot.cloog [new file with mode: 0644]
test/dot2.c [new file with mode: 0644]
test/dot2.cloog [new file with mode: 0644]
test/double.c [new file with mode: 0644]
test/double.cloog [new file with mode: 0644]
test/durbin_e_s.c [new file with mode: 0644]
test/durbin_e_s.cloog [new file with mode: 0644]
test/elimination.cloog [new file with mode: 0644]
test/emploi.c [new file with mode: 0644]
test/emploi.cloog [new file with mode: 0644]
test/esced.c [new file with mode: 0644]
test/esced.cloog [new file with mode: 0644]
test/escedk.c [new file with mode: 0644]
test/escedk.cloog [new file with mode: 0644]
test/ex1.c [new file with mode: 0644]
test/ex1.cloog [new file with mode: 0644]
test/faber.c [new file with mode: 0644]
test/faber.cloog [new file with mode: 0644]
test/forwardsub-1-1-2.c [new file with mode: 0644]
test/forwardsub-1-1-2.cloog [new file with mode: 0644]
test/forwardsub-2-1-2-3.c [new file with mode: 0644]
test/forwardsub-2-1-2-3.cloog [new file with mode: 0644]
test/forwardsub-3-1-2.c [new file with mode: 0644]
test/forwardsub-3-1-2.cloog [new file with mode: 0644]
test/gauss.c [new file with mode: 0644]
test/gauss.cloog [new file with mode: 0644]
test/gesced.c [new file with mode: 0644]
test/gesced.cloog [new file with mode: 0644]
test/gesced2.c [new file with mode: 0644]
test/gesced2.cloog [new file with mode: 0644]
test/gesced3.c [new file with mode: 0644]
test/gesced3.cloog [new file with mode: 0644]
test/guide.c [new file with mode: 0644]
test/guide.cloog [new file with mode: 0644]
test/iftest.c [new file with mode: 0644]
test/iftest.cloog [new file with mode: 0644]
test/iftest2.c [new file with mode: 0644]
test/iftest2.cloog [new file with mode: 0644]
test/iftestf.cloog [new file with mode: 0644]
test/iftestf.f [new file with mode: 0644]
test/infinite.c [new file with mode: 0644]
test/infinite.cloog [new file with mode: 0644]
test/infinite.omega [new file with mode: 0644]
test/infinite2.c [new file with mode: 0644]
test/infinite2.cloog [new file with mode: 0644]
test/infinite3.c [new file with mode: 0644]
test/infinite3.cloog [new file with mode: 0644]
test/infinite4.c [new file with mode: 0644]
test/infinite4.cloog [new file with mode: 0644]
test/ispdc.cloog [new file with mode: 0644]
test/issues [new file with mode: 0644]
test/largeur.c [new file with mode: 0644]
test/largeur.cloog [new file with mode: 0644]
test/levenshtein-1-2-3.c [new file with mode: 0644]
test/levenshtein-1-2-3.cloog [new file with mode: 0644]
test/levenshtein-1-2-3f.c [new file with mode: 0644]
test/levenshtein-1-2-3f.cloog [new file with mode: 0644]
test/levenshtein-1-2-3f.f [new file with mode: 0644]
test/lineality-1-2.c [new file with mode: 0644]
test/lineality-1-2.cloog [new file with mode: 0644]
test/lineality-2-1-2.c [new file with mode: 0644]
test/lineality-2-1-2.cloog [new file with mode: 0644]
test/logo.c [new file with mode: 0644]
test/logo.cloog [new file with mode: 0644]
test/logopar.c [new file with mode: 0644]
test/logopar.cloog [new file with mode: 0644]
test/lu.c [new file with mode: 0644]
test/lu.cloog [new file with mode: 0644]
test/lu2.c [new file with mode: 0644]
test/lu2.cloog [new file with mode: 0644]
test/lub.c [new file with mode: 0644]
test/lub.cloog [new file with mode: 0644]
test/lux.c [new file with mode: 0644]
test/lux.cloog [new file with mode: 0644]
test/makefile [new file with mode: 0644]
test/manual_basic.cloog [new file with mode: 0644]
test/manual_gauss.cloog [new file with mode: 0644]
test/manual_scattering.cloog [new file with mode: 0644]
test/min-1-1.c [new file with mode: 0644]
test/min-1-1.cloog [new file with mode: 0644]
test/min-2-1.c [new file with mode: 0644]
test/min-2-1.cloog [new file with mode: 0644]
test/min-3-1.c [new file with mode: 0644]
test/min-3-1.cloog [new file with mode: 0644]
test/min-4-1.c [new file with mode: 0644]
test/min-4-1.cloog [new file with mode: 0644]
test/mode.c [new file with mode: 0644]
test/mode.cloog [new file with mode: 0644]
test/multi-mm-1.c [new file with mode: 0644]
test/multi-mm-1.cloog [new file with mode: 0644]
test/no_lindep.c [new file with mode: 0644]
test/no_lindep.cloog [new file with mode: 0644]
test/non_optimal/deuxpts.cloog [new file with mode: 0644]
test/non_optimal/dreamupT1.cloog [new file with mode: 0644]
test/non_optimal/dreamupT3-delta-gamma.cloog [new file with mode: 0644]
test/non_optimal/dreamupT3.cloog [new file with mode: 0644]
test/non_optimal/dreamupT3.omega [new file with mode: 0644]
test/non_optimal/interpolation-duration.cloog [new file with mode: 0644]
test/non_optimal/nul_complex1.c [new file with mode: 0644]
test/non_optimal/nul_complex1.cloog [new file with mode: 0644]
test/non_optimal/usvd_e_t.c [new file with mode: 0644]
test/non_optimal/usvd_e_t.cloog [new file with mode: 0644]
test/non_optimal/youcef.c [new file with mode: 0644]
test/non_optimal/youcef.cloog [new file with mode: 0644]
test/nul_basic1.c [new file with mode: 0644]
test/nul_basic1.cloog [new file with mode: 0644]
test/nul_basic2.c [new file with mode: 0644]
test/nul_basic2.cloog [new file with mode: 0644]
test/nul_girbal.cloog [new file with mode: 0644]
test/nul_ispdc.cloog [new file with mode: 0644]
test/nul_lcpc.c [new file with mode: 0644]
test/nul_lcpc.cloog [new file with mode: 0644]
test/oc.out [new file with mode: 0644]
test/orc.c [new file with mode: 0644]
test/orc.cloog [new file with mode: 0644]
test/overlap.cloog [new file with mode: 0644]
test/published/CC2003/esced.cloog [new file with mode: 0644]
test/published/CC2006/QR.cloog [new file with mode: 0644]
test/published/CC2006/classen2.cloog [new file with mode: 0644]
test/published/CC2006/dreamupT3.cloog [new file with mode: 0644]
test/published/CC2006/swim.B.MAIN__.scop7.cloog [new file with mode: 0755]
test/published/PACT2004/youcefn.cloog [new file with mode: 0644]
test/published/Web/web1.cloog [new file with mode: 0644]
test/published/Web/web2.cloog [new file with mode: 0644]
test/published/Web/web3.cloog [new file with mode: 0644]
test/published/Web/web4.cloog [new file with mode: 0644]
test/published/Web/web5.cloog [new file with mode: 0644]
test/published/Web/web6.cloog [new file with mode: 0644]
test/published/Web/web7.cloog [new file with mode: 0644]
test/quillere.cloog [new file with mode: 0644]
test/rational.cloog [new file with mode: 0644]
test/readme.cloog [new file with mode: 0644]
test/rectangle.c [new file with mode: 0644]
test/rectangle.cloog [new file with mode: 0644]
test/reports/fabrice_baray_29-10-2004 [new file with mode: 0644]
test/reports/kim_daegon_27-04-2005.eml [new file with mode: 0644]
test/reports/kristof_beyls_16-05-2005.txt [new file with mode: 0644]
test/reports/michael_classen_03-05-2005.eml [new file with mode: 0644]
test/reports/michael_classen_27-10-2004.txt [new file with mode: 0644]
test/reports/nicolas_vasilache_03-05-2005.eml [new file with mode: 0644]
test/reports/nicolas_vasilache_09-05-2005.txt [new file with mode: 0644]
test/reports/sergej_schwenk_01-06-2004.txt [new file with mode: 0644]
test/reports/sylvain_girbal_01-11-2004.txt [new file with mode: 0644]
test/reports/sylvain_girbal_24-02-2004.txt [new file with mode: 0644]
test/reservoir/QR.c [new file with mode: 0644]
test/reservoir/QR.cloog [new file with mode: 0755]
test/reservoir/cholesky2.c [new file with mode: 0644]
test/reservoir/cholesky2.cloog [new file with mode: 0755]
test/reservoir/fusion1.c [new file with mode: 0644]
test/reservoir/fusion1.cloog [new file with mode: 0755]
test/reservoir/fusion2.c [new file with mode: 0644]
test/reservoir/fusion2.cloog [new file with mode: 0755]
test/reservoir/jacobi2.c [new file with mode: 0644]
test/reservoir/jacobi2.cloog [new file with mode: 0755]
test/reservoir/jacobi3.c [new file with mode: 0644]
test/reservoir/jacobi3.cloog [new file with mode: 0755]
test/reservoir/lim-lam1.c [new file with mode: 0644]
test/reservoir/lim-lam1.cloog [new file with mode: 0644]
test/reservoir/lim-lam2.c [new file with mode: 0644]
test/reservoir/lim-lam2.cloog [new file with mode: 0755]
test/reservoir/lim-lam3.c [new file with mode: 0644]
test/reservoir/lim-lam3.cloog [new file with mode: 0755]
test/reservoir/lim-lam4.c [new file with mode: 0644]
test/reservoir/lim-lam4.cloog [new file with mode: 0755]
test/reservoir/lim-lam5.c [new file with mode: 0644]
test/reservoir/lim-lam5.cloog [new file with mode: 0755]
test/reservoir/lim-lam6.c [new file with mode: 0644]
test/reservoir/lim-lam6.cloog [new file with mode: 0755]
test/reservoir/liu-zhuge1.c [new file with mode: 0644]
test/reservoir/liu-zhuge1.cloog [new file with mode: 0755]
test/reservoir/loechner3.c [new file with mode: 0644]
test/reservoir/loechner3.cloog [new file with mode: 0755]
test/reservoir/loechner4.c [new file with mode: 0644]
test/reservoir/loechner4.cloog [new file with mode: 0755]
test/reservoir/loechner5.c [new file with mode: 0644]
test/reservoir/loechner5.cloog [new file with mode: 0755]
test/reservoir/long.c [new file with mode: 0644]
test/reservoir/long.cloog [new file with mode: 0644]
test/reservoir/makefile [new file with mode: 0644]
test/reservoir/mg-interp.c [new file with mode: 0644]
test/reservoir/mg-interp.cloog [new file with mode: 0755]
test/reservoir/mg-interp2.c [new file with mode: 0644]
test/reservoir/mg-interp2.cloog [new file with mode: 0755]
test/reservoir/mg-psinv.c [new file with mode: 0644]
test/reservoir/mg-psinv.cloog [new file with mode: 0755]
test/reservoir/mg-resid.c [new file with mode: 0644]
test/reservoir/mg-resid.cloog [new file with mode: 0755]
test/reservoir/mg-rprj3.c [new file with mode: 0644]
test/reservoir/mg-rprj3.cloog [new file with mode: 0755]
test/reservoir/pingali1.c [new file with mode: 0644]
test/reservoir/pingali1.cloog [new file with mode: 0755]
test/reservoir/pingali2.c [new file with mode: 0644]
test/reservoir/pingali2.cloog [new file with mode: 0755]
test/reservoir/pingali3.c [new file with mode: 0644]
test/reservoir/pingali3.cloog [new file with mode: 0755]
test/reservoir/pingali4.c [new file with mode: 0644]
test/reservoir/pingali4.cloog [new file with mode: 0755]
test/reservoir/pingali5.c [new file with mode: 0644]
test/reservoir/pingali5.cloog [new file with mode: 0755]
test/reservoir/pingali6.c [new file with mode: 0644]
test/reservoir/pingali6.cloog [new file with mode: 0755]
test/reservoir/tang-xue1.c [new file with mode: 0644]
test/reservoir/tang-xue1.cloog [new file with mode: 0644]
test/reservoir/two.c [new file with mode: 0644]
test/reservoir/two.cloog [new file with mode: 0644]
test/square+triangle-1-1-2-3.c [new file with mode: 0644]
test/square+triangle-1-1-2-3.cloog [new file with mode: 0644]
test/stage.cloog [new file with mode: 0755]
test/swim.c [new file with mode: 0644]
test/swim.cloog [new file with mode: 0644]
test/test.c [new file with mode: 0644]
test/test.cloog [new file with mode: 0644]
test/tete.cloog [new file with mode: 0644]
test/thomasset.c [new file with mode: 0644]
test/thomasset.cloog [new file with mode: 0644]
test/tiling.c [new file with mode: 0644]
test/tiling.cloog [new file with mode: 0644]
test/tiling2.cloog [new file with mode: 0644]
test/tiling3.cloog [new file with mode: 0644]
test/urgent/matmul.B.main.scop1.cloog [new file with mode: 0755]
test/urgent/matmul.cloog [new file with mode: 0644]
test/urgent/matmul1.cloog [new file with mode: 0644]
test/urgent/scop7.cloog [new file with mode: 0644]
test/urgent/swim.cloog [new file with mode: 0644]
test/urgent/swim7.cloog [new file with mode: 0644]
test/vasilache.c [new file with mode: 0644]
test/vasilache.cloog [new file with mode: 0644]
test/vivien.c [new file with mode: 0644]
test/vivien.cloog [new file with mode: 0644]
test/vivien2.c [new file with mode: 0644]
test/vivien2.cloog [new file with mode: 0644]
test/wavefront.c [new file with mode: 0644]
test/wavefront.cloog [new file with mode: 0644]
test/yosr.c [new file with mode: 0644]
test/yosr.cloog [new file with mode: 0644]
test/yosr.omega [new file with mode: 0644]
test/yosr2.c [new file with mode: 0644]
test/yosr2.cloog [new file with mode: 0644]
test/yosr_sync.cloog [new file with mode: 0644]
test/yosrf.cloog [new file with mode: 0644]
test/yosrf.f [new file with mode: 0644]
test/youcefn.cloog [new file with mode: 0644]