input format: allow unions in context and in scattering functions
commit6531dee24c36670e661ed59ee5e45f479adb3362
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 13 Apr 2010 18:18:59 +0000 (13 20:18 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 6 Dec 2010 08:59:20 +0000 (6 09:59 +0100)
treeaca7b4219f4b3dc7991d77eca6a8d817c967d4fd
parentdca4d9455280926200893357d586a1b1150c5ef0
input format: allow unions in context and in scattering functions

Also, introduce a cloog_matrix_read_of_size to assist external backends
in supporting this new functionality.

No changes are required for the default isl backend because it already
supports unions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/cloog.texi
include/cloog/matrix.h
source/matrix.c
test/Makefile.am
test/union.c [new file with mode: 0644]
test/union.cloog [new file with mode: 0644]
test/union.good.c [new file with mode: 0644]