add isl_local_space
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 16 Apr 2011 17:47:13 +0000 (19:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 May 2011 16:01:22 +0000 (18:01 +0200)
commit11fbcfa735e84d578082f14d5ea4908f3b324b48
treef91c18ff279518d4232031f996117723063aabeb
parent30cda8db00e469e32fd9f096ce65cdefd1e94871
add isl_local_space

Local spaces should hopefully replaced the duplicate functionality
in basic sets and quasi-polynomials.
In a later commit, we will start by using it in affine expressions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
doc/user.pod
include/isl/local_space.h [new file with mode: 0644]
include/isl/map.h
include/isl/set.h
isl_local_space.c [new file with mode: 0644]
isl_local_space_private.h [new file with mode: 0644]
isl_map.c
isl_map_private.h
isl_output.c