add isl_union_set_compute_schedule
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Mar 2011 13:47:47 +0000 (14:47 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 21 Apr 2011 12:02:32 +0000 (14:02 +0200)
commit1192654a2e9edecc1f0d92b46452478d4d6b61ea
tree34ec3b536d9fe9afa8f3ec6fa459dd3e1f6d133b
parent91d2fb654332f179e1e11346fdfe5670198dae59
add isl_union_set_compute_schedule

This is still a very preliminary implementation.
The algorithm used is similar to that of Pluto, except that
it may compute parametric schedules and schedules with negative
coefficients.  The current implementation probably tries to fuse too much.
This should be made tunable at some point.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
doc/user.pod
include/isl/options.h
include/isl/schedule.h [new file with mode: 0644]
isl_options.c
isl_schedule.c [new file with mode: 0644]
isl_test.c