aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-11-25graphite-interchange.c (lst_apply_interchange): New.Sebastian Pop2-26/+140
2009-11-25graphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHEDULE and SCOP_TRANSFORM...Sebastian Pop4-0/+236
2009-11-25graphite-dependences.c (reduction_ddr): New.Sebastian Pop9-20/+487
2009-11-25graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove buggy assert.Sebastian Pop2-1/+5
2009-11-25graphite-sese-to-poly.c (scev_analyzable_p): New.Sebastian Pop2-2/+120
2009-11-25graphite-sese-to-poly.c (gsi_for_ssa_name_def): Removed.Sebastian Pop2-32/+20
2009-11-25graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop6-5/+22
2009-11-25graphite-scop-detection.c (limit_scops): Do not build poly_bbs.Sebastian Pop2-1/+4
2009-11-25graphite-sese-to-poly.c (partition_drs_to_sets): Drs is not modified, so don'...Sebastian Pop2-16/+22
2009-11-25graphite-sese-to-poly.c (build_scop_drs): Disable writing to file the alias g...Li Feng2-1/+6
2009-11-25graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): New.Li Feng2-0/+58
2009-11-25graphite-scop-detection.c (stmt_simple_memref_p): Removed.Sebastian Pop2-71/+34
2009-11-25interchange-mvt.c: New File.David Edelsohn1-0/+1
2009-11-25scop-dsyrk.c: New File.David Edelsohn1-0/+7
2009-11-25re PR tree-optimization/41118 (Wrong dependence analysis in graphite for unre...Li Feng6-25/+107
2009-11-25Empty patch as it has already been committed to trunk.Sebastian Pop1-0/+5
2009-11-25graphite-sese-to-poly.c (struct irp_data): Removed.Sebastian Pop2-50/+17
2009-11-25Empty patch as it was reverted.Sebastian Pop1-0/+5
2009-11-25Empty patch as it was reverted.Sebastian Pop1-0/+21
2009-11-25Partially revert the previous patch, except the following.Sebastian Pop2-142/+32
2009-11-25tree-scalar-evolution.c (instantiate_scev_assign): New.Sebastian Pop2-32/+160