split scheduler code from schedule object code
commit1a54c1ace1dc9e084c918046f44b3bceebf0c076
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 25 Jun 2014 06:30:51 +0000 (25 08:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Oct 2014 12:39:21 +0000 (7 14:39 +0200)
treec532a6dd9e6607c01ccd8d361ae09744b2638f82
parent8471f010dd4f508ca3ebb73e28c5d7154bda46a7
split scheduler code from schedule object code

Although the scheduler still has some intimate knowledge
about the current isl_schedule representation, this will
be much less the case after we switch to a schedule tree
representation.  Furthermore, the isl_schedule object will
also become useful to represent schedules not produced by
the scheduler, so it does not really belong in a file that
mainly contains the scheduler code.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
isl_schedule.c
isl_schedule_private.h
isl_scheduler.c [copied from isl_schedule.c with 87% similarity]