2009-10-07 |
Sven Verdoolaege | add isl_basic_set_underlying_set |
blob | commitdiff |
2009-10-02 |
Sven Verdoolaege | add isl_set_project_out |
blob | commitdiff | diff to current |
2009-10-02 |
Sven Verdoolaege | add isl_set_foreach_basic_set |
blob | commitdiff | diff to current |
2009-10-02 |
Sven Verdoolaege | add isl_set_lifting |
blob | commitdiff | diff to current |
2009-10-02 |
Sven Verdoolaege | add isl_basic_map_lexmin |
blob | commitdiff | diff to current |
2009-10-02 |
Sven Verdoolaege | add isl_map_foreach_basic_map |
blob | commitdiff | diff to current |
2009-10-02 |
Sven Verdoolaege | add isl_basic_set_universe_like_set |
blob | commitdiff | diff to current |
2009-10-02 |
Sven Verdoolaege | add isl_set_is_strict_subset |
blob | commitdiff | diff to current |
2009-09-20 |
Sven Verdoolaege | add isl_set_universe_like |
blob | commitdiff | diff to current |
2009-09-16 |
Sven Verdoolaege | add isl_map_lex_le and isl_map_lex_ge |
blob | commitdiff | diff to current |
2009-09-13 |
Sven Verdoolaege | rename isl_basic_set_sample to isl_basic_set_sample_vec |
blob | commitdiff | diff to current |
2009-09-12 |
Sven Verdoolaege | add isl_basic_map_universe_like |
blob | commitdiff | diff to current |
2009-09-09 |
Sven Verdoolaege | add isl_map_lex_lt and isl_map_lex_gt |
blob | commitdiff | diff to current |
2009-09-09 |
Sven Verdoolaege | reverse meaning of isl_basic_map_{less,more}_at |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | export isl_basic_set_project_out |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | isl_map.c: remove unused variables |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | isl_basic_set_get_hash: initialize hash value |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | isl_assert: validate all arguments and fix up fallout |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | isl_set_copy_basic_set: add missing return |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | isl_set_drop_basic_set: add missing return |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | declare flexarrays of size 1 to silence sun compiler |
blob | commitdiff | diff to current |
2009-09-06 |
Sven Verdoolaege | change isl_basic_map_empty interface for consistency |
blob | commitdiff | diff to current |
2009-09-01 |
Sven Verdoolaege | isl_basic_map_gauss: try not to remove any div definitions |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | add isl_map_sum |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | add isl_map_floordiv |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | add isl_map_neg |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | add isl_map_is_strict_subset |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | add isl_map_fast_is_fixed |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | add isl_map_identity_like |
blob | commitdiff | diff to current |
2009-08-30 |
Sven Verdoolaege | rename isl_map_identity_like to isl_map_identity_like_b... |
blob | commitdiff | diff to current |
2009-08-28 |
Sven Verdoolaege | rename isl_solve_lp to isl_basic_{map,set}_solve_lp |
blob | commitdiff | diff to current |
2009-08-28 |
Sven Verdoolaege | isl_solve_lp: optionally return solution point |
blob | commitdiff | diff to current |
2009-08-28 |
Sven Verdoolaege | isl_basic_map_apply_{domain,range}: drop redundant... |
blob | commitdiff | diff to current |
2009-08-28 |
Sven Verdoolaege | isl_basic_set_project_out: drop redundant divs in result |
blob | commitdiff | diff to current |
2009-08-28 |
Sven Verdoolaege | isl_basic_map_remove: only drop divs if basic map did... |
blob | commitdiff | diff to current |
2009-08-13 |
Sven Verdoolaege | isl_basic_map_extend_dim: keep hold of sample if dimens... |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add an internal parametric integer linear program solver |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | privately export isl_basic_set_order_divs |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | isl_basic_map_compute_divs: use isl_basic_set_lexmin... |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | privately export isl_basic_map_swap_div |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | isl_{set,map}_add: don't add obviously empty basic... |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | combine isl_pip_basic_map_lex{min,max} into isl_pip_bas... |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add isl_basic_set_positive_orthant |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add isl_basic_set_partial_lex{min,max} |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | rename isl_basic_map_lex{min,max} to isl_basic_map_part... |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add isl_basic_set_free_div |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | isl_set_dim: support isl_dim_all |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add isl_{set,map}_grow |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add isl_map_get_dim |
blob | commitdiff | diff to current |
2009-08-07 |
Sven Verdoolaege | add isl_basic_map_get_dim |
blob | commitdiff | diff to current |
2009-07-18 |
Sven Verdoolaege | add isl_basic_set_fast_dim_is_fixed |
blob | commitdiff | diff to current |
2009-07-15 |
Sven Verdoolaege | isl_basic_map_fix_pos: micro-optimization |
blob | commitdiff | diff to current |
2009-07-15 |
Sven Verdoolaege | isl_basic_map_is_empty: remove stale sample |
blob | commitdiff | diff to current |
2009-07-13 |
Sven Verdoolaege | isl_vec: keep track of isl_ctx |
blob | commitdiff | diff to current |
2009-06-11 |
Sven Verdoolaege | isl_map_compute_divs: drop obviously redundant divs... |
blob | commitdiff | diff to current |
2009-06-11 |
Sven Verdoolaege | isl_map.c: make add_divs static |
blob | commitdiff | diff to current |
2009-06-07 |
Sven Verdoolaege | isl_basic_map_is_empty: explicitly mark basic sets... |
blob | commitdiff | diff to current |
2009-06-07 |
Sven Verdoolaege | isl_map.c: order_divs: swap with correct div |
blob | commitdiff | diff to current |
2009-05-19 |
Sven Verdoolaege | add isl_set_product |
blob | commitdiff | diff to current |
2009-05-06 |
Sven Verdoolaege | add isl_basic_set_is_universe |
blob | commitdiff | diff to current |
2009-05-06 |
Sven Verdoolaege | add isl_set_get_dim |
blob | commitdiff | diff to current |
2009-03-23 |
Sven Verdoolaege | add isl_basic_set_get_dim |
blob | commitdiff | diff to current |
2009-03-23 |
Sven Verdoolaege | add isl_basic_set_fast_is_empty |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_map_universe |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_basic_map_fast_is_empty |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_basic_set_free_equality |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_basic_set_alloc_div |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_set_align_divs |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | privately export isl_basic_set_contains |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | isl_basic_map_dup: copy flags of original to duplicate |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | isl_basic_map_extend_dim: move responsibility of cow... |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | isl_basic_map_extend_dim: only extend constraint matrix... |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | isl_solve_lp: accept affine object function instead... |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_set_dim |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | add isl_basic_set_extend_dim |
blob | commitdiff | diff to current |
2009-03-20 |
Sven Verdoolaege | isl_basic_map_intersect: reuse sample value of either... |
blob | commitdiff | diff to current |
2009-03-08 |
Sven Verdoolaege | isl_basic_map: put inequalities before equalities |
blob | commitdiff | diff to current |
2009-03-08 |
Sven Verdoolaege | rename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid... |
blob | commitdiff | diff to current |
2009-02-23 |
Sven Verdoolaege | add isl_basic_map_detect_equalities |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | add isl_map_remove |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | add isl_basic_map_remove |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | add isl_map_product |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | change calling convention of isl_basic_map_{equal,less_... |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | add isl_map_copy_basic_map and isl_map_drop_basic_map |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | add isl_map_from_range |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | add isl_map_fast_is_empty |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | change calling convention of isl_map_empty and add... |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | isl_map_intersect_{domain,range}: allow intersection... |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | isl_map_intersect: allow intersection with pure paramet... |
blob | commitdiff | diff to current |
2009-02-22 |
Sven Verdoolaege | isl_basic_map_overlying_set: don't add div constraints... |
blob | commitdiff | diff to current |
2009-02-15 |
Sven Verdoolaege | fix serious error in isl_mat_parameter_compression |
blob | commitdiff | diff to current |
2009-02-11 |
Sven Verdoolaege | add isl_basic_map_floordiv |
blob | commitdiff | diff to current |
2009-02-11 |
Sven Verdoolaege | add isl_basic_map_fast_is_fixed |
blob | commitdiff | diff to current |
2009-02-11 |
Sven Verdoolaege | add isl_basic_map_neg |
blob | commitdiff | diff to current |
2009-02-11 |
Sven Verdoolaege | add isl_basic_map_sum |
blob | commitdiff | diff to current |
2009-02-10 |
Sven Verdoolaege | add isl_map_fix_si, a generalization of isl_basic_map_f... |
blob | commitdiff | diff to current |
2009-01-08 |
Sven Verdoolaege | normalize divs involved in equalities |
blob | commitdiff | diff to current |
2009-01-08 |
Sven Verdoolaege | isl_map_underlying_set: drop names from dimesion in... |
blob | commitdiff | diff to current |
2009-01-06 |
Sven Verdoolaege | add isl_basic_set_is_empty |
blob | commitdiff | diff to current |
2009-01-06 |
Sven Verdoolaege | isl_map_simplify.c: extract out simplify and related... |
blob | commitdiff | diff to current |
next |