summaryrefslogtreecommitdiff
path: root/isl_map_piplib.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-25remove possible use of piplib completelymasterSven Verdoolaege1-476/+0
2013-06-25hide isl_seqSven Verdoolaege1-1/+1
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-10/+10
2011-03-16hide isl_ctx internalsSven Verdoolaege1-0/+1
2011-01-27merge isl_basic_set/isl_basic_map and isl_set/isl_mapSven Verdoolaege1-1/+1
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-4/+4
2010-02-03rename isl_{map,set}_add to isl_{map,set}_add_basic_{map,set}Sven Verdoolaege1-2/+2
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-08-07isl_basic_map_compute_divs: use isl_basic_set_lexmin and move to isl_map.cSven Verdoolaege1-316/+0
2009-08-07isl_pip_basic_map_compute_divs: don't turn divs into output dimensionsSven Verdoolaege1-55/+17
2009-08-07combine isl_pip_basic_map_lex{min,max} into isl_pip_basic_map_lexoptSven Verdoolaege1-15/+1
2009-07-16isl_mat: keep track of isl_ctxSven Verdoolaege1-15/+13
2009-06-11isl_map_piplib.c: extremum_on: detect equalities firstSven Verdoolaege1-0/+1
2009-06-11isl_pip_basic_map_compute_divs: remove some equalities firstSven Verdoolaege1-1/+232
2009-06-11isl_pip_basic_map_compute_divs: separate out dimension gamesSven Verdoolaege1-18/+91
2009-02-22isl_map_piplib.c: isl_map_from_quast: properly keep track of dimension namesSven Verdoolaege1-14/+22
2009-02-04isl_map_from_quast: don't throw away any bottom leavesSven Verdoolaege1-2/+1
2008-12-14introduce isl_dim structure for representing shared dimension informationSven Verdoolaege1-33/+54
2008-10-14clear extra coefficients in isl_basic_map_alloc_{in,}equalitySven Verdoolaege1-1/+1
2008-10-11add isl_set_remove_dimsSven Verdoolaege1-1/+1
2008-10-11isl_map_piplib.c: fix some warningsSven Verdoolaege1-3/+0
2008-10-11isl_map_piplib.c: add missing includeSven Verdoolaege1-0/+1
2008-10-11add struct_ctx field to isl_set and isl_mapSven Verdoolaege1-48/+46
2008-08-25add some missing tests for invalid inputSven Verdoolaege1-0/+3
2008-08-25Ensure all elements in a constraints are zeroed out or explicitly setSven Verdoolaege1-1/+1
2008-08-25isl_basic_{map,set}: explicitly store constraints defining divSven Verdoolaege1-27/+41
2008-08-25avoid preprocessor conditionalsSven Verdoolaege1-6/+6
2008-08-08Initial version of the integer set librarySven Verdoolaege1-0/+490