summaryrefslogtreecommitdiff
path: root/isl_union_map.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-27merge isl_basic_set/isl_basic_map and isl_set/isl_mapSven Verdoolaege1-1/+1
2011-01-22Merge branch 'maint'Sven Verdoolaege1-0/+3
2011-01-22isl_union_map_sample: don't return NULL on empty inputSven Verdoolaege1-0/+3
2011-01-19add isl_union_map_range_productSven Verdoolaege1-0/+19
2011-01-08Add isl_union_(set/map)_detect_equalitiesTobias Grosser1-0/+12
2011-01-07add isl_union_map_simple_hullSven Verdoolaege1-0/+21
2011-01-06isl_union_map_coalesce and isl_union_map_compute_divs: properly handle errorsSven Verdoolaege1-21/+34
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-5/+5
2010-11-17add isl_union_set_is_equalSven Verdoolaege1-0/+18
2010-11-06add isl_union_set_polyhedral_hullSven Verdoolaege1-0/+21
2010-10-26fix isl_union_{set,map}_lex_g{e,t}_union_mapSven Verdoolaege1-4/+4
2010-10-17add isl_union_set_identitySven Verdoolaege1-0/+15
2010-10-10add isl_union_map_intersect_rangeSven Verdoolaege1-0/+42
2010-10-09add isl_union_set_extract_setSven Verdoolaege1-0/+27
2010-10-09add isl_union_set_n_setSven Verdoolaege1-0/+10
2010-10-06fix return type of isl_union_set_lex_*_union_setSven Verdoolaege1-4/+4
2010-09-25add isl_union_map_range_map and isl_union_map_domain_mapSven Verdoolaege1-0/+34
2010-09-25add isl_union_map_apply_domainSven Verdoolaege1-0/+8
2010-09-10add isl_union_set_lex_[lg][et]_union_setSven Verdoolaege1-0/+92
2010-08-26align parameters of union arguments to binary functionsSven Verdoolaege1-6/+101
2010-08-18add isl_union_set_get_ctxSven Verdoolaege1-0/+5
2010-08-10isl_union_map: construct new isl_union_map on operations that change dimensionsSven Verdoolaege1-42/+50
2010-08-10isl_union_map_is_empty: fix typo that resulted in memory leaksSven Verdoolaege1-1/+1
2010-08-05support nested isl_dimsSven Verdoolaege1-14/+51
2010-07-31add support for union sets and relationsSven Verdoolaege1-0/+967