summaryrefslogtreecommitdiff
path: root/isl_output.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-21isl_printer_print_pw_qpolynomial: properly print constraints in C formatSven Verdoolaege1-1/+1
2010-04-09isl_map_print: allow empty constraintsSven Verdoolaege1-1/+2
2010-04-07isl_map_print: support LaTeX output formatSven Verdoolaege1-73/+99
2010-04-02isl_printer_print_basic_{set,map}: add closing "}"Sven Verdoolaege1-0/+2
2010-03-23isl_pw_qpolynomial_{fold_,}print: set output formatSven Verdoolaege1-2/+2
2010-03-18isl_printer_print_pw_qpolynomial{,_fold}: allow printing in "C" formatSven Verdoolaege1-35/+302
2010-03-18add isl_printerSven Verdoolaege1-319/+516
2010-03-14isl_pw_qpolynomial_print: fix printing of unnamed piecewise quasipolynomialsSven Verdoolaege1-2/+2
2010-03-10don't print newline in ISL_FORMAT_ISLSven Verdoolaege1-8/+6
2010-03-09add isl_pw_qpolynomial_foldSven Verdoolaege1-0/+61
2010-03-05add support for (piecewise) quasipolynomialsSven Verdoolaege1-3/+167
2010-03-04isl_map_print: extract out print_disjunctsSven Verdoolaege1-19/+20
2010-02-18isl_map_print: add primes to duplicate namesSven Verdoolaege1-5/+30
2010-02-17isl_map_print: use consistent names on all disjunctsSven Verdoolaege1-19/+21
2010-02-17isl_map_print: support ISL_FORMAT_POLYLIBSven Verdoolaege1-21/+47
2010-02-15isl_map_print: add parentheses around disjunctsSven Verdoolaege1-0/+4
2010-02-09isl_map_print: improve outputSven Verdoolaege1-11/+55
2010-01-25add omega outputSven Verdoolaege1-0/+111
2010-01-25add isl outputSven Verdoolaege1-2/+255
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2008-12-14introduce isl_dim structure for representing shared dimension informationSven Verdoolaege1-5/+7
2008-10-14add isl_basic_set_print and isl_set_print for printing in PolyLib formatSven Verdoolaege1-0/+86