platform/upstream/isl.git
2009-07-19 Sven Verdoolaegeisl_basic_set_dim_residue_class: only set *modulo to...
2009-07-18 Sven Verdoolaegeadd isl_basic_set_fast_dim_is_fixed
2009-07-16 Sven Verdoolaegeisl_tab: drop isl_ctx argument where not absolutely...
2009-07-16 Sven Verdoolaegeisl_mat: keep track of isl_ctx
2009-07-16 Sven Verdoolaegeisl_basic_set_sample: don't project out lineality space...
2009-07-15 Sven Verdoolaegeisl_basic_map_fix_pos: micro-optimization
2009-07-15 Sven Verdoolaegemove isl_basic_set_skew_to_positive_orthant to isl_sample.c
2009-07-15 Sven Verdoolaegeisl_tab.c: fix typo in comment
2009-07-15 Sven Verdoolaegeisl_basic_set_sample: break early if sample found in...
2009-07-15 Sven Verdoolaegeexport isl_tab_sample_is_integer
2009-07-15 Sven Verdoolaegeisl_basic_set_sample: check sample stored by isl_basic_...
2009-07-15 Sven Verdoolaegeisl_basic_map_is_empty: remove stale sample
2009-07-15 Sven Verdoolaegeadd isl_polyhedron_sample application
2009-07-15 Sven Verdoolaegeintroduce generalized basis reduction based sampling
2009-07-15 Sven Verdoolaegeadd isl_seq_cdiv_q
2009-07-15 Sven Verdoolaegeisl_sample.c: interval_sample: drop redundant argument
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
next