summaryrefslogtreecommitdiff
path: root/isl_pw_templ.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-02isl_pw_*_fix_val: also plug in value in associated functionsSven Verdoolaege1-5/+2
2013-06-02isl_pw_templ.c: extract out isl_pw_*_exploit_equalities_and_remove_if_emptySven Verdoolaege1-14/+32
2013-05-28add isl_pw_qpolynomial_fix_valSven Verdoolaege1-0/+22
2013-05-28add isl_multi_*_scale_val and isl_pw_*_scale_valSven Verdoolaege1-0/+52
2013-02-14isl_pw_multi_aff_drop_dims: fix dropping of output dimensionsSven Verdoolaege1-3/+5
2012-12-02isl_pw_*_on_shared_domain_in: avoid double free on error pathSven Verdoolaege1-2/+3
2012-09-18add isl_pw_*_pullback_pw_multi_affSven Verdoolaege1-0/+79
2012-09-18add isl_pw_*_pullback_multi_affSven Verdoolaege1-0/+78
2012-09-13export isl_set_plain_cmpSven Verdoolaege1-2/+2
2012-09-06isl_pw_*_gist: avoid intersection of domain with contextSven Verdoolaege1-7/+8
2012-08-07export isl_space_is_domainSven Verdoolaege1-2/+3
2012-08-02add isl_pw_multi_aff_has_tuple_nameSven Verdoolaege1-0/+5
2012-07-27isl_pw_*_realign_domain: plug memory leak on error pathSven Verdoolaege1-1/+1
2012-05-06isl_pw_*_on_shared_domain: allow specification of target spaceSven Verdoolaege1-6/+35
2012-04-07Merge branch 'maint'Sven Verdoolaege1-2/+8
2012-04-07isl_pw_*_on_shared_domain: improve error handlingSven Verdoolaege1-2/+8
2012-03-06add isl_pw_aff_n_pieceSven Verdoolaege1-0/+5
2012-02-07isl_pw_*_union_add: don't subtract non-overlapping cellsSven Verdoolaege1-2/+2
2012-01-12isl_pw_aff_on_shared_domain: perform gist on results wrt shared domainsSven Verdoolaege1-0/+1
2011-12-02Merge branch 'maint'Sven Verdoolaege1-1/+1
2011-12-01isl_pw_aff_scale: don't special case multiplication with zeroSven Verdoolaege1-1/+1
2011-11-23add isl_pw_aff_has_dim_idSven Verdoolaege1-0/+5
2011-11-02add isl_pw_*_gist_paramsSven Verdoolaege1-5/+30
2011-11-02add isl_pw_*_intersect_paramsSven Verdoolaege1-3/+30
2011-11-02isl_pw_*_opt: use correct space in case of empty inputSven Verdoolaege1-1/+1
2011-10-13rename isl_pw_aff_add to isl_pw_aff_union_addSven Verdoolaege1-3/+8
2011-10-13reimplement pw_aff_mul on top of a generic isl_pw_*_on_shared_domainSven Verdoolaege1-0/+54
2011-10-11Merge branch 'maint'Sven Verdoolaege1-0/+2
2011-10-11Insert missing error check into isl_pw_*_intersect_domainAndreas Kloeckner1-0/+2
2011-10-02add isl_pw_*_get_dim_idSven Verdoolaege1-0/+6
2011-10-02add isl_pw_*_get_dim_nameSven Verdoolaege1-0/+6
2011-10-02add isl_pw_*_has_tuple_idSven Verdoolaege1-0/+5
2011-10-02add isl_pw_*_set_dim_idSven Verdoolaege1-0/+10
2011-10-02add isl_pw_*_get_tuple_idSven Verdoolaege1-0/+5
2011-10-02add isl_pw_*_get_tuple_nameSven Verdoolaege1-0/+5
2011-10-02isl_pw_templ.c: rename align_params_pw_pw_and to include PWSven Verdoolaege1-6/+7
2011-09-26add generic isl_pw_*_set_tuple_idSven Verdoolaege1-0/+15
2011-09-18add isl_pw_*_plain_is_equalSven Verdoolaege1-0/+93
2011-09-04make isl_pw_* object live in a map spaceSven Verdoolaege1-36/+104
2011-09-03add isl_pw_qpolynomial_fold_project_domain_on_paramsSven Verdoolaege1-0/+15
2011-09-03add isl_pw_qpolynomial_project_outSven Verdoolaege1-0/+36
2011-09-03rename PW_alloc_ to PW_alloc_sizeSven Verdoolaege1-12/+12
2011-09-03isl_pw_*_add_disjoint: try and extend one of the pws instead of copying piecesSven Verdoolaege1-14/+47
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-83/+83
2011-08-11rename isl_map_insert to isl_set_insert_dims and add it to the docsSven Verdoolaege1-1/+2
2011-07-20align parameters of arguments to binary isl_map and isl_pw_aff functionsSven Verdoolaege1-71/+150
2011-07-09add isl_pw_aff_scaleSven Verdoolaege1-0/+5
2011-07-09add isl_pw_aff_subSven Verdoolaege1-0/+5
2011-07-09add isl_pw_aff_align_paramsSven Verdoolaege1-0/+36
2011-07-01add isl_pw_aff_negSven Verdoolaege1-0/+25