move all stride information into separate CloogStride structure
commit146eae3a3a38a24ff6d2a8db1086b99b606f0b0c
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 14 Aug 2010 13:23:05 +0000 (14 15:23 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 14 Aug 2010 17:05:24 +0000 (14 19:05 +0200)
tree4ce47f3309e950c45383c0d3540bc33e7979896a
parent841d8705d630ffa53bbdc02bc52634ca4b8cc672
move all stride information into separate CloogStride structure

This avoids a continual copying of strides and offsets even when
stride detection is turned off.  Moreover, it allows us to easily
keep track of more information about strides in later commits.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
include/cloog/clast.h
include/cloog/cloog.h
include/cloog/domain.h
include/cloog/loop.h
include/cloog/stride.h [new file with mode: 0644]
source/clast.c
source/isl/domain.c
source/loop.c
source/stride.c [new file with mode: 0644]