aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-25sese.c (get_vdef_before_sese): Handle GIMPLE_ASSIGN and GIMPLE_CALL.Sebastian Pop2-6/+28
2009-11-25graphite-sese-to-poly.c (pdr_add_data_dimensions): Do not infer loop upper bo...Sebastian Pop4-5/+15
2009-11-25pr41305.C: New.Sebastian Pop1-0/+4
2009-11-25graphite-sese-to-poly.c (build_loop_iteration_domains): Generalize constructi...Alexander Monakov2-26/+31
2009-11-25graphite-interchange.c (memory_stride_in_loop): Delete p1, lma and new_cstr.Sebastian Pop2-5/+12
2009-11-25graphite-dependences.c (dependence_polyhedron_1): Remove unused gdim dimensio...Sebastian Pop2-1/+6
2009-11-25graphite-dependences.c (pddr_transformed_scattering): New.Sebastian Pop2-14/+119
2009-11-25graphite-dependences.c (reduction_dr_1): Remove wrong assert: reduction BBs c...Sebastian Pop2-5/+6
2009-11-25interchange-3.f90: New.Sebastian Pop1-0/+4
2009-11-25interchange-1.c: Un-XFAILed.Sebastian Pop2-1/+5
2009-11-25graphite-dependences.c (dependence_polyhedron_1): Add the context to the depe...Sebastian Pop2-2/+24
2009-11-25graphite-poly.c (pbb_remove_duplicate_pdrs): Initialize PBB_PDR_DUPLICATES_RE...Sebastian Pop2-0/+9
2009-11-25graphite-sese-to-poly.c (find_scop_parameters): Initialize SCOP_CONTEXT.Sebastian Pop2-1/+78
2009-11-25graphite-ppl.c (ppl_min_for_le_polyhedron): New.Sebastian Pop3-1/+39
2009-11-25graphite-ppl.c (ppl_print_linear_expr): New.Sebastian Pop3-0/+33
2009-11-25graphite-interchange.c: Fix comments.Sebastian Pop3-4/+7
2009-11-25interchange-7.c: Un-XFAILed.Sebastian Pop3-9/+18
2009-11-25Empty patch, as it already is applied to trunk.Sebastian Pop1-0/+10
2009-11-25graphite-interchange.c (memory_stride_in_loop): The depth argument correspond...Sebastian Pop2-3/+12
2009-11-25graphite-interchange.c (memory_stride_in_loop): Fix comments.Sebastian Pop2-4/+8
2009-11-25graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop5-10/+47
2009-11-25graphite-poly.c (print_scop): Fix pretty printing of a SCoP.Sebastian Pop2-2/+6
2009-11-25passes.texi: Document the Graphite infrastructure.Sebastian Pop2-0/+11
2009-11-25re PR middle-end/41193 (slow compilation with graphite / ice with graphite)Sebastian Pop2-4/+16
2009-11-25pr40157.c: Use -floop-block as reported in the PR.Sebastian Pop2-1/+5
2009-11-25interchange-11.c: New.Sebastian Pop1-0/+4
2009-11-25interchange-8.c: Enable loop interchange.Sebastian Pop2-2/+6
2009-11-25graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): Add -fno-loop-strip-mine and -f...Sebastian Pop3-4/+16
2009-11-25graphite.exp (DEFAULT_CFLAGS_GRAPHITE_BLOCK): Renamed DEFAULT_FLAGS_GRAPHITE_...Sebastian Pop2-12/+25
2009-11-25graphite-poly.c (pbb_number_of_iterations_at_time): Cleanup comments.Sebastian Pop2-9/+21
2009-11-25graphite-interchange.c (build_linearized_memory_access): Pass an offset as pa...Konrad Trifunovic2-63/+183
2009-11-25graphite-blocking.c (pbb_do_strip_mine): Removed.Sebastian Pop4-20/+98
2009-11-25graphite-poly.c (loop_to_lst): Fix LST creation.Sebastian Pop2-13/+14
2009-11-25id-15.c: (8 * 8) replaced with sizeof(unsigned long) to make it run on 32bit ...Tobias Grosser1-4/+15
2009-11-25* testsuite/gcc.dg/graphite/id-15.c: Adjusted.Sebastian Pop1-8/+8
2009-11-25run-id-1.c: Adjusted size of data to fit on 32-bit machines.Sebastian Pop1-2/+2
2009-11-25graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Fix Comment.Ramakrishna Upadrasta2-18/+149
2009-11-25interchange-1.f: XFail.Sebastian Pop2-1/+7
2009-11-25graphite.c (graphite_initialize): Do not handle functions with more than 100 ...Sebastian Pop2-1/+9
2009-11-25graphite-blocking.c (pbb_do_strip_mine): Use PARAM_LOOP_BLOCK_TILE_SIZE.Sebastian Pop3-1/+13
2009-11-25graphite-poly.c (dot_lst_1): New.Sebastian Pop4-1/+70
2009-11-25graphite-dependences.c (dot_deps_stmt_1): New.Sebastian Pop3-0/+56
2009-11-25ChangeLog.graphite: New.Sebastian Pop2-1/+9
2009-11-25graphite-sese-to-poly.c (rewrite_cross_bb_scalar_dependence): Do not replace ...Sebastian Pop2-31/+15
2009-11-25graphite-poly.c (apply_poly_transforms): Implement the high level driver for ...Sebastian Pop5-15/+29
2009-11-25graphite-poly.h (lst_find_pbb): New.Sebastian Pop3-1/+46
2009-11-25graphite-poly.c (new_scop): Remove init of SCOP_DEP_GRAPH.Sebastian Pop3-5/+6
2009-11-25graphite-poly.h (copy_lst): Do full copy of LST.Sebastian Pop2-1/+14
2009-11-25graphite-sese-to-poly.c (reduction_phi_p): Call remove_invariant_phi when the...Sebastian Pop2-1/+12
2009-11-25graphite-dependences.c (reduction_dr_1): New.Sebastian Pop6-7/+116