summaryrefslogtreecommitdiff
path: root/isl_coalesce.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-20add isl_set_coalesceSven Verdoolaege1-0/+611