cloog_program_read: separate reading from input from construction of CloogProgram
commit1c11768340703f1eebc8b74178bb0b8df56b66e5
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 31 Jul 2010 19:42:09 +0000 (31 21:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 1 Aug 2010 15:11:11 +0000 (1 17:11 +0200)
treedd5a6661d409260334166ddf0544bef71fcf180b
parentf083938cc983a40ea024e60e495cf8d363ca84e0
cloog_program_read: separate reading from input from construction of CloogProgram

We want to be able to let the user specify the input through an API.
We will then be able to reuse the construction of CloogProgram.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
include/cloog/cloog.h
include/cloog/input.h [new file with mode: 0644]
include/cloog/loop.h
include/cloog/program.h
include/cloog/union_domain.h [new file with mode: 0644]
source/input.c [new file with mode: 0644]
source/loop.c
source/program.c
source/union_domain.c [new file with mode: 0644]