platform/upstream/isl.git
2008-08-25 Sven Verdoolaegeisl_basic_map_affine_hull: compute integer affine hull
2008-08-25 Sven Verdoolaegesample: remove lineality and skew into positive orthant
2008-08-25 Sven Verdoolaegeadd trivial affine hull test
2008-08-25 Sven Verdoolaegeadd convex hull computation
2008-08-25 Sven Verdoolaegeremove obviously redundant divs based on inequalities
2008-08-25 Sven Verdoolaegeisl_map_affine_hull: perform affine hull on underlying set
2008-08-25 Sven Verdoolaegeaffhull: simplify before finalize
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 Verdoolaegeisl_map_affine_hull: add missing cow
2008-08-25 Sven Verdoolaegerename isl_map_affine_hull.c to isl_affine_hull.c
2008-08-25 Sven Verdoolaegeadd isl_basic_set_read_from_file
2008-08-25 Sven Verdoolaegelink in polylib library in builddir
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: special case 0D and 1D sets
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 Verdoolaegeremove spurious ; from isl_assert definition
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-25 Sven VerdoolaegeFix typo in isl_map_affine_hull
2008-08-24 Sven VerdoolaegeFix serious bug in normalize_constraints
2008-08-07 Sven VerdoolaegeInitial version of the integer set library