summaryrefslogtreecommitdiff
path: root/isl_ast_build_expr.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-28isl_ast_expr_from_*: use isl_valSven Verdoolaege1-85/+103
2013-05-28isl_ast_build_expr.c: isl_ast_expr_add_term: simplify sign changing codeSven Verdoolaege1-16/+21
2013-05-28isl_ast_expr: use isl_val to represent integer expressionsSven Verdoolaege1-1/+1
2013-05-23isl_ast_expr_from_constraint: split off constant term if it avoids operationSven Verdoolaege1-6/+34
2013-04-22isl_ast_build_expr.c: remove left-over from refactoringSven Verdoolaege1-24/+0
2012-09-29isl_ast_expr_from_aff: try harder to use isl_ast_op_pdiv_{q,r}Sven Verdoolaege1-38/+90
2012-09-29isl_ast_build_expr.c: separate out extract_modulo functionSven Verdoolaege1-40/+77
2012-09-29isl_ast_build_expr.c: fix typo in commentSven Verdoolaege1-1/+1
2012-09-29isl_ast_build_expr.c: remove remnants of code removed before inclusionSven Verdoolaege1-5/+3
2012-09-22isl_ast_expr_mod: perform missing multiplicationSven Verdoolaege1-1/+8
2012-09-18add support for generating ASTs from schedule relationsSven Verdoolaege1-0/+883