summaryrefslogtreecommitdiff
path: root/isl_morph.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22isl_map_affine_hull: make stride information explicit before dropping divsSven Verdoolaege1-0/+1
2013-04-22isl_morph.c: extract out isl_mat_parameter_compression_extSven Verdoolaege1-24/+4
2013-03-19isl_basic_set_parameter_compression: allow divs in inputSven Verdoolaege1-6/+7
2013-03-13isl_basic_set_parameter_compression: extend assertionSven Verdoolaege1-1/+12
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-05-21Merge branch 'maint'Sven Verdoolaege1-0/+1
2012-05-17isl_morph.c: add_strides: clear newly added divsSven Verdoolaege1-0/+1
2012-05-06isl_basic_set_parameter_compression: use isl_vec_setSven Verdoolaege1-1/+1
2012-02-01isl_morph.c: fix typo in commentSven Verdoolaege1-1/+1
2012-02-01isl_basic_set_full_compression: detect equalities in input firstSven Verdoolaege1-0/+8
2011-12-31isl_morph_{dom,ran}_params: add missing isl_morph_cowSven Verdoolaege1-0/+2
2011-12-17add isl_morph_dumpSven Verdoolaege1-0/+5
2011-12-17rename isl_morph_dump to isl_morph_print_internalSven Verdoolaege1-1/+1
2011-09-03add isl_morph_{dom,ran}_paramsSven Verdoolaege1-0/+40
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-20/+20
2011-05-25isl_morph.c: remove unused variableSven Verdoolaege1-1/+0
2011-05-05rename *_fast_* functions to *_plain_*Sven Verdoolaege1-2/+2
2011-04-27rename isl_mat_dump to isl_mat_print_internalSven Verdoolaege1-2/+2
2011-04-21change isl_mat_sub_alloc prototypeSven Verdoolaege1-9/+9
2011-02-13isl_morph_basic_set: preserve rationality of inputSven Verdoolaege1-0/+3
2011-01-27merge isl_basic_set/isl_basic_map and isl_set/isl_mapSven Verdoolaege1-1/+1
2011-01-16add isl_morph_vecSven Verdoolaege1-0/+16
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-1/+1
2010-10-26rename isl_map_remove to isl_map_remove_dimsSven Verdoolaege1-2/+2
2010-09-04add public API for matricesSven Verdoolaege1-0/+1
2010-06-25isl_morph.c: fix typoSven Verdoolaege1-1/+1
2010-06-12add isl_morph_dom_dim and isl_morph_ran_dimSven Verdoolaege1-0/+16
2010-06-12add isl_basic_set_full_compressionSven Verdoolaege1-0/+23
2010-06-12privately export isl_morph_alloc and isl_morph_identitySven Verdoolaege1-1/+1
2010-06-12isl_pw_qpolynomial_bound_range: fix removal of dims after compressionSven Verdoolaege1-6/+28
2010-05-13add rudimentary isl_morphSven Verdoolaege1-0/+697