aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-25graphite-sese-to-poly.c (scev_analyzable_p): New.Sebastian Pop1-2/+112
2009-11-25graphite-sese-to-poly.c (gsi_for_ssa_name_def): Removed.Sebastian Pop1-32/+14
2009-11-25graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop1-1/+1
2009-11-25graphite-sese-to-poly.c (partition_drs_to_sets): Drs is not modified, so don'...Sebastian Pop1-16/+14
2009-11-25graphite-sese-to-poly.c (build_scop_drs): Disable writing to file the alias g...Li Feng1-1/+1
2009-11-25graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): New.Li Feng1-0/+52
2009-11-25re PR tree-optimization/41118 (Wrong dependence analysis in graphite for unre...Li Feng1-13/+54
2009-11-25graphite-sese-to-poly.c (struct irp_data): Removed.Sebastian Pop1-50/+10
2009-11-18re PR debug/41888 (ICE from '-O -ftree-loop-distribution -fgraphite-identity ...Alexandre Oliva1-1/+6
2009-10-26graphite-sese-to-poly.c (check_poly_representation): Fix compile without chec...Richard Guenther1-1/+1
2009-09-17graphite-sese-to-poly.c (pdr_add_data_dimensions): Add bounds only for ARRAY_...Alexander Monakov1-29/+26
2009-08-12Dont add unknown subscript upper bounds.Sebastian Pop1-8/+12
2009-08-12Add PDR->nb_subscripts.Sebastian Pop1-1/+2
2009-08-12Undo changes to the PDR representation.Sebastian Pop1-15/+9
2009-08-12Restore original scattering when the transform is not legal.Sebastian Pop1-2/+2
2009-08-05build alias set for drs in SCoP instead of in pbb.Li Feng1-3/+13
2009-07-31New Graphite files.Sebastian Pop1-0/+2089