extract isl_map_align_divs from isl_affine_hull.c
[platform/upstream/isl.git] / isl_map.c
2008-08-25 Sven Verdoolaegeextract isl_map_align_divs from isl_affine_hull.c
2008-08-25 Sven Verdoolaegeadd isl_map_remove_empty_parts
2008-08-25 Sven Verdoolaegeextract out isl_basic_map_implicit_equalities from...
2008-08-25 Sven Verdoolaegeadd isl_basic_set_read_from_file
2008-08-25 Sven Verdoolaegekeep cache of blocks of isl_ints
2008-08-25 Sven Verdoolaegeadd some missing tests for invalid input
2008-08-25 Sven VerdoolaegeEnsure all elements in a constraints are zeroed out...
2008-08-25 Sven Verdoolaegeisl_basic_map_is_empty: keep sample found for possible...
2008-08-25 Sven Verdoolaegeremove_duplicate_constraints: also detect implicit...
2008-08-25 Sven Verdoolaegeisl_basic_set_sample: remove equalities first
2008-08-25 Sven Verdoolaegesimplify constraints after combining constraints from...
2008-08-25 Sven Verdoolaegereimplement isl_basic_map_is_empty in terms of isl_basi...
2008-08-25 Sven Verdoolaegeisl_basic_map_set_to_empty: remove superfluous check
2008-08-25 Sven Verdoolaegeisl_basic_{map,set}: explicitly store constraints defin...
2008-08-25 Sven Verdoolaegeavoid preprocessor conditionals
2008-08-25 Sven Verdoolaegeisl_basic_map_is_empty: special case known empty basic...
2008-08-25 Sven Verdoolaegeremove remnants of old "primitive" naming
2008-08-25 Sven Verdoolaegeisl_map_subtract: simplify and finalize parts before...
2008-08-25 Sven Verdoolaegeisl_basic_map_gauss: handle redundant or conflicting...
2008-08-24 Sven VerdoolaegeFix serious bug in normalize_constraints
2008-08-07 Sven VerdoolaegeInitial version of the integer set library