summaryrefslogtreecommitdiff
path: root/isl_constraint.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-14isl_{in,}equality_from_aff: skip construction of isl_basic_setSven Verdoolaege1-40/+18
2013-05-28add isl_constraint_get_coefficient_valSven Verdoolaege1-0/+20
2013-05-28add isl_constraint_get_constant_valSven Verdoolaege1-0/+15
2013-05-28add isl_constraint_set_coefficient_valSven Verdoolaege1-0/+28
2013-05-28add isl_constraint_set_constant_valSven Verdoolaege1-0/+20
2013-04-22declare isl_*_list together with isl_*Sven Verdoolaege1-0/+5
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-05-06add isl_constraint_get_local_spaceSven Verdoolaege1-0/+6
2012-05-06add isl_constraint_is_{lower,upper}_boundSven Verdoolaege1-0/+34
2012-05-06add isl_basic_set_n_constraintSven Verdoolaege1-0/+12
2011-09-13drop isl_div abstractionSven Verdoolaege1-2/+2
2011-09-13isl_{in,}equality_alloc: take isl_local_space intead of isl_spaceSven Verdoolaege1-29/+22
2011-09-04make isl_pw_* object live in a map spaceSven Verdoolaege1-2/+6
2011-09-03implement isl_constraint on top of isl_vecSven Verdoolaege1-61/+144
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-16/+16
2011-07-23reimplement isl_constraint in terms of isl_affSven Verdoolaege1-161/+147
2011-07-23drop isl_constraint_add_divSven Verdoolaege1-30/+0
2011-07-23drop isl_constraint_clearSven Verdoolaege1-9/+0
2011-07-23isl_constraint: drop constraint iterationSven Verdoolaege1-38/+0
2011-07-07hide isl_constraint internalsSven Verdoolaege1-1/+1
2011-07-02add isl_basic_set_drop_constraintSven Verdoolaege1-0/+74
2011-07-02add isl_constraint_get_affSven Verdoolaege1-0/+30
2011-06-02add isl_inequality_from_affSven Verdoolaege1-0/+27
2011-05-16add isl_set_add_constraintSven Verdoolaege1-0/+17
2011-05-16add isl_equality_from_affSven Verdoolaege1-0/+27
2011-05-16add isl_constraint_get_boundSven Verdoolaege1-0/+39
2011-05-16add isl_constraint_involves_dimsSven Verdoolaege1-0/+18
2011-05-16hide isl_div internalsSven Verdoolaege1-0/+1
2011-04-29add isl_constraint_get_ctxSven Verdoolaege1-0/+5
2011-04-25add isl_constraint_get_dimSven Verdoolaege1-0/+6
2011-01-27merge isl_basic_set/isl_basic_map and isl_set/isl_mapSven Verdoolaege1-1/+1
2011-01-07add isl_set_remove_unknown_divsSven Verdoolaege1-0/+18
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-2/+2
2010-10-26rename isl_map_remove to isl_map_remove_dimsSven Verdoolaege1-1/+1
2010-10-10add isl_constraint_get_dim_nameSven Verdoolaege1-0/+7
2010-08-09add isl_basic_map_has_defining_equalitySven Verdoolaege1-12/+27
2010-08-02hide isl_dim internalsSven Verdoolaege1-0/+1
2010-06-27add isl_constraint_is_div_constraintSven Verdoolaege1-0/+19
2010-06-27isl_basic_map_from_constraint: keep all divs, even redundant onesSven Verdoolaege1-1/+7
2010-06-27isl_basic_map_from_constraint: only return copy of bmap on equality constraintsSven Verdoolaege1-1/+1
2010-06-27isl_constraint_add_div: correctly set line to first and only constraintSven Verdoolaege1-1/+1
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