rename isl_dim to isl_space
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 21 Aug 2011 08:38:41 +0000 (10:38 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 3 Sep 2011 10:02:47 +0000 (12:02 +0200)
commitd07eed3bf4d0e290118588ca80997a8035eaeb21
treea91f34068f9540feeaf3fe687ca363968de9b5a2
parentcd1939ed06617d00159e8e51b72a804b467e98b4
rename isl_dim to isl_space

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>
70 files changed:
Makefile.am
doc/user.pod
include/isl/aff.h
include/isl/constraint.h
include/isl/dim.h
include/isl/div.h
include/isl/local_space.h
include/isl/map.h
include/isl/point.h
include/isl/polynomial.h
include/isl/set.h
include/isl/space.h [new file with mode: 0644]
include/isl/union_map.h
include/isl/union_set.h
isl_aff.c
isl_aff_private.h
isl_affine_hull.c
isl_band.c
isl_bernstein.c
isl_bound.c
isl_bound.h
isl_coalesce.c
isl_constraint.c
isl_convex_hull.c
isl_dim.c
isl_dim_map.c
isl_dim_map.h
isl_dim_private.h [deleted file]
isl_div.c
isl_factorization.c
isl_farkas.c
isl_flow.c
isl_fold.c
isl_ilp.c
isl_input.c
isl_local_space.c
isl_local_space_private.h
isl_lp.c
isl_map.c
isl_map_piplib.c
isl_map_private.h
isl_map_simplify.c
isl_map_subtract.c
isl_mat.c
isl_morph.c
isl_morph.h
isl_output.c
isl_point.c
isl_point_private.h
isl_polynomial.c
isl_polynomial_private.h
isl_pw_templ.c
isl_range.c
isl_reordering.c
isl_reordering.h
isl_sample.c
isl_schedule.c
isl_schedule_private.h
isl_space.c [new file with mode: 0644]
isl_space_private.h [new file with mode: 0644]
isl_tab.c
isl_tab_pip.c
isl_test.c
isl_transitive_closure.c
isl_union_map.c
isl_union_map_private.h
isl_union_templ.c
isl_vertices.c
pip.c
print.c