add isl_basic_map_detect_equalities
[platform/upstream/isl.git] / isl_map.c
2009-02-23 Sven Verdoolaegeadd isl_basic_map_detect_equalities
2009-02-22 Sven Verdoolaegeadd isl_map_remove
2009-02-22 Sven Verdoolaegeadd isl_basic_map_remove
2009-02-22 Sven Verdoolaegeadd isl_map_product
2009-02-22 Sven Verdoolaegechange calling convention of isl_basic_map_{equal,less_...
2009-02-22 Sven Verdoolaegeadd isl_map_copy_basic_map and isl_map_drop_basic_map
2009-02-22 Sven Verdoolaegeadd isl_map_from_range
2009-02-22 Sven Verdoolaegeadd isl_map_fast_is_empty
2009-02-22 Sven Verdoolaegechange calling convention of isl_map_empty and add...
2009-02-22 Sven Verdoolaegeisl_map_intersect_{domain,range}: allow intersection...
2009-02-22 Sven Verdoolaegeisl_map_intersect: allow intersection with pure paramet...
2009-02-22 Sven Verdoolaegeisl_basic_map_overlying_set: don't add div constraints...
2009-02-15 Sven Verdoolaegefix serious error in isl_mat_parameter_compression
2009-02-11 Sven Verdoolaegeadd isl_basic_map_floordiv
2009-02-11 Sven Verdoolaegeadd isl_basic_map_fast_is_fixed
2009-02-11 Sven Verdoolaegeadd isl_basic_map_neg
2009-02-11 Sven Verdoolaegeadd isl_basic_map_sum
2009-02-10 Sven Verdoolaegeadd isl_map_fix_si, a generalization of isl_basic_map_f...
2009-01-08 Sven Verdoolaegenormalize divs involved in equalities
2009-01-08 Sven Verdoolaegeisl_map_underlying_set: drop names from dimesion in...
2009-01-06 Sven Verdoolaegeadd isl_basic_set_is_empty
2009-01-06 Sven Verdoolaegeisl_map_simplify.c: extract out simplify and related...
2008-12-28 Sven Verdoolaegeadd isl_basic_{set,map}_dim
2008-12-28 Sven Verdoolaegeisl_basic_map_gist: also exploit equalities in gisted set
2008-12-28 Sven Verdoolaegeisl_basic_map_overlying_set: simplify resulting basic map
2008-12-24 Sven Verdoolaegeisl_basic_map_align_divs: check divs of src basic map...
2008-12-24 Sven Verdoolaegeisl_map_gist: ensure divs of map are known
2008-12-24 Sven Verdoolaegeisl_basic_map_compute_divs: only (re)compute divs if...
2008-12-24 Sven Verdoolaegeisl_basic_map_eliminate_vars: better handling of divs
2008-12-22 Sven Verdoolaegeisl_basic_set_compare_at: combine constraints before...
2008-12-22 Sven Verdoolaegeisl_map_underlying_set: align divs before calling this...
2008-12-22 Sven Verdoolaegeisl_basic_map_overlying_set: properly handle divs in...
2008-12-22 Sven Verdoolaegeisl_basic_map_align_divs: don't make assumptions on...
2008-12-22 Sven Verdoolaegeavoid increasing "extra" without also extending the...
2008-12-19 Sven Verdoolaegeadd isl_set_universe
2008-12-19 Sven Verdoolaegeremove isl_ctx argument from functions accepting isl_di...
2008-12-14 Sven Verdoolaegeallow parameters and dimensions to be named
2008-12-14 Sven Verdoolaegeintroduce isl_hash_table and move hashing declarations...
2008-12-14 Sven Verdoolaegeintroduce internal isl_dim_map for representing mapping...
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-12-14 Sven Verdoolaegeisl_map.c: avoid potential NULL dereference
2008-12-02 Sven Verdoolaegeisl_map.c: fix typo in comment
2008-12-02 Sven Verdoolaegeadd gist test
2008-11-08 Sven Verdoolaegeadd isl_set_dim_is_unique
2008-11-08 Sven Verdoolaegeadd isl_set_get_hash
2008-11-08 Sven Verdoolaegeisl_map.c: fix typo in comment
2008-11-08 Sven Verdoolaegeisl_basic_map_alloc_div: clear unused extra coefficients
2008-10-24 Sven Verdoolaegeadd isl_basic_set_remove_divs
2008-10-14 Sven Verdoolaegeuse uint_32_t from stdint.h instead of u_int_32_t
2008-10-14 Sven Verdoolaegeclear extra coefficients in isl_basic_map_alloc_{in...
2008-10-14 Sven Verdoolaegeisl_{set,map}_dup: copy subsets instead of duping them
2008-10-14 Sven Verdoolaegeisl_basic_map_eliminate_vars: update number of extra...
2008-10-14 Sven Verdoolaegeisl_basic_map_gist: unique lower or upper bounds are...
2008-10-14 Sven Verdoolaegeisl_basic_set_gist: remove redundant constraints with...
2008-10-14 Sven Verdoolaegeadd some functions for manipulating constraints
2008-10-14 Sven Verdoolaegeisl_set_gist: reduce result using equalities of context
2008-10-14 Sven Verdoolaegeadd isl_basic_set_interval and isl_basic_set_product
2008-10-14 Sven Verdoolaegeadd isl_set_fast_is_disjoint
2008-10-13 Sven Verdoolaegeexport isl_set_eliminate_dims
2008-10-13 Sven Verdoolaegeadd isl_basic_set_print and isl_set_print for printing...
2008-10-13 Sven Verdoolaegeadd isl_{set,map}_fast_is_equal
2008-10-13 Sven Verdoolaegeisl_basic_map_eliminate_vars: ensure variable is elimin...
2008-10-13 Sven Verdoolaegeadd isl_map_remove_inputs
2008-10-13 Sven Verdoolaegeadd isl_set_lower_bound_dim
2008-10-13 Sven Verdoolaegeadd isl_set_fast_dim_has_fixed_lower_bound
2008-10-13 Sven Verdoolaegeadd isl_set_gist
2008-10-13 Sven Verdoolaegeadd isl_set_fast_dim_is_fixed and isl_map_fast_input_is...
2008-10-13 Sven Verdoolaegeadd isl_map_deltas
2008-10-13 Sven Verdoolaegeadd isl_basic_set_compare_at
2008-10-13 Sven Verdoolaegeisl_basic_map_is_empty: don't compute sample for ration...
2008-10-12 Sven Verdoolaegeisl_basic_map_eliminate_vars: remove all redundant...
2008-10-12 Sven Verdoolaegeadd isl_basic_set_remove_dims
2008-10-12 Sven Verdoolaegeadd isl_set_copy_basic_set and isl_set_drop_basic_set
2008-10-11 Sven Verdoolaegeadd isl_set_remove_dims
2008-10-11 Sven Verdoolaegeadd isl_set_{from,to}_underlying_set
2008-10-11 Sven Verdoolaegeadd isl_basic_set_from_underlying_set
2008-10-11 Sven Verdoolaegeisl_basic_map_overlying_set: fix possible NULL access
2008-10-11 Sven Verdoolaegeisl_set_dump: dump more information
2008-10-11 Sven Verdoolaegeadd isl_set_extend
2008-10-11 Sven Verdoolaegeadd isl_set_intersect
2008-10-11 Sven Verdoolaegeadd isl_set_from_map
2008-10-11 Sven Verdoolaegeisl_set_alloc: add check on number of basic sets
2008-10-11 Sven Verdoolaegeadd struct_ctx field to isl_set and isl_map
2008-09-04 Sven Verdoolaegeisl_basic_set_read_from_file: partial support for Omega...
2008-08-26 Sven Verdoolaegeadd isl_set_compute_divs
2008-08-25 Sven Verdoolaegeadd isl_set_fix_dim_si
2008-08-25 Sven Verdoolaegeisl_map_apply_range: mark result of 1 basic set as...
2008-08-25 Sven Verdoolaegeisl_map_dump: print flags
2008-08-25 Sven Verdoolaegeisl_basic_map_affine_hull: compute integer affine hull
2008-08-25 Sven Verdoolaegeadd convex hull computation
2008-08-25 Sven Verdoolaegeremove obviously redundant divs based on inequalities
2008-08-25 Sven Verdoolaegeisl_map_affine_hull: perform affine hull on underlying set
2008-08-25 Sven Verdoolaegeextract isl_map_align_divs from isl_affine_hull.c
2008-08-25 Sven Verdoolaegeadd isl_map_remove_empty_parts
2008-08-25 Sven Verdoolaegeextract out isl_basic_map_implicit_equalities from...
2008-08-25 Sven Verdoolaegeadd isl_basic_set_read_from_file
2008-08-25 Sven Verdoolaegekeep cache of blocks of isl_ints
2008-08-25 Sven Verdoolaegeadd some missing tests for invalid input
2008-08-25 Sven VerdoolaegeEnsure all elements in a constraints are zeroed out...
2008-08-25 Sven Verdoolaegeisl_basic_map_is_empty: keep sample found for possible...
next