summaryrefslogtreecommitdiff
path: root/isl_name.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2008-12-14allow parameters and dimensions to be namedSven Verdoolaege1-0/+25
The names of the parameters and dimensions are stored in the recently introduced isl_dim structure. To preserve the names during set or map operations, many direct manipulations of dimensions have been rewritten in terms of operations on isl_dim structures.