summaryrefslogtreecommitdiff
path: root/isl_pw_templ.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-25add isl_pw_aff abstractionSven Verdoolaege1-10/+30
2011-06-25isl_pw_*_free: return NULLSven Verdoolaege1-3/+5
2011-06-25add isl_qpolynomial_scale alias for isl_qpolynomial_mul_isl_intSven Verdoolaege1-1/+1
2011-06-25isl_pw_templ.c: avoid looking into internals of some objectsSven Verdoolaege1-12/+33
2011-06-25rename isl_qpolynomial_is_equal to isl_qpolynomial_plain_is_equalSven Verdoolaege1-1/+2
2011-05-25isl_pw_templ.c: remove unused labelSven Verdoolaege1-3/+0
2011-05-09isl_pw_qpolynomial_involves_dims: also check whether domains involve dimsSven Verdoolaege1-0/+3
2011-05-05rename *_fast_* functions to *_plain_*Sven Verdoolaege1-4/+4