rename isl_pw_aff_add to isl_pw_aff_union_add
commit7a86dd8e531eb2affd78767385592869dc6bcbc0
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 13 Oct 2011 10:16:45 +0000 (13 12:16 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 13 Oct 2011 10:46:25 +0000 (13 12:46 +0200)
tree6d0776e6cc13cace6695b3bd51fa0f51e177c4f6
parent425f35468a61002282f6bc261c0ba403ab116a2a
rename isl_pw_aff_add to isl_pw_aff_union_add

As pointed out by Andreas Kloeckner, isl_pw_aff_add behaves in a way
that is inconsistent with other functions defined over pairs of
isl_pw_affs in that it produces an isl_pw_aff that is defined on
the union of the definition domains of its arguments.
We therefore rename isl_pw_aff_add to isl_pw_aff_union_add and
add a new isl_pw_aff_add that produces a result that is only
defined on the intersection of the definition domains of its arguments.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h
isl_aff.c
isl_fold.c
isl_polynomial.c
isl_pw_templ.c