isl_basic_map_affine_hull: avoid NULL pointer dereference
[platform/upstream/isl.git] / isl_affine_hull.c
2010-06-26 Sven Verdoolaegeisl_basic_map_affine_hull: avoid NULL pointer dereference
2010-06-26 Sven Verdoolaegeisl_tab_add_eq: return int instead of isl_tab *
2010-06-12 Sven Verdoolaegeisl_tab_detect_implicit_equalities: return integer...
2010-05-30 Sven Verdoolaegeremove some unused variables
2010-04-10 Sven Verdoolaegeisl_map_affine_hull: handle non-obviously empty input
2010-04-01 Sven Verdoolaegeadd isl_set_recession_cone
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-10 Sven Verdoolaegeadd isl_tab_detect_equalities
2009-10-09 Sven Verdoolaegeisl_affine_hull.c: uset_affine_hull_bounded: use tablea...
2009-10-09 Sven Verdoolaegeisl_basic_map_detect_equalities: keep track of sample
2009-10-09 Sven Verdoolaegeisl_basic_map_detect_equalities: only compute recession...
2009-10-08 Sven Verdoolaegerename isl_tab_detect_equalities to isl_tab_detect_impl...
2009-10-07 Sven Verdoolaegeadd isl_basic_set_detect_equalities
2009-10-02 Sven Verdoolaegeadd isl_set_detect_equalities
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-06 Sven Verdoolaegeisl_affine_hull.c: remove unused variable
2009-09-06 Sven Verdoolaegeisl_assert: validate all arguments and fix up fallout
2009-08-13 Sven Verdoolaegeisl_basic_map_detect_equalities: explicitly keep track...
2009-08-07 Sven Verdoolaegeisl_affine_hull.c: only construct affine hull in bounde...
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-13 Sven Verdoolaegeprivately export isl_basic_set_recession_cone
2009-07-13 Sven Verdoolaegeisl_vec: keep track of isl_ctx
2009-06-07 Sven Verdoolaegeisl_basic_map_detect_equalities: properly handle empty...
2009-03-20 Sven Verdoolaegeadd isl_map_implicit_equalities
2009-03-20 Sven Verdoolaegeuset_affine_hull: ignore directions in affine hull...
2009-03-20 Sven Verdoolaegeisl_basic_map_implicit_equalities: perform Gaussian...
2009-03-20 Sven Verdoolaegeisl_affine_hull.c: outside_point: check for obvious...
2009-03-20 Sven Verdoolaegeisl_affine_hull.c: extract uset_affine_hull
2009-03-20 Sven Verdoolaegeisl_map_affine_hull: detect equalities of integer affin...
2009-03-20 Sven Verdoolaegeisl_basic_map_extend_dim: move responsibility of cow...
2009-03-20 Sven Verdoolaegeisl_affine_hull.c: use tableau to detect implicit equal...
2009-03-20 Sven Verdoolaegeisl_{basic_,}set_preimage: drop ctx argument
2009-03-08 Sven Verdoolaegeisl_basic_map: put inequalities before equalities
2009-03-08 Sven Verdoolaegerename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid...
2009-02-23 Sven Verdoolaegeadd isl_basic_map_detect_equalities
2009-02-22 Sven Verdoolaegeisl_basic_map_affine_hull: fix search for integer points
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-10-12 Sven Verdoolaegeisl_basic_map_affine_hull: allow computation of affine...
2008-10-11 Sven Verdoolaegeadd struct_ctx field to isl_set and isl_map
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 Verdoolaegeisl_map_affine_hull: perform affine hull on underlying set
2008-08-25 Sven Verdoolaegeaffhull: simplify before finalize
2008-08-25 Sven Verdoolaegeextract isl_map_align_divs from isl_affine_hull.c
2008-08-25 Sven Verdoolaegeextract out isl_basic_map_implicit_equalities from...
2008-08-25 Sven Verdoolaegeisl_map_affine_hull: add missing cow
2008-08-25 Sven Verdoolaegerename isl_map_affine_hull.c to isl_affine_hull.c