summaryrefslogtreecommitdiff
path: root/isl_output.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19isl_printer_print_map: make printing order of disjuncts platform independentSven Verdoolaege1-2/+5
2013-06-10isl_output.c: print_qpolynomial_c: improve error handlingSven Verdoolaege1-0/+2
2012-12-02isl_output.c: print_set_c: handle NULL inputSven Verdoolaege1-0/+3
2012-11-14isl_printer_print_{basic_,}{set,map}: don't start new line in omega formatSven Verdoolaege1-32/+2
2012-11-14isl_printer_print_space: support printing in "omega" formatSven Verdoolaege1-2/+17
2012-09-18isl_printer_print_pw_aff: use isl_ast_expr when printing in C formatSven Verdoolaege1-3/+30
2012-09-18add isl_multi_pw_affSven Verdoolaege1-0/+30
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-05-06add isl_union_pw_multi_affSven Verdoolaege1-7/+71
2012-02-07isl_printer_print_pw_aff: skip constraints implied by div expressionSven Verdoolaege1-0/+12
2012-02-07Merge branch 'maint'Sven Verdoolaege1-1/+6
2012-02-07isl_printer_print_pw_aff: fix printing in C formatSven Verdoolaege1-1/+7
2012-02-02isl_printer_print_pw_aff: simplify domain expression in C formatSven Verdoolaege1-1/+18
2012-01-03isl_printer_print_aff: only print () when needed in C formatSven Verdoolaege1-4/+3
2011-10-02isl_printer_print_pw_multi_aff: partial support for C outputSven Verdoolaege1-0/+50
2011-10-02add isl_pw_multi_affSven Verdoolaege1-0/+41
2011-10-02add isl_multi_affSven Verdoolaege1-52/+113
2011-09-04make isl_pw_* object live in a map spaceSven Verdoolaege1-7/+7
2011-09-03isl_output.c: drop redundant "set" argumentSven Verdoolaege1-116/+114
2011-09-03explicitly differentiate between spaces of maps, sets and parameter setsSven Verdoolaege1-23/+39
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-95/+96
2011-09-01merge isl_*_dump functionsSven Verdoolaege1-243/+0
2011-07-01isl_printer_print_aff: support printing in C formatSven Verdoolaege1-1/+18
2011-06-25isl_printer_print_pw_aff: support printing in C formatSven Verdoolaege1-1/+138
2011-06-25add isl_pw_aff abstractionSven Verdoolaege1-10/+59
2011-06-25isl_printer_print_aff: always print parentheses around expressionSven Verdoolaege1-3/+4
2011-06-20add isl_dim_dumpSven Verdoolaege1-0/+37
2011-06-07Check the ctx argument of the memory macrosTobias Grosser1-2/+4
2011-05-25isl_output.c: remove unused variableSven Verdoolaege1-1/+0
2011-05-16add isl_affSven Verdoolaege1-0/+46
2011-05-16add isl_local_spaceSven Verdoolaege1-0/+59
2011-05-16isl_printer_print_qpolynomial: support proper isl outputSven Verdoolaege1-29/+72
2011-05-05rename *_fast_* functions to *_plain_*Sven Verdoolaege1-5/+5
2011-04-29add isl_printer_print_constraintSven Verdoolaege1-0/+32
2011-04-21isl_printer_print_basic_set: also print invalid basic setsSven Verdoolaege1-1/+6
2011-03-16hide isl_ctx internalsSven Verdoolaege1-0/+1
2011-02-13isl_printer_print_basic_map: explicitly mark rational mapsSven Verdoolaege1-9/+18
2011-02-13isl_output.c: remove some code duplicationSven Verdoolaege1-24/+6
2011-02-13isl_printer_print_basic_{set,map}: don't start new line in isl formatSven Verdoolaege1-2/+0
2011-01-27merge isl_basic_set/isl_basic_map and isl_set/isl_mapSven Verdoolaege1-1/+1
2011-01-07add isl_qpolynomial_dumpSven Verdoolaege1-0/+14
2010-12-29add isl_pw_qpolynomial_fold_dumpSven Verdoolaege1-0/+15
2010-12-29add isl_pw_qpolynomial_dumpSven Verdoolaege1-0/+14
2010-12-29add isl_qpolynomial_fold_dumpSven Verdoolaege1-0/+15
2010-12-29isl_printer_print_qpolynomial_fold: support C formatSven Verdoolaege1-12/+16
2010-12-29add isl_{set,map}_dumpSven Verdoolaege1-0/+28
2010-12-29add isl_basic_{set,map}_dumpSven Verdoolaege1-0/+28
2010-12-29isl_printer_print_basic_{set,map}: don't print newline in isl formatSven Verdoolaege1-2/+0
2010-12-22isl_printer_print_basic_map: plug memory leak on error pathSven Verdoolaege1-0/+1
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-3/+3