summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-07add packagingHEADtizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_genivi/20140131.025758submit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_base/20151223.111112submit/tizen_base/20151223.111111submit/tizen/20130912.090222submit/tizen/20130912.075913submit/tizen/20130708.121510ivi_oct_m2accepted/tizen/ivi/genivi/20140131.034853accepted/tizen/base/20151223.052310accepted/tizen/20130912.195944accepted/tizen/20130912.191842accepted/tizen/20130912.145655accepted/tizen/20130912.101317accepted/tizen/20130912.095831accepted/tizen/20130912.092203accepted/tizen/20130708.114640tizen_ivi_genivitizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commontizenaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_genericaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/geniviAnas Nashif3-0/+65
2013-06-23isl 0.12isl-0.12Sven Verdoolaege2-2/+7
2013-06-23doc: fix typoSven Verdoolaege1-1/+1
2013-06-19try and avoid depending on mpz_gcdext internalsSven Verdoolaege3-0/+66
2013-06-19isl_printer_print_map: make printing order of disjuncts platform independentSven Verdoolaege1-2/+5
2013-06-18isl_constraint_private.h: perform proper includesSven Verdoolaege1-1/+2
2013-06-18Makefile.am: add isl_val_private.h to libisl.la sourcesSven Verdoolaege1-0/+1
2013-06-18doc: explain that isl_ints will be removed in future releasesSven Verdoolaege1-8/+7
2013-06-18remove *_scale_vec functionsSven Verdoolaege3-116/+0
2013-06-18isl_band_tile: use isl_union_pw_multi_aff_scale_multi_valSven Verdoolaege1-9/+81
2013-06-18add isl_union_pw_multi_aff_scale_multi_valSven Verdoolaege3-0/+72
2013-06-18add isl_pw_multi_aff_scale_multi_valSven Verdoolaege3-0/+45
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