summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega
AgeCommit message (Expand)AuthorFilesLines
2013-05-23isl_ast_expr_from_constraint: split off constant term if it avoids operationSven Verdoolaege1-1/+1
2013-04-22isl_ast_codegen.c: create_node_scaled: reflect current domain slice in scheduleSven Verdoolaege1-2/+2
2013-03-19isl_basic_map_compute_divs: preserve already known divsSven Verdoolaege1-1/+1
2013-03-08Merge branch 'maint'Sven Verdoolaege35-111/+111
2013-03-08isl_basic_set_sort_constraints: take into account all coefficientsSven Verdoolaege35-112/+112
2013-02-19isl_map_simplify.c: check_for_div_constraints: also check for "better" onesSven Verdoolaege2-2/+2
2013-02-11isl_ast_graft.c: extract_hoistable_guard: drop divs involving current depthSven Verdoolaege1-4/+4
2012-12-07isl_hash_dim: make result independent of endiannessSven Verdoolaege7-61/+61
2012-11-20isl_basic_map_gist: drop irrelevant constraints from the contextSven Verdoolaege2-3/+3
2012-11-14isl_aff_normalize: plug in divs with unit coefficient in other divsSven Verdoolaege3-3/+3
2012-11-14isl_aff_ceil: compute ceil(e/m) as floor((e + m - 1)/m)Sven Verdoolaege15-32/+32
2012-10-04isl_ast_build_ast_from_schedule: use "<" if upper bound has negative constantSven Verdoolaege25-46/+46
2012-09-29isl_ast_expr_from_aff: try harder to use isl_ast_op_pdiv_{q,r}Sven Verdoolaege9-16/+16
2012-09-18add support for generating ASTs from schedule relationsSven Verdoolaege267-0/+1556