add isl_qpolynomial_fold_scale_val
[platform/upstream/isl.git] / isl_convex_hull.c
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: avoid introducing lineality spaces...
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: remove lineality space if any...
2009-05-05 Sven Verdoolaegeisl_convex_hull.c: update wrap_facet to the fact we...
2009-05-05 Sven Verdoolaegeisl_convex_hull.c: fix typo in comment
2009-03-20 Sven Verdoolaegeisl_map_convex_hull: mark result as not having any...
2009-03-20 Sven Verdoolaegeconvex_hull: coalesce set first
2009-03-20 Sven Verdoolaegeisl_map_simple_hull: compute affine hull before alignin...
2009-03-20 Sven Verdoolaegeisl_map_simple_hull: mark result as not having any...
2009-03-20 Sven Verdoolaegeadd isl_set_bounded_simple_hull
2009-03-20 Sven Verdoolaegeisl_basic_map_extend_dim: move responsibility of cow...
2009-03-20 Sven Verdoolaegeisl_solve_lp: accept affine object function instead...
2009-03-20 Sven Verdoolaegeisl_map_simple_hull: use hash tables and tableaus
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: extract out uset_simple_hull
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: extend: avoid wrapping around alread...
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: introduce proto_hull based on obviou...
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: move initial hull construction into...
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: move computation of bounds into...
2009-03-20 Sven Verdoolaegeisl_map_convex_hull: check for boundedness using recess...
2009-03-20 Sven Verdoolaegeisl_basic_map_convex_hull: use tableau to detect redund...
2009-03-20 Sven Verdoolaegeisl_{basic_,}set_preimage: drop ctx argument
2009-03-08 Sven Verdoolaegerename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid...
2009-03-08 Sven Verdoolaegeisl_map_convex_hull: normalize map first
2009-01-22 Sven Verdoolaegeisl_map_simple_hull: plug memory leak
2008-12-22 Sven Verdoolaegeisl_map_underlying_set: align divs before calling this...
2008-12-19 Sven Verdoolaegeremove isl_ctx argument from functions accepting isl_di...
2008-12-19 Sven Verdoolaegeisl_convex_hull.c: remove dead code
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-10-14 Sven Verdoolaegeisl_basic_map_gist: unique lower or upper bounds are...
2008-10-14 Sven Verdoolaegeisl_basic_map_convex_hull: unique lower or upper bounds...
2008-10-14 Sven Verdoolaegeadd isl_set_simple_hull
2008-10-13 Sven Verdoolaegeclear rational flags from resulting convex hull
2008-10-13 Sven Verdoolaegeconvex_hull: use elimination based convex hull for...
2008-10-12 Sven Verdoolaegewrap_facet: missing error path
2008-10-12 Sven Verdoolaegeisl_convex_hull: fix construction of initial facet
2008-10-12 Sven Verdoolaegeisl_convex_hull.c: make sure we don't overallocate...
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 struct_ctx field to isl_set and isl_map
2008-08-25 Sven Verdoolaegesample: remove lineality and skew into positive orthant
2008-08-25 Sven Verdoolaegeadd convex hull computation