platform/upstream/isl.git
2009-07-15 Sven Verdoolaegeisl_sample.c: clean up handling of lineality space
2009-07-13 Sven Verdoolaegeisl_sample.c: extract out sample_eq
2009-07-13 Sven Verdoolaegeisl_sample.c: interval_sample: handle equalities directly
2009-07-13 Sven Verdoolaegeisl_sample.c: extract out empty_sample
2009-07-13 Sven Verdoolaegeisl_sample.c: generalize point_sample to zero_sample
2009-07-13 Sven Verdoolaegeisl_tab: don't create new undo records during rollback
2009-07-13 Sven Verdoolaegeisl_tab_min: use general rollback mechanism
2009-07-13 Sven Verdoolaegeisl_tab: optionally save dual solution
2009-07-13 Sven Verdoolaegeisl_tab: add isl_tab_add_valid_eq
2009-07-13 Sven Verdoolaegeexport isl_tab_alloc
2009-07-13 Sven Verdoolaegeadd isl_int_le
2009-07-13 Sven Verdoolaegeprivately export isl_basic_set_recession_cone
2009-07-13 Sven Verdoolaegeisl_convex_hull.c: add missing assignment
2009-07-13 Sven Verdoolaegeprivately export isl_basic_set_lineality_space
2009-07-13 Sven Verdoolaegeisl_vec: keep track of isl_ctx
2009-07-12 Sven Verdoolaegeisl_coalesce.c: fix typo
2009-06-13 Sven Verdoolaegeupdate piplib for change in configure arguments
2009-06-11 Sven Verdoolaegeisl_basic_map_drop_redundant_divs: coalesce divs if...
2009-06-11 Sven Verdoolaegeisl_basic_map_drop_redundant_divs: set div expression...
2009-06-11 Sven Verdoolaegeisl_basic_map_drop_redundant_divs: drop more kinds...
2009-06-11 Sven Verdoolaegeisl_map_compute_divs: drop obviously redundant divs...
2009-06-11 Sven Verdoolaegeisl_map_piplib.c: extremum_on: detect equalities first
2009-06-11 Sven Verdoolaegeisl_pip_basic_map_compute_divs: remove some equalities...
2009-06-11 Sven Verdoolaegeisl_pip_basic_map_compute_divs: separate out dimension...
2009-06-11 Sven Verdoolaegeisl_basic_set_preimage: handle divs in input
2009-06-11 Sven Verdoolaegeisl_input_omega.c: make variable_{free,new} static
2009-06-11 Sven Verdoolaegeisl_map.c: make add_divs static
2009-06-11 Sven Verdoolaegeisl_basic_map_simplify: detect div constraints while...
2009-06-07 Sven Verdoolaegeisl_basic_map_drop: properly handle dimensions of type...
2009-06-07 Sven Verdoolaegeadd isl_int_mul_ui
2009-06-07 Sven Verdoolaegeadd isl_seq_fdiv_q
2009-06-07 Sven Verdoolaegeadd isl_seq_fdiv_r
2009-06-07 Sven Verdoolaegeisl_basic_map_detect_equalities: properly handle empty...
2009-06-07 Sven Verdoolaegeisl_basic_map_is_empty: explicitly mark basic sets...
2009-06-07 Sven Verdoolaegeisl_map.c: order_divs: swap with correct div
2009-06-07 Sven Verdoolaegeisl_map_coalesce: remove extra divs introduced by isl_m...
2009-06-05 Sven Verdoolaegeadd isl_map_coalesce
2009-05-19 Sven Verdoolaegeadd isl_set_product
2009-05-19 Sven Verdoolaegeexport isl_map_dim
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: handle unbounded, but pointed...
2009-05-06 Sven Verdoolaegeprivately export isl_mat_unimodular_complete
2009-05-06 Sven Verdoolaegeisl_tab.c: add isl_tab_get_sample_value
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: avoid introducing lineality spaces...
2009-05-06 Sven Verdoolaegeadd two more convex hull test cases
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: remove lineality space if any...
2009-05-06 Sven Verdoolaegeadd isl_basic_set_is_universe
2009-05-06 Sven Verdoolaegeadd isl_set_get_dim
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-05-05 Sven Verdoolaegeisl_coalesce.c: fix typo in comment
2009-05-05 Sven Verdoolaegeisl_tab.c: fix typo in comment
2009-05-05 Sven Verdoolaegeconfigure.in: set AC_CONFIG_MACRO_DIR
2009-03-23 Sven Verdoolaegeadd isl_basic_set_get_dim
2009-03-23 Sven Verdoolaegeisl_basic_map_gist: normalize divs (if any) in context
2009-03-23 Sven Verdoolaegeisl_basic_map_simplify: remove duplicate divs before...
2009-03-23 Sven Verdoolaegeadd isl_basic_set_div
2009-03-23 Sven Verdoolaegechange calling convention of isl_basic_map_div
2009-03-23 Sven Verdoolaegeisl_map_simplify.c: uset_gist: break early if there...
2009-03-23 Sven Verdoolaegeisl_map_simplify.c: uset_gist: break early if intersect...
2009-03-23 Sven Verdoolaegeadd isl_basic_set_fast_is_empty
2009-03-23 Sven Verdoolaegeupdate piplib to 1.4.0
2009-03-23 Sven Verdoolaegeisl_tab.c: store number of equalities among the constra...
2009-03-23 Sven Verdoolaegeisl_mat_extend: properly extend matrices with reordered...
2009-03-20 Sven Verdoolaegeisl_map_gist: handle some special cases
2009-03-20 Sven Verdoolaegeadd isl_map_universe
2009-03-20 Sven Verdoolaegeadd isl_basic_map_fast_is_empty
2009-03-20 Sven Verdoolaegeisl_basic_map_gist: replace by new version based on...
2009-03-20 Sven Verdoolaegeisl_map_simplify.c: compute_elimination_index: don...
2009-03-20 Sven Verdoolaegeadd isl_map_implicit_equalities
2009-03-20 Sven Verdoolaegeadd isl_basic_set_free_equality
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 Verdoolaegeadd isl_set_coalesce
2009-03-20 Sven Verdoolaegeisl_input_omega.c: basic_map_read: accept "+" in constr...
2009-03-20 Sven Verdoolaegeadd isl_basic_set_alloc_div
2009-03-20 Sven Verdoolaegeadd isl_set_align_divs
2009-03-20 Sven Verdoolaegeuset_affine_hull: ignore directions in affine hull...
2009-03-20 Sven Verdoolaegeisl_basic_map_implicit_equalities: perform Gaussian...
2009-03-20 Sven Verdoolaegeisl_affine_hull.c: outside_point: check for obvious...
2009-03-20 Sven Verdoolaegeprivately export isl_basic_set_contains
2009-03-20 Sven Verdoolaegeisl_ctx: add negone
2009-03-20 Sven Verdoolaegeisl_vec_dump: handle NULL vec
2009-03-20 Sven Verdoolaegeisl_affine_hull.c: extract uset_affine_hull
2009-03-20 Sven Verdoolaegeisl_mat_transpose: handle non-rectangular matrices
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_map_affine_hull: detect equalities of integer affin...
2009-03-20 Sven Verdoolaegeisl_basic_map_dup: copy flags of original to duplicate
2009-03-20 Sven Verdoolaegeisl_basic_map_extend_dim: move responsibility of cow...
2009-03-20 Sven Verdoolaegeisl_basic_map_extend_dim: only extend constraint matrix...
2009-03-20 Sven Verdoolaegeisl_solve_lp: use tableaus instead of calling piplib...
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...
next