Age | Commit message (Expand) | Author | Files | Lines |
2010-06-09 | Do not gather loop exit conditions on the basic blocks outside the loop. | Sebastian Pop | 1 | -6/+13 |
2010-06-09 | Fix comments and indentation. | Sebastian Pop | 1 | -9/+12 |
2010-05-06 | Replace Value with mpz_t | Andreas Simbuerger | 1 | -18/+18 |
2010-05-06 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -57/+57 |
2010-04-06 | Compute min and max bounds for IVs and infer types. | Sebastian Pop | 1 | -4/+0 |
2010-04-06 | Add extra checks for places assuming one argument loop close SSA form. | Sebastian Pop | 1 | -0/+13 |
2010-04-06 | Avoid calling verify_ssa twice in verify_loop_closed_ssa. | Sebastian Pop | 1 | -6/+3 |
2010-04-05 | graphite-sese-to-poly.c (translate_scalar_reduction_to_array): Initialize var... | Matthias Klose | 1 | -1/+1 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-03-31 | canonicalize_loop_ivs should add the IV bump in loop->header. | Sebastian Pop | 1 | -2/+2 |
2010-03-16 | graphite-sese-to-poly.c (split_reduction_stmt): Skip debug statements before ... | Aldy Hernandez | 1 | -1/+1 |
2010-03-15 | graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip debug statements. | Aldy Hernandez | 1 | -1/+2 |
2010-03-13 | Fix PR43354: Correctly handle default definitions. | Sebastian Pop | 1 | -1/+2 |
2010-03-13 | Use ssizetype when long_long_integer_type_node is NULL. | Sebastian Pop | 1 | -1/+5 |
2010-03-13 | Cleanup: remove FIXMEs, add new function. | Sebastian Pop | 1 | -58/+70 |
2010-03-13 | Make build_poly_scop not return a bool. | Sebastian Pop | 1 | -7/+7 |
2010-03-13 | Limit the number of parameters per SCoP. | Sebastian Pop | 1 | -0/+5 |
2010-03-08 | Use {lower,upper}_bound_in_type. | Sebastian Pop | 1 | -10/+9 |
2010-03-08 | Use sizetype instead of unsigned_type_node. | Sebastian Pop | 1 | -2/+2 |
2010-03-08 | Fix PR43065: Insert bounds on pointer type parameters. | Sebastian Pop | 1 | -6/+12 |
2010-03-08 | Fix type problems in loop ivs. | Tobias Grosser | 1 | -0/+36 |
2010-03-08 | Add constraints on the type of parameters to the scop context. | Sebastian Pop | 1 | -3/+0 |
2010-02-11 | Fix PR42914 and PR42530. | Sebastian Pop | 1 | -6/+37 |
2010-02-11 | re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ... | Sebastian Pop | 1 | -0/+1 |
2009-12-30 | re PR other/42537 ([PATCH] misc spelling fixes) | Robert Millan | 1 | -1/+1 |
2009-12-23 | re PR middle-end/42180 (compiling induct.f90 with -ffast-math -O2 -fgraphite... | Sebastian Pop | 1 | -1/+2 |
2009-12-23 | re PR middle-end/42180 (compiling induct.f90 with -ffast-math -O2 -fgraphite... | Sebastian Pop | 1 | -0/+3 |
2009-12-23 | re PR tree-optimization/42205 ([graphite] internal compiler error: verify_ssa... | Sebastian Pop | 1 | -2/+5 |
2009-12-15 | re PR tree-optimization/42185 ([graphite] expected gimple_assign(error_mark),... | Aldy Hernandez | 1 | -2/+10 |
2009-12-14 | re PR tree-optimization/42284 (failing tree check in graphite-sese-to-poly.c... | Sebastian Pop | 1 | -13/+21 |
2009-11-30 | Do not abuse sese for codegeneration | Tobias Grosser | 1 | -23/+0 |
2009-11-25 | graphite-clast-to-gimple.c (gloog): Do not call sese_reset_aux_in_loops. | Sebastian Pop | 1 | -14/+18 |
2009-11-25 | cfgloop.c (alloc_loop): Initialize loop->single_iv. | Sebastian Pop | 1 | -0/+40 |
2009-11-25 | graphite-sese-to-poly.c (create_zero_dim_array): Pass an extra argument base_... | Sebastian Pop | 1 | -6/+8 |
2009-11-25 | graphite-sese-to-poly.c (dump_alias_graphs): New. | Sebastian Pop | 1 | -31/+38 |
2009-11-25 | graphite-sese-to-poly.c (free_data_refs_aux): Fix formatting. | Sebastian Pop | 1 | -10/+15 |
2009-11-25 | graphite-sese-to-poly.c (build_alias_set_optimal_p): Initialize all_component... | Sebastian Pop | 1 | -1/+2 |
2009-11-25 | graphite-sese-to-poly.c (free_data_refs_aux): Update to free the new structure. | Li Feng | 1 | -39/+74 |
2009-11-25 | graphite-sese-to-poly.c (pdr_add_data_dimensions): Do not infer loop upper bo... | Sebastian Pop | 1 | -4/+6 |
2009-11-25 | graphite-sese-to-poly.c (build_loop_iteration_domains): Generalize constructi... | Alexander Monakov | 1 | -26/+25 |
2009-11-25 | graphite-sese-to-poly.c (find_scop_parameters): Initialize SCOP_CONTEXT. | Sebastian Pop | 1 | -1/+69 |
2009-11-25 | re PR middle-end/41193 (slow compilation with graphite / ice with graphite) | Sebastian Pop | 1 | -4/+8 |
2009-11-25 | graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Fix Comment. | Ramakrishna Upadrasta | 1 | -18/+139 |
2009-11-25 | graphite-sese-to-poly.c (rewrite_cross_bb_scalar_dependence): Do not replace ... | Sebastian Pop | 1 | -31/+9 |
2009-11-25 | graphite-poly.h (lst_find_pbb): New. | Sebastian Pop | 1 | -1/+0 |
2009-11-25 | graphite-sese-to-poly.c (reduction_phi_p): Call remove_invariant_phi when the... | Sebastian Pop | 1 | -1/+5 |
2009-11-25 | graphite-dependences.c (reduction_dr_1): New. | Sebastian Pop | 1 | -1/+22 |
2009-11-25 | graphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHEDULE and SCOP_TRANSFORM... | Sebastian Pop | 1 | -0/+1 |
2009-11-25 | graphite-dependences.c (reduction_ddr): New. | Sebastian Pop | 1 | -13/+396 |
2009-11-25 | graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove buggy assert. | Sebastian Pop | 1 | -1/+0 |