rename isl_schedule_*_map_* to isl_schedule_*_map_*_bottom_up
commitdddbbaef9a25789f053e9793b00a2ddd0f4679f9
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 23 May 2015 09:22:28 +0000 (23 11:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 May 2015 13:34:28 +0000 (26 15:34 +0200)
treeb406708568ac0a5c7a627b613c74ad4429864914
parent5482bda29c45b1bfc5238b663a867bdc3059f999
rename isl_schedule_*_map_* to isl_schedule_*_map_*_bottom_up

It is not clear from the original name whether the tree is traversed
top down or bottom up
Furthermore, we may want to add a variant of map that traverses
the tree in the other direction.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
codegen.c
doc/user.pod
include/isl/schedule.h
include/isl/schedule_node.h
isl_schedule.c
isl_schedule_node.c