2009-08-30 |
Sven Verdoolaege | add isl_map_neg |
blob | commitdiff |
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 |
2008-12-28 |
Sven Verdoolaege | add isl_basic_{set,map}_dim |
blob | commitdiff | diff to current |
2008-12-28 |
Sven Verdoolaege | isl_basic_map_gist: also exploit equalities in gisted set |
blob | commitdiff | diff to current |
2008-12-28 |
Sven Verdoolaege | isl_basic_map_overlying_set: simplify resulting basic map |
blob | commitdiff | diff to current |
2008-12-24 |
Sven Verdoolaege | isl_basic_map_align_divs: check divs of src basic map... |
blob | commitdiff | diff to current |
2008-12-24 |
Sven Verdoolaege | isl_map_gist: ensure divs of map are known |
blob | commitdiff | diff to current |
2008-12-24 |
Sven Verdoolaege | isl_basic_map_compute_divs: only (re)compute divs if... |
blob | commitdiff | diff to current |
2008-12-24 |
Sven Verdoolaege | isl_basic_map_eliminate_vars: better handling of divs |
blob | commitdiff | diff to current |
2008-12-22 |
Sven Verdoolaege | isl_basic_set_compare_at: combine constraints before... |
blob | commitdiff | diff to current |
2008-12-22 |
Sven Verdoolaege | isl_map_underlying_set: align divs before calling this... |
blob | commitdiff | diff to current |
2008-12-22 |
Sven Verdoolaege | isl_basic_map_overlying_set: properly handle divs in... |
blob | commitdiff | diff to current |
2008-12-22 |
Sven Verdoolaege | isl_basic_map_align_divs: don't make assumptions on... |
blob | commitdiff | diff to current |
2008-12-22 |
Sven Verdoolaege | avoid increasing "extra" without also extending the... |
blob | commitdiff | diff to current |
2008-12-19 |
Sven Verdoolaege | add isl_set_universe |
blob | commitdiff | diff to current |
2008-12-19 |
Sven Verdoolaege | remove isl_ctx argument from functions accepting isl_di... |
blob | commitdiff | diff to current |
2008-12-14 |
Sven Verdoolaege | allow parameters and dimensions to be named |
blob | commitdiff | diff to current |
2008-12-14 |
Sven Verdoolaege | introduce isl_hash_table and move hashing declarations... |
blob | commitdiff | diff to current |
2008-12-14 |
Sven Verdoolaege | introduce internal isl_dim_map for representing mapping... |
blob | commitdiff | diff to current |
2008-12-14 |
Sven Verdoolaege | introduce isl_dim structure for representing shared... |
blob | commitdiff | diff to current |
2008-12-14 |
Sven Verdoolaege | isl_map.c: avoid potential NULL dereference |
blob | commitdiff | diff to current |
2008-12-02 |
Sven Verdoolaege | isl_map.c: fix typo in comment |
blob | commitdiff | diff to current |
2008-12-02 |
Sven Verdoolaege | add gist test |
blob | commitdiff | diff to current |
2008-11-08 |
Sven Verdoolaege | add isl_set_dim_is_unique |
blob | commitdiff | diff to current |
2008-11-08 |
Sven Verdoolaege | add isl_set_get_hash |
blob | commitdiff | diff to current |
2008-11-08 |
Sven Verdoolaege | isl_map.c: fix typo in comment |
blob | commitdiff | diff to current |
2008-11-08 |
Sven Verdoolaege | isl_basic_map_alloc_div: clear unused extra coefficients |
blob | commitdiff | diff to current |
next |