summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-18add isl_multi_*_scale_multi_valSven Verdoolaege3-0/+51
2013-06-18merge shared isl_multi_*_align_params declarationSven Verdoolaege2-4/+4
2013-06-16add isl_val_int_from_chunks and isl_val_get_abs_num_chunksSven Verdoolaege3-4/+90
2013-06-14Merge branch 'maint'Sven Verdoolaege2-1/+7
2013-06-14isl_{in,}equality_from_aff: skip construction of isl_basic_setSven Verdoolaege1-40/+18
2013-06-14isl_map_gist_basic_map: remove alignment of context divs with all basic mapsSven Verdoolaege2-4/+29
2013-06-14isl_multi_*_gist: add missing isl_multi_*_cowSven Verdoolaege1-0/+1
2013-06-11isl_local_space_substitute_equalities: improve error messageSven Verdoolaege1-1/+1
2013-06-11isl_local_space_substitute_equalities: avoid writing to shared matrixSven Verdoolaege1-1/+6
2013-06-10Merge branch 'maint'Sven Verdoolaege8-14/+32
2013-06-10isl_coalesce.c: fix typo in commentSven Verdoolaege1-1/+1
2013-06-10isl_output.c: print_qpolynomial_c: improve error handlingSven Verdoolaege1-0/+2
2013-06-06isl_map_align_divs: fix error handlingSven Verdoolaege1-1/+4
2013-06-05isl_hmap_map_basic_set_set: avoid memory leak on error pathSven Verdoolaege1-6/+7
2013-06-05isl_union_map_alloc: avoid double free on error pathSven Verdoolaege1-5/+1
2013-06-05isl_vertices.c: compute_chambers: avoid invalid access on error pathSven Verdoolaege1-0/+2
2013-06-05isl_basic_map_gist: avoid invalid access on error pathSven Verdoolaege1-0/+2
2013-06-05isl_basic_map_align_divs: avoid invalid access on error pathSven Verdoolaege1-0/+2
2013-06-05isl_basic_map_contains: avoid invalid access on error pathSven Verdoolaege1-0/+3
2013-06-05isl_basic_set_opt: avoid invalid access on error pathSven Verdoolaege1-2/+4
2013-06-04isl_tab_pip.c: context_gbr_save: avoid invalid access on error pathSven Verdoolaege1-0/+3
2013-06-04isl_tab_pip.c: use_shifted: avoid invalid access on error pathSven Verdoolaege1-0/+2
2013-06-04isl_ast_codegen.c: generate_component: avoid invalid access on error pathSven Verdoolaege1-1/+1
2013-06-04isl_stream_read_map: handle "implies" tokenSven Verdoolaege4-12/+59
2013-06-03remove reference to piplib from .gitmodulesSven Verdoolaege1-3/+0
2013-06-02isl_input.c: accept_div: accept floor/ceil of rational affine expressionSven Verdoolaege4-2/+30
2013-06-02isl_input.c: extract out common is_start_of_divSven Verdoolaege1-7/+18
2013-06-02isl_pw_*_fix_val: also plug in value in associated functionsSven Verdoolaege2-5/+16
2013-06-02isl_pw_templ.c: extract out isl_pw_*_exploit_equalities_and_remove_if_emptySven Verdoolaege1-14/+32
2013-06-02add test case for isl_pw_qpolynomial_intersect_domainSven Verdoolaege1-2/+19
2013-06-01isl_polynomial.c: fix typo in commentSven Verdoolaege1-1/+1
2013-05-29isl_ast_codegen.c: contruct_shifted_executed: use isl_valSven Verdoolaege1-47/+45
2013-05-29isl_ast_codegen.c: eliminate_non_fixed: use isl_valSven Verdoolaege1-2/+1
2013-05-29isl_ast_codegen.c: at_most_one_non_fixed: use isl_valSven Verdoolaege1-2/+17
2013-05-29isl_ast_codegen.c: update_unrolling_lower_bound: use isl_valSven Verdoolaege1-13/+9
2013-05-29isl_ast_build_has_stride: use isl_valSven Verdoolaege1-5/+6
2013-05-29isl_ast_build.c: detect_stride: use isl_valSven Verdoolaege1-51/+37
2013-05-28isl_ast_codegen.c: aff_constant_is_negative: use isl_valSven Verdoolaege1-5/+4
2013-05-28remove private isl_ast_expr_alloc_int which is no longer usedSven Verdoolaege2-22/+0
2013-05-28isl_ast_build_get_stride: use isl_valSven Verdoolaege3-62/+44
2013-05-28isl_ast_build_scale_down: use isl_valSven Verdoolaege3-12/+13
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 Verdoolaege3-22/+15
2013-05-28add isl_ast_expr_from_valSven Verdoolaege3-0/+33
2013-05-28add isl_ast_expr_get_valSven Verdoolaege3-2/+23
2013-05-28temporarily add isl_val_get_num_isl_intSven Verdoolaege3-2/+20
2013-05-28temporarily make isl_val_int_from_isl_int availableSven Verdoolaege3-0/+20
2013-05-28isl_flow.c: before: use isl_vec_cmp_elementSven Verdoolaege1-11/+4
2013-05-28add isl_vec_cmp_elementSven Verdoolaege3-0/+17