Improved genericity
commit1cbffac43c9f4b03a9047139455ad97f04bcbec8
authorCedric Bastoul <cedric.bastoul@u-psud.fr>
Sun, 20 Nov 2011 15:41:29 +0000 (20 16:41 +0100)
committerCedric Bastoul <cedric.bastoul@u-psud.fr>
Fri, 2 Dec 2011 16:32:29 +0000 (2 17:32 +0100)
treea03372a9b14db85fb018d4afd870b95e67c06f70
parentc5bff92c4ed029de073be02a6d8307b0c7c60043
Improved genericity

Genericity is improved for the file format, i.e., for the parameter
list and the statement body. The body is now a stand-alone (generic)
type.
43 files changed:
Makefile.am
doc/openscop.texi
include/Makefile.am
include/osl/body.h [copied from include/osl/extensions/comment.h with 74% similarity]
include/osl/extensions/arrays.h
include/osl/extensions/comment.h
include/osl/extensions/irregular.h
include/osl/extensions/lines.h
include/osl/extensions/textual.h
include/osl/generic.h
include/osl/int.h
include/osl/interface.h
include/osl/macros.h
include/osl/names.h
include/osl/osl.h
include/osl/relation.h
include/osl/relation_list.h
include/osl/scop.h.in
include/osl/statement.h
include/osl/strings.h
include/osl/util.h
include/osl/vector.h
source/Makefile.am
source/body.c [new file with mode: 0644]
source/extensions/arrays.c
source/extensions/comment.c
source/extensions/irregular.c
source/extensions/lines.c
source/extensions/textual.c
source/generic.c
source/int.c
source/interface.c
source/names.c
source/relation.c
source/relation_list.c
source/scop.c
source/statement.c
source/strings.c
source/util.c
source/vector.c
tests/polynom.scop
tests/test_just_body.scop
tests/test_matmult.scop