platform/upstream/isl.git
2008-10-12 Sven Verdoolaegeisl_basic_map_affine_hull: allow computation of affine...
2008-10-12 Sven Verdoolaegeisl_convex_hull: fix memory leak in error path
2008-10-11 Sven Verdoolaegeadd isl_set_remove_dims
2008-10-11 Sven Verdoolaegeadd isl_set_{from,to}_underlying_set
2008-10-11 Sven Verdoolaegeadd isl_basic_set_from_underlying_set
2008-10-11 Sven Verdoolaegeisl_basic_map_overlying_set: fix possible NULL access
2008-10-11 Sven Verdoolaegeisl_set_dump: dump more information
2008-10-11 Sven Verdoolaegeadd isl_set_extend
2008-10-11 Sven Verdoolaegeadd isl_set_intersect
2008-10-11 Sven Verdoolaegeadd isl_set_from_map
2008-10-11 Sven Verdoolaegeisl_map_to_polylib: return empty polyhedron instead...
2008-10-11 Sven Verdoolaegeisl_map_polylib.c: simplify sets after conversion from...
2008-10-11 Sven Verdoolaegeisl_set_alloc: add check on number of basic sets
2008-10-11 Sven Verdoolaegeisl_equalities.c: add missing include
2008-10-11 Sven Verdoolaegedeclare isl_basic_map_drop_inequality
2008-10-11 Sven Verdoolaegeisl_map_polylib.c: add missing include
2008-10-11 Sven Verdoolaegeisl_sample_piplib.c: add missing include
2008-10-11 Sven Verdoolaegeisl_map_piplib.c: fix some warnings
2008-10-11 Sven Verdoolaegeisl_map_piplib.c: add missing include
2008-10-11 Sven Verdoolaegedeclare isl_basic_map_drop_equality
2008-10-11 Sven Verdoolaegeisl_input_omega.c: add missing include
2008-10-11 Sven Verdoolaegeisl_mat.c: fix some warnings
2008-10-11 Sven Verdoolaegedeclare isl_seq_combine
2008-10-11 Sven Verdoolaegedeclare isl_gmp_hash
2008-10-11 Sven Verdoolaegeisl_sample.c: add missing include
2008-10-11 Sven Verdoolaegeadd struct_ctx field to isl_set and isl_map
2008-09-16 Sven Verdoolaegeisl_{basic_,}set_read_from_file: allow user to specify...
2008-09-08 Sven Verdoolaegeadd isl_set_read_from_file for reading unions of polyhe...
2008-09-04 Sven Verdoolaegeisl_basic_set_read_from_file: partial support for Omega...
2008-09-03 Sven Verdoolaegeadd test_inputs to the distribution
2008-09-03 Sven Verdoolaegeadd isl_sample_piplib.h to the distribution
2008-09-03 Sven VerdoolaegeMakefile.am: only include piplib in distribution if...
2008-09-03 Sven VerdoolaegeMakefile.am: remove reference to (re)moved header files
2008-08-26 Sven Verdoolaegeadd isl_set_compute_divs
2008-08-25 Sven Verdoolaegeadd isl_set_fix_dim_si
2008-08-25 Sven Verdoolaegeisl_map_apply_range: mark result of 1 basic set as...
2008-08-25 Sven Verdoolaegeisl_map_dump: print flags
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