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