aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-12Fix PR47127: call cloog_state_malloc and cloog_state_free only once.Sebastian Pop1-0/+4
2010-12-29Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop1-1/+1
2010-12-28Fix bootstrap without graphite.Sebastian Pop1-0/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-15/+0
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop1-23/+6
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-30Fix PR45758: reset scevs before Graphite.Sebastian Pop1-0/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-11Remove cloog_initialize and cloog_finalize when using official CLooG releases.Andreas Simbuerger1-0/+8
2010-08-11Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...Sebastian Pop1-0/+1
2010-08-11Add more debug counter guards.Sebastian Pop1-6/+11
2010-08-11Remove rename_nb_iterations and rename_sese_parametersSebastian Pop1-1/+1
2010-08-11Detect commutative reductions in all the scops before rewriting out of SSA al...Sebastian Pop1-0/+14
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-13Add PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.Sebastian Pop1-1/+1
2010-02-11re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop1-13/+6
2010-01-08re PR tree-optimization/42521 (ICE: in graphite_loop_normal_form, at graphite...Sebastian Pop1-4/+2
2009-11-25graphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.Sebastian Pop1-20/+0
2009-11-25cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop1-0/+16
2009-11-25graphite.c (graphite_initialize): Do not handle functions with more than 100 ...Sebastian Pop1-1/+4
2009-08-12Remove pragma GCC diagnostic warning "-Wc++-compat".Sebastian Pop1-6/+0
2009-08-12Recompute profile after Graphite.Sebastian Pop1-1/+7
2009-08-01Rename -fgraphite-force-parallel to -floop-parallelize-all.Sebastian Pop1-1/+1
2009-07-31New implementation of Graphite.Sebastian Pop1-6023/+127
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-5/+5
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-1/+0
2009-06-10re PR bootstrap/40408 (bootstrap boken again!)Ian Lance Taylor1-1/+1
2009-06-09graphite.c: Revert previous patch.Sebastian Pop1-0/+7
2009-06-09re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready)Sebastian Pop1-7/+0
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-30/+31
2009-05-12re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready)Ian Lance Taylor1-0/+7
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-6/+4
2009-03-18graphite.c (exclude_component_ref): Renamed contains_component_ref_p.Sebastian Pop1-19/+14
2009-03-04graphite.c (nb_reductions_in_loop): Update simple_iv arguments.Zdenek Dvorak1-1/+1
2009-03-03re PR middle-end/39335 (ICE in GCC 4.4 with -O[123] -floop-interchange)Sebastian Pop1-1/+1
2009-02-27re PR middle-end/39308 (ICE when compiling with -O[s123] -floop-interchange)Sebastian Pop1-1/+3
2009-02-24re PR middle-end/39260 (Failed to build lame-3.98-2 source with graphite)Sebastian Pop1-3/+15
2009-02-21graphite.c (graphite_trans_loop_block): Adjust tile size to 51.Sebastian Pop1-1/+1
2009-02-09re PR tree-optimization/38953 ([graphite] loop closed SSA not maintained by g...Sebastian Pop1-11/+4
2009-02-05graphite.c (bb_in_sese_p, [...]): Moved.Tobias Grosser1-151/+197
2009-01-24re PR tree-optimization/38953 ([graphite] loop closed SSA not maintained by g...Sebastian Pop1-5/+24
2009-01-20graphite.c (stmt_simple_for_scop_p): Also handle cases when gimple_call_lhs i...Sebastian Pop1-7/+5
2009-01-17graphite.c (graphite_trans_scop_block): Do not block single nested loops.Sebastian Pop1-1/+1
2009-01-16graphite.c (compare_prefix_loops): New.Sebastian Pop1-24/+42
2009-01-16graphite.c (add_conditions_to_domain): Add the loops to the dimension of the ...Sebastian Pop1-71/+27
2009-01-15graphite.c (scan_tree_for_params): On substractions negate all the coefficien...Sebastian Pop1-51/+36
2009-01-14re PR middle-end/38431 ([graphite] several ICEs with CP2K (summary))Sebastian Pop1-4/+81
2009-01-13re PR middle-end/38786 ([graphite] ICE with -floop-block in verify_ssa)Sebastian Pop1-69/+131
2009-01-13graphite.h (debug_value): Removed.Sebastian Pop1-8/+0
2009-01-08re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek1-3/+3