summaryrefslogtreecommitdiff
path: root/gcc/graphite.c
Commit message (Expand)AuthorAgeFilesLines
* graphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.Sebastian Pop2009-11-251-20/+0
* cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop2009-11-251-0/+16
* graphite.c (graphite_initialize): Do not handle functions with more than 100 ...Sebastian Pop2009-11-251-1/+4
* Remove pragma GCC diagnostic warning "-Wc++-compat".Sebastian Pop2009-08-121-6/+0
* Recompute profile after Graphite.Sebastian Pop2009-08-121-1/+7
* Rename -fgraphite-force-parallel to -floop-parallelize-all.Sebastian Pop2009-08-011-1/+1
* New implementation of Graphite.Sebastian Pop2009-07-311-6023/+127
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-5/+5
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-1/+0
* re PR bootstrap/40408 (bootstrap boken again!)Ian Lance Taylor2009-06-101-1/+1
* graphite.c: Revert previous patch.Sebastian Pop2009-06-091-0/+7
* re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready)Sebastian Pop2009-06-091-7/+0
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-30/+31
* re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready)Ian Lance Taylor2009-05-121-0/+7
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-6/+4
* graphite.c (exclude_component_ref): Renamed contains_component_ref_p.Sebastian Pop2009-03-181-19/+14
* graphite.c (nb_reductions_in_loop): Update simple_iv arguments.Zdenek Dvorak2009-03-041-1/+1
* re PR middle-end/39335 (ICE in GCC 4.4 with -O[123] -floop-interchange)Sebastian Pop2009-03-031-1/+1
* re PR middle-end/39308 (ICE when compiling with -O[s123] -floop-interchange)Sebastian Pop2009-02-271-1/+3
* re PR middle-end/39260 (Failed to build lame-3.98-2 source with graphite)Sebastian Pop2009-02-241-3/+15
* graphite.c (graphite_trans_loop_block): Adjust tile size to 51.Sebastian Pop2009-02-211-1/+1
* re PR tree-optimization/38953 ([graphite] loop closed SSA not maintained by g...Sebastian Pop2009-02-091-11/+4
* graphite.c (bb_in_sese_p, [...]): Moved.Tobias Grosser2009-02-051-151/+197
* re PR tree-optimization/38953 ([graphite] loop closed SSA not maintained by g...Sebastian Pop2009-01-241-5/+24
* graphite.c (stmt_simple_for_scop_p): Also handle cases when gimple_call_lhs i...Sebastian Pop2009-01-201-7/+5
* graphite.c (graphite_trans_scop_block): Do not block single nested loops.Sebastian Pop2009-01-171-1/+1
* graphite.c (compare_prefix_loops): New.Sebastian Pop2009-01-161-24/+42
* graphite.c (add_conditions_to_domain): Add the loops to the dimension of the ...Sebastian Pop2009-01-161-71/+27
* graphite.c (scan_tree_for_params): On substractions negate all the coefficien...Sebastian Pop2009-01-151-51/+36
* re PR middle-end/38431 ([graphite] several ICEs with CP2K (summary))Sebastian Pop2009-01-141-4/+81
* re PR middle-end/38786 ([graphite] ICE with -floop-block in verify_ssa)Sebastian Pop2009-01-131-69/+131
* graphite.h (debug_value): Removed.Sebastian Pop2009-01-131-8/+0
* re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek2009-01-081-3/+3
* re PR middle-end/38559 ([graphite] ICE :in build2_stat, at tree.c:3293)Sebastian Pop2009-01-081-136/+61
* re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Jan Sjodin2009-01-071-53/+135
* re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Sebastian Pop2009-01-051-227/+473
* re PR middle-end/38510 (Matrix.c from pymol 1.1r2 fails to compile with -O2 -...Harsha Jagasia2009-01-051-0/+7
* re PR middle-end/38409 ([graphite] ICE : in canonicalize_loop_ivs, at tree-pa...Sebastian Pop2008-12-121-1/+2
* [multiple changes]Sebastian Pop2008-12-111-74/+453
* Fix testsuite/gfortran.dg/graphite/id-4.f90.Sebastian Pop2008-12-111-708/+844
* graphite.c (graphite_transform_loops): Always call find_transform () in ENABL...Tobias Grosser2008-12-101-0/+7
* graphite.c (print_graphite_bb): Fix printing to file != dump_file.Tobias Grosser2008-12-101-2/+2
* re PR middle-end/38084 ([graphite] ICE : in build_graphite_scops, at graphite...Tobias Grosser2008-12-091-22/+21
* re PR middle-end/37883 ([graphite] ICE : in scan_tree_for_params, at graphite...Tobias Grosser2008-11-051-0/+1
* re PR middle-end/37943 ([graphite] ICE : in build_graphite_scops, at graphite...Tobias Grosser2008-11-051-6/+24
* re PR tree-optimization/37684 ([graphite] basic block containing VDEF of a sc...Harsha Jagasia2008-11-031-1/+28
* graphite.c (graphite_apply_transformations): Check for -fgraphite-identity.Tobias Grosser2008-10-231-11/+7
* [multiple changes]Sebastian Pop2008-10-151-52/+203
* re PR middle-end/37828 ([graphite] ICE in expand_scalar_variables_expr, at gr...Sebastian Pop2008-10-151-3/+9
* graphite.c (gloog): Don't call find_unreachable_blocks before delte_unreachab...Jakub Jelinek2008-10-081-1/+0