summaryrefslogtreecommitdiff
path: root/isl_dim_map.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-3/+3
The old name was confusing because the name suggested that the object represents a single dimension, while in fact it represents an entire space. The documented isl_dim based names are for backward compatibility. Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
2011-04-21add isl_basic_set_add_constraints_dim_mapSven Verdoolaege1-0/+3
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
2011-04-21add isl_dim_map_rangeSven Verdoolaege1-0/+4
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
2011-04-21isl_dim_map: extract from isl_map.cSven Verdoolaege1-0/+29
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>