Internal support of the xfor control structure
commit1f1ab37011fd7fb8fb1a78aea4e9c4cd62407526
authorCedric Bastoul <cedric.bastoul@unistra.fr>
Thu, 25 Sep 2014 11:52:16 +0000 (25 13:52 +0200)
committerCedric Bastoul <cedric.bastoul@unistra.fr>
Sun, 28 Sep 2014 18:08:49 +0000 (28 20:08 +0200)
tree3c43e2a3de2f57dfc18ca3371678a8c73439f3ab
parent9fa1cc9635e1d9f13547d8369e72d53e6bb83642
Internal support of the xfor control structure

Internal changes to support xfor labels and multiple indices.
Acessible preliminary version of the xfor (without normalization, grain
and offset).
12 files changed:
Makefile.am
include/clan/domain.h [copied from include/clan/symbol.h with 61% similarity]
include/clan/macros.h.in
include/clan/relation_list.h
include/clan/symbol.h
osl
redo.sh
source/domain.c [new file with mode: 0644]
source/parser.y
source/relation_list.c
source/scanner.l
source/symbol.c