Introduce CloogConstraint abstraction
commita64104daaa4d5014dd18997e05cc9915fbd29e51
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Oct 2008 08:27:50 +0000 (1 10:27 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Oct 2008 09:05:20 +0000 (2 11:05 +0200)
tree3015f330fef24f2a9228546e8e2f2062ec02a5f4
parent9cd730ef094ea40e0e7c91fecd5cd53280f78bfc
Introduce CloogConstraint abstraction

Previously a "constraint" was represented by a pointer to a constraint
set and a line number in the constraint set.
The CloogConstraint structure combines this information and hides
it from the code in source/clast.c
Makefile.am
configure.in
include/cloog/clast.h
include/cloog/constraints.h
include/cloog/polylib/backend.h.in [moved from include/cloog/polylib/cloog.h.in with 99% similarity]
include/cloog/polylib/cloog.h [new file with mode: 0644]
include/cloog/polylib/matrix.h
include/cloog/pprint.h
source/clast.c
source/polylib/matrix.c