Optionally store domains of scattering dimensions in clast for
commit5f6c7108b72b60ae0209b83eb6a1d8590af60594
authorTobias Grosser <grosser@fim.uni-passau.de>
Mon, 29 Nov 2010 23:19:38 +0000 (29 18:19 -0500)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 30 Nov 2010 10:34:18 +0000 (30 11:34 +0100)
tree5321fd33e616ddff3ea56259e1cc8e91cc9f8273
parent7fb636b3b543f0705f3a90782a9b9745280b6347
Optionally store domains of scattering dimensions in clast for

For each clast_for the subset of the scattering space that is executed inside
this for is stored.  The domain of a user statement is now also only saved
when the domain lies entirely in the scattering space, i.e., when the -stop
option is used.

Signed-off-by: Tobias Grosser <grosser@fim.uni-passau.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/cloog.texi
include/cloog/clast.h
include/cloog/loop.h
source/clast.c
source/loop.c
source/program.c