summaryrefslogtreecommitdiff
path: root/isl_coalesce.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-10isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1
2013-03-28isl_map_coalesce: extend the handling of a pair adjacent inequalitiesSven Verdoolaege1-51/+163
2013-03-28isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1
2013-03-17isl_map_coalesce: avoid dropping constraints redundant wrt implicit equalitiesSven Verdoolaege1-0/+15
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-04-18isl_map_coalesce: only coalesce pairs of basic maps with the same divsSven Verdoolaege1-4/+193
2012-04-18isl_coalesce.c: change interface of {in,}eq_status_inSven Verdoolaege1-22/+23
2012-04-13isl_map_coalesce: optionally bound the coefficients of wrapping constraintsSven Verdoolaege1-52/+169
2012-04-13Merge branch 'maint'Sven Verdoolaege1-0/+3
2012-04-13isl_map_coalesce: don't try to relax (implicit) equalitiesSven Verdoolaege1-0/+3
2012-02-23Merge branch 'maint'Sven Verdoolaege1-1/+4
2012-02-23isl_coalesce.c: wrap_in_facets: bail out if any of the facets are emptySven Verdoolaege1-1/+4
2012-02-15isl_map_coalesce: drop empty parts before checking the number of partsSven Verdoolaege1-0/+1
2012-01-16isl_tab_from_basic_map: preserve all constraints in input when trackingSven Verdoolaege1-2/+2
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-1/+1
2011-03-18isl_map_coalesce: plug memory leak on error pathSven Verdoolaege1-0/+1
2011-02-19isl_map_coalesce: be more relaxed about multiple equalities being adjacentSven Verdoolaege1-2/+4
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-1/+1
2010-10-13isl_map_coalesce: handle some cases of pairs of adjacent equalitiesSven Verdoolaege1-4/+105
2010-09-04add public API for matricesSven Verdoolaege1-0/+1
2010-09-04isl_coalesce.c: fix typos in commentSven Verdoolaege1-3/+3
2010-08-06isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1
2010-06-26isl_coalesce.c: coalesce_pair: avoid NULL pointer dereferenceSven Verdoolaege1-0/+8
2010-06-26isl_tab_add_eq: return int instead of isl_tab *Sven Verdoolaege1-1/+2
2010-06-12isl_tab_detect_implicit_equalities: return integer instead of struct isl_tab *Sven Verdoolaege1-1/+2
2010-06-12isl_tab_select_facet: return int instead of isl_tab *Sven Verdoolaege1-5/+8
2010-05-30remove some unused variablesSven Verdoolaege1-3/+1
2010-05-30fix some icc warningsSven Verdoolaege1-0/+1
2010-04-23isl_map_coalesce: allow wrapping in sets that stick out in different directionsSven Verdoolaege1-43/+237
2010-04-23isl_map_coalesce: allowing cutting equalities in adjacent facetSven Verdoolaege1-4/+6
2010-04-15isl_map_coalesce: make sure result still contains set after wrapping in a facetSven Verdoolaege1-7/+35
2010-04-09isl_map_coalesce: only use non-redundant constraints during wrappingSven Verdoolaege1-4/+23
2010-04-02isl_map_coalesce: avoid reconsidering pairs considered before on changeSven Verdoolaege1-2/+3
2010-03-04isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1
2010-02-17isl_map_coalesce: fix some regressions introduced by recent extensionsSven Verdoolaege1-0/+8
2010-02-15isl_map_coalesce: only use non-redundant constraints as potential facetsSven Verdoolaege1-1/+4
2010-02-08isl_map_coalesce: handle more casesSven Verdoolaege1-44/+331
2010-02-08isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-12-07isl_tab_detect_redundant: return status instead of isl_tab *Sven Verdoolaege1-3/+4
2009-10-12isl_tab: improved error handlingSven Verdoolaege1-3/+6
2009-10-08rename isl_tab_detect_equalities to isl_tab_detect_implicit_equalitiesSven Verdoolaege1-1/+1
2009-09-06isl_set_coalesce: add missing returnSven Verdoolaege1-1/+1
2009-09-06isl_coalesce.c: add missing includeSven Verdoolaege1-0/+1
2009-07-21isl_map_coalesce: don't drop rational flag from result if set in inputSven Verdoolaege1-0/+3
2009-07-16isl_tab: drop isl_ctx argument where not absolutely requiredSven Verdoolaege1-27/+24
2009-07-12isl_coalesce.c: fix typoSven Verdoolaege1-1/+1
2009-06-07isl_map_coalesce: remove extra divs introduced by isl_map_align_divsSven Verdoolaege1-0/+1
2009-06-05add isl_map_coalesceSven Verdoolaege1-218/+227
2009-05-05isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1