platform/upstream/isl.git
2009-03-08 Sven Verdoolaegeisl_basic_map: put inequalities before equalities
2009-03-08 Sven Verdoolaegeadd isl_seq_normalize
2009-03-08 Sven Verdoolaegeisl_ctx.h: make FL_ISSET return a boolean value
2009-03-08 Sven Verdoolaegerename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid...
2009-03-08 Sven Verdoolaegeadd isl_mat_swap_cols
2009-03-08 Sven Verdoolaegeisl_mat_dump: also indent NULL mat
2009-03-08 Sven Verdoolaegeadd isl_calloc_type
2009-03-08 Sven Verdoolaegeisl_map_convex_hull: normalize map first
2009-03-08 Sven Verdoolaegeisl_set_preimage: clear ISL_SET_NORMALIZED flag
2009-02-23 Sven Verdoolaegeadd isl_basic_map_detect_equalities
2009-02-22 Sven Verdoolaegeadd isl_map_remove
2009-02-22 Sven Verdoolaegeexport isl_basic_map_is_equal
2009-02-22 Sven Verdoolaegeadd isl_basic_map_remove
2009-02-22 Sven Verdoolaegeadd isl_dim_range
2009-02-22 Sven Verdoolaegeadd isl_map_product
2009-02-22 Sven Verdoolaegeadd isl_basic_map_add_constraint
2009-02-22 Sven Verdoolaegeadd isl_dim_add
2009-02-22 Sven Verdoolaegeisl_map_piplib.c: isl_map_from_quast: properly keep...
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_affine_hull: fix search for integer points
2009-02-22 Sven Verdoolaegeisl_basic_map_overlying_set: don't add div constraints...
2009-02-22 Sven Verdoolaegeisl_dim.c: update n_name (only) when changing names
2009-02-15 Sven Verdoolaegefix serious error in isl_mat_parameter_compression
2009-02-11 Sven Verdoolaegeexport isl_basic_map_intersect_range
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-02-04 Sven Verdoolaegeisl_map_simplify.c: remove_duplicate_divs: remove divs...
2009-02-04 Sven Verdoolaegeisl_basic_map_gauss: be careful not to introduce circul...
2009-02-04 Sven Verdoolaegeadd functions for setting isl_divs
2009-02-04 Sven Verdoolaegeisl_map_from_quast: don't throw away any bottom leaves
2009-02-04 Sven Verdoolaegeisl_map_simplify.c: normalize_divs: fix use of variable...
2009-02-04 Sven Verdoolaegeisl_mat_variable_compression: fix use after free
2009-02-03 Sven Verdoolaegeisl_map_simplify.c: normalize_divs: ensure enough exist...
2009-02-03 Sven Verdoolaegeisl_hash_table_remove: update number of entries
2009-01-22 Sven Verdoolaegeisl_map_simple_hull: plug memory leak
2009-01-09 Sven Verdoolaegeadd std::ostream &operator<<(std::ostream &os, isl_int...
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_mat_parameter_compression
2009-01-06 Sven Verdoolaegeisl_equalities.c: extract and export isl_mat_variable_c...
2009-01-06 Sven Verdoolaegeadd isl_basic_set_is_empty
2009-01-06 Sven Verdoolaegeadd isl_mat_right_kernel
2009-01-06 Sven Verdoolaegeadd isl_mat_col_submul
2009-01-06 Sven Verdoolaegeadd isl_seq_submul
2009-01-06 Sven Verdoolaegeisl_map_simplify.c: extract out simplify and related...
2009-01-06 Sven Verdoolaegeisl_constraint: add limited support for adding divs
2009-01-06 Sven Verdoolaegechange calling conventions of isl_basic_set_has_definin...
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-25 Sven Verdoolaegeisl_stream: properly reference ctx
2008-12-25 Sven Verdoolaegeisl_stream.c: extracted from isl_input_omega.c
2008-12-25 Sven Verdoolaegeadd isl_basic_set_read_from_str
2008-12-24 Sven Verdoolaegeexport isl_set_compute_divs
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-23 Sven Verdoolaegeadd isl_div abstraction, similar to isl_constraint
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-19 Sven Verdoolaegeisl_convex_hull.c: remove dead code
2008-12-15 Sven Verdoolaegeadd isl_constraint_negate
2008-12-14 Sven Verdoolaegeadd isl_basic_set_add_constraint for adding manually...
2008-12-14 Sven Verdoolaegereplace isl_basic_set_constraint by refcounted isl_cons...
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 VerdoolaegeAdd backup mp_get_memory_functions implementation for...
2008-12-02 Sven Verdoolaegeisl_map.c: fix typo in comment
2008-12-02 Sven Verdoolaegeadd gist test
2008-11-11 Sven Verdoolaegeupdate piplib for improved efficiency
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 GMP flags when compiling isl_test
2008-10-14 Sven Verdoolaegeuse uint_32_t from stdint.h instead of u_int_32_t
2008-10-14 Sven Verdoolaegeupdate piplib for license change and release isl under...
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...
next