add ast_node_mark
commit8f455a7e6059183b3055c376a4025cab7a52320c
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 17 Jul 2014 07:46:05 +0000 (17 09:46 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Mar 2015 09:47:28 +0000 (16 10:47 +0100)
tree3ed29ac3c214a7afbdf2fa461bd629f41e3e304c
parent9c6892d5e0ad678a6e7e5df8a5323ec17a8f0801
add ast_node_mark

These nodes will be used by the AST generator to translate
marks in the schedule tree.
We currently do not allow the user to create their own marks,
but we may wish to do so in the future.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/ast.h
include/isl/ast_type.h
isl_ast.c
isl_ast_private.h