rename *_fast_* functions to *_plain_*
commit8c24c4106f28b02a178989408ef46fe917b10764
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 4 May 2011 09:27:31 +0000 (4 11:27 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 5 May 2011 10:33:47 +0000 (5 12:33 +0200)
treea79d21fdd415d5ebc345faf0fdeb3a372061fbfa
parentb1ab56f54020a64a42045a3e55e7a321d0386311
rename *_fast_* functions to *_plain_*

Although the *_fast_* functions are certainly meant to be faster than
their unqualified alternatives, they are faster only because they are
not complete.  The "plain" qualification is hopefully better at conveying
the idea that these functions only consider the obvious cases.

We keep some of the *_fast_* names for backward compatibility.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
25 files changed:
doc/user.pod
include/isl/map.h
include/isl/set.h
isl_affine_hull.c
isl_convex_hull.c
isl_equalities.c
isl_flow.c
isl_fold.c
isl_hmap_map_basic_set.c
isl_ilp.c
isl_map.c
isl_map_private.h
isl_map_simplify.c
isl_map_subtract.c
isl_morph.c
isl_output.c
isl_polynomial.c
isl_pw_templ.c
isl_sample.c
isl_schedule.c
isl_tab_pip.c
isl_transitive_closure.c
isl_union_map.c
isl_vertices.c
pip.c