summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-01hide isl_basic_set internalsSven Verdoolaege9-38/+47
2010-11-27add isl_basic_set_{in,}equalities_matrixSven Verdoolaege3-9/+39
2010-11-26isl_arg_parse: support footerSven Verdoolaege2-13/+33
2010-11-26isl_arg_parse: avoid duplicate newline in help outputSven Verdoolaege1-1/+11
2010-11-26isl_arg_parse: support grouping of options within the same structureSven Verdoolaege2-16/+44
2010-11-26isl_arg_parse: support int optionsSven Verdoolaege2-0/+71
2010-11-26isl_arg_parse: support ISL_ARG_HIDDEN flagSven Verdoolaege2-0/+5
2010-11-26isl_arg_parse: support ISL_ARG_BOOL_ARG flagSven Verdoolaege2-14/+27
2010-11-26isl_arg_parse: support ISL_ARG_SINGLE_DASH flagSven Verdoolaege2-7/+22
2010-11-26isl_arg_parse: support aliasesSven Verdoolaege2-3/+34
2010-11-26isl_arg_parse: always print help optionSven Verdoolaege1-3/+8
2010-11-26isl_arg_parse: support phantom boolean optionsSven Verdoolaege2-6/+28
2010-11-26isl_arg_parse: free string arguments before overwriting themSven Verdoolaege1-2/+5
2010-11-26isl_arg_parse: allow options after argumentsSven Verdoolaege1-14/+28
2010-11-26isl_arg_parse: only print --version option onceSven Verdoolaege1-22/+24
2010-11-26isl_arg_parse: print string option defaultSven Verdoolaege1-1/+3
2010-11-24isl_arg_parse: delimit string option argument by angle bracketsSven Verdoolaege1-2/+7
2010-11-24isl_arg_parse: allow options without long nameSven Verdoolaege1-0/+5
2010-11-24isl_vec_read_polylib: use isl_streamSven Verdoolaege1-34/+33
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege107-310/+312
2010-11-18isl_tab_basic_map_partial_lexopt: fix memory leak on error pathSven Verdoolaege1-1/+3
2010-11-17add isl_union_set_is_equalSven Verdoolaege4-3/+49
2010-11-17add isl_union_map_read_from_strSven Verdoolaege6-2/+82
2010-11-17isl_tab_basic_map_partial_lexopt: add all equalities before pivotingSven Verdoolaege3-3/+19
2010-11-17isl_pip: avoid empty domain during verificationSven Verdoolaege1-47/+24
2010-11-17add isl_basic_set_box_from_pointsSven Verdoolaege3-7/+30
2010-11-15isl_basic_map_eliminate_vars: don't detect divs while removing duplicate cons...Sven Verdoolaege1-5/+6
2010-11-14isl_dim.c: set_name: only print single error message on incorrect inputSven Verdoolaege1-1/+2
2010-11-14isl_pw_qpolynomial_fold_bound: fix handling or zero input with wrapped domainSven Verdoolaege2-18/+25
2010-11-14isl_printer_print_pw_qpolynomial{,_fold}: always print special domainsSven Verdoolaege1-5/+8
2010-11-12isl_qpolynomial_bound_on_domain_bernstein: optionally triangulate domainsSven Verdoolaege3-0/+11
2010-11-12isl_options_parse: print default on boolean optionsSven Verdoolaege1-10/+19
2010-11-12isl_options_parse: accept prefix before or after "no" on boolean optionsSven Verdoolaege1-2/+15
2010-11-12add isl_cell_foreach_simplexSven Verdoolaege2-0/+175
2010-11-12isl_basic_set_compute_vertices: store input basic set in resultSven Verdoolaege2-12/+11
2010-11-12isl_vertices_foreach_cell: store individual vertex ids inside cellSven Verdoolaege3-21/+20
2010-11-12add isl_union_pw_qpolynomial_to_polynomialSven Verdoolaege3-0/+284
2010-11-12doc: update isl_pw_qpolynomial_gist descriptionSven Verdoolaege1-1/+1
2010-11-12add isl_set_foreach_orthantSven Verdoolaege2-0/+67
2010-11-12isl_range.c: privately export isl_qpolynomial_terms_of_signSven Verdoolaege2-8/+9
2010-11-12isl_range.c: collect_fixed_sign_terms: drop dead codeSven Verdoolaege1-4/+1
2010-11-12isl_set_split_dims: extract out half-space creationSven Verdoolaege1-21/+48
2010-11-12isl_printer_print_pw_qpolynomial_fold: use consistent names in C formatSven Verdoolaege1-28/+34
2010-11-12isl_dim_total: handle NULL inputSven Verdoolaege1-1/+1
2010-11-12add isl_vec_clrSven Verdoolaege2-0/+10
2010-11-10isl_qpolynomial_div_pow: normalize given divSven Verdoolaege1-22/+24
2010-11-08isl_bound: accept folds as inputSven Verdoolaege1-3/+12
2010-11-08isl_bound: use isl_pw_qpolynomial_folds internallySven Verdoolaege1-20/+23
2010-11-08export isl_pw_qpolynomial_fold_fix_dimSven Verdoolaege1-0/+4
2010-11-06add isl_union_set_polyhedral_hullSven Verdoolaege7-0/+57