summaryrefslogtreecommitdiff
path: root/isl_constraint.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-04isl_basic_map_foreach_constraint: make sure input has been finalizedSven Verdoolaege1-0/+3
2010-06-03isl_basic_map_from_constraint: finalize resultSven Verdoolaege1-0/+1
2010-05-30fix some icc warningsSven Verdoolaege1-0/+2
2010-05-13add isl_basic_set_foreach_bound_pairSven Verdoolaege1-0/+347
2010-02-09isl_constraint_div: make sure requested div is a known divSven Verdoolaege1-0/+2
2010-02-09add isl_basic_map_foreach_constraintSven Verdoolaege1-0/+36
2009-12-18isl_constraint_dup: make sure line refers to equation in constraint's bmapSven Verdoolaege1-1/+10
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-11-16add isl_basic_map_first_constraintSven Verdoolaege1-8/+14
2009-09-16isl_basic_map_from_constraint: return copy of bmap in constraint if possibleSven Verdoolaege1-0/+6
2009-09-13isl_basic_map_add_constraint: handle constraints obtained from basic mapsSven Verdoolaege1-2/+1
2009-09-13add isl_basic_map_from_constraintSven Verdoolaege1-22/+27
2009-09-06isl_constraint.c: remove unused variablesSven Verdoolaege1-3/+0
2009-09-06fix return type of isl_constraint_freeSven Verdoolaege1-1/+1
2009-09-06isl_constraint.c: add missing includeSven Verdoolaege1-0/+1
2009-03-23change calling convention of isl_basic_map_divSven Verdoolaege1-2/+1
2009-03-20isl_basic_map_extend_dim: move responsibility of cow'ing to the callerSven Verdoolaege1-0/+2
2009-03-20isl_basic_set_has_defining_inequalities: fix typoSven Verdoolaege1-1/+1
2009-03-20isl_constraint_div: perform required reference increase on basic mapSven Verdoolaege1-1/+2
2009-03-08isl_basic_map: put inequalities before equalitiesSven Verdoolaege1-3/+7
2009-03-08rename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid name clashesSven Verdoolaege1-1/+1
2009-02-22add isl_basic_map_add_constraintSven Verdoolaege1-8/+16
2009-01-06isl_constraint: add limited support for adding divsSven Verdoolaege1-0/+29
2009-01-06change calling conventions of isl_basic_set_has_defining_{,in}equalit{y,ies}Sven Verdoolaege1-21/+32
2008-12-28add isl_basic_{set,map}_dimSven Verdoolaege1-8/+1
2008-12-23add isl_div abstraction, similar to isl_constraintSven Verdoolaege1-0/+10
2008-12-19remove isl_ctx argument from functions accepting isl_dim argumentSven Verdoolaege1-2/+2
2008-12-15add isl_constraint_negateSven Verdoolaege1-0/+20
2008-12-14add isl_basic_set_add_constraint for adding manually constructed constraintsSven Verdoolaege1-0/+51
2008-12-14replace isl_basic_set_constraint by refcounted isl_constraintSven Verdoolaege1-162/+161
2008-12-14introduce isl_dim structure for representing shared dimension informationSven Verdoolaege1-32/+65
2008-10-14add some functions for manipulating constraintsSven Verdoolaege1-0/+288