add isl_aff_mod_val
[platform/upstream/isl.git] / isl_sample.c
2012-11-20 Sven Verdoolaegeisl_tab_sample: perform greedy search before performing...
2012-11-20 Sven Verdoolaegeisl_tab_sample: extract out compute_min and compute_max
2012-11-20 Sven Verdoolaegeisl_tab_sample: treat emptiness of tableau as error
2012-09-02 Sven Verdoolaegerelicense isl under the MIT license
2012-05-30 Sven VerdoolaegeMerge branch 'maint'
2012-05-21 Sven VerdoolaegeMerge branch 'maint'
2012-04-18 Sven VerdoolaegeMerge branch 'maint'
2012-04-13 Sven VerdoolaegeMerge branch 'maint'
2012-04-07 Sven VerdoolaegeMerge branch 'maint'
2012-03-06 Sven VerdoolaegeMerge branch 'maint'
2012-02-24 Sven Verdoolaegeadd isl_basic_set_sample
2012-01-18 Sven VerdoolaegeMerge branch 'maint'
2012-01-16 Sven Verdoolaegeisl_tab_from_basic_map: preserve all constraints in...
2011-12-10 Sven VerdoolaegeMerge branch 'maint'
2011-12-02 Sven VerdoolaegeMerge branch 'maint'
2011-11-23 Sven VerdoolaegeMerge branch 'maint'
2011-11-13 Sven Verdoolaegehide isl_options structure
2011-10-10 Sven VerdoolaegeMerge branch 'maint'
2011-10-02 Sven VerdoolaegeMerge branch 'maint'
2011-09-23 Sven VerdoolaegeMerge branch 'maint'
2011-09-22 Sven VerdoolaegeMerge branch 'maint'
2011-09-09 Sven VerdoolaegeMerge branch 'maint'
2011-09-03 Sven Verdoolaegerename isl_dim to isl_space
2011-07-08 Sven VerdoolaegeMerge branch 'maint'
2011-06-29 Sven VerdoolaegeMerge branch 'maint'
2011-06-23 Sven VerdoolaegeMerge branch 'maint'
2011-06-18 Sven VerdoolaegeMerge branch 'maint'
2011-06-04 Sven VerdoolaegeMerge branch 'maint'
2011-05-20 Sven VerdoolaegeMerge branch 'maint'
2011-05-05 Sven Verdoolaegerename *_fast_* functions to *_plain_*
2011-05-05 Sven VerdoolaegeMerge branch 'maint'
2011-04-25 Sven VerdoolaegeMerge branch 'maint'
2011-04-21 Sven Verdoolaegechange isl_mat_sub_alloc prototype
2011-03-16 Sven Verdoolaegehide isl_ctx internals
2011-03-10 Sven VerdoolaegeMerge branch 'maint'
2011-02-05 Sven VerdoolaegeMerge branch 'maint'
2011-02-05 Sven VerdoolaegeMerge branch 'maint'
2011-01-27 Sven Verdoolaegemerge isl_basic_set/isl_basic_map and isl_set/isl_map
2011-01-22 Sven VerdoolaegeMerge branch 'maint'
2011-01-16 Sven Verdoolaegeisl_basic_set_sample_point: exploit factorization if any
2010-11-20 Sven VerdoolaegeRename headers from isl_header.h to isl/header.h
2010-10-26 Sven Verdoolaegerename isl_map_remove to isl_map_remove_dims
2010-09-16 Sven Verdoolaegemerge isl_basic_set_drop_constraints_involving implemen...
2010-06-26 Sven Verdoolaegeisl_tab_add_valid_eq: return int instead of isl_tab *
2010-06-26 Sven Verdoolaegeisl_sample.c: interval_sample: avoid NULL pointer deref...
2010-06-26 Sven Verdoolaegeisl_sample.c: drop_constraints_involving: avoid NULL...
2010-06-26 Sven Verdoolaegeisl_sample.c: gbr_sample: avoid NULL pointer dereference
2010-06-12 Sven Verdoolaegeisl_tab_detect_implicit_equalities: return integer...
2010-04-10 Sven Verdoolaegeisl_sample.c: initial_basis: set n_unbounded and n_zero
2010-03-04 Sven Verdoolaegeadd isl_set_sample_point
2009-12-16 Sven Verdoolaegeadd copyright statements
2009-12-07 Sven Verdoolaegeisl_tab: keep track of isl_basic_map instead of isl_bas...
2009-11-29 Sven Verdoolaegeisl_tab_add_ineq and isl_tab_mark_empty: return status...
2009-10-21 Sven Verdoolaegeput options in a separate isl_options structure
2009-10-12 Sven Verdoolaegeisl_tab: improved error handling
2009-10-10 Sven Verdoolaegeadd isl_tab_set_initial_basis_with_cone
2009-10-09 Sven Verdoolaegeisl_basic_map_detect_equalities: keep track of sample
2009-10-09 Sven Verdoolaegeisl_tab_sample: handle unbounded directions in initial...
2009-10-09 Sven Verdoolaegeexploit equalities in isl_tab_sample
2009-10-09 Sven Verdoolaegeisl_tab_sample: be more verbose about unbounded directions
2009-10-09 Sven Verdoolaegeseparate out isl_tab_sample from sample_bounded
2009-10-09 Sven Verdoolaegesample_bounded: reimplement to work directly on a tableau
2009-10-09 Sven Verdoolaegeisl_tab_compute_reduced_basis: work with affine basis...
2009-10-08 Sven Verdoolaegeisl_sample.c: basic_set_sample: remember boundedness...
2009-10-07 Sven Verdoolaegeisl_sample.c: basic_set_reduced: fix typo preventing...
2009-10-07 Sven Verdoolaegeprivately export isl_basic_set_sample_with_cone
2009-09-14 Sven Verdoolaegeadd isl_basic_map_sample and isl_map_sample
2009-09-13 Sven Verdoolaegeisl_sample.c: move isl_basic_set_from_vec from isl_affi...
2009-09-13 Sven Verdoolaegerename isl_basic_set_sample to isl_basic_set_sample_vec
2009-09-13 Sven Verdoolaegemake some internal functions static
2009-08-28 Sven Verdoolaegeexport isl_vec_ceil
2009-08-28 Sven Verdoolaegeisl_basic_set_sample: only perform basis reduction...
2009-08-07 Sven Verdoolaegeadd isl_basic_set_sample_bounded
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 Verdoolaegemove isl_basic_set_skew_to_positive_orthant to isl_sample.c
2009-07-15 Sven Verdoolaegeisl_basic_set_sample: break early if sample found in...
2009-07-15 Sven Verdoolaegeisl_basic_set_sample: check sample stored by isl_basic_...
2009-07-15 Sven Verdoolaegeintroduce generalized basis reduction based sampling
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_vec: keep track of isl_ctx
2009-03-20 Sven Verdoolaegeisl_{basic_,}set_preimage: drop ctx argument
2009-03-08 Sven Verdoolaegerename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid...
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-10-11 Sven Verdoolaegeisl_sample.c: add missing include
2008-10-11 Sven Verdoolaegeadd struct_ctx field to isl_set and isl_map
2008-08-25 Sven Verdoolaegesample: remove lineality and skew into positive orthant
2008-08-25 Sven Verdoolaegeisl_basic_set_sample: special case 0D and 1D sets
2008-08-25 Sven Verdoolaegeisl_basic_set_sample: remove equalities first
2008-08-25 Sven Verdoolaegereimplement isl_basic_map_is_empty in terms of isl_basi...