summaryrefslogtreecommitdiff
path: root/gcc/graphite.c
Commit message (Expand)AuthorAgeFilesLines
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* Remove cloog_initialize and cloog_finalize when using official CLooG releases.Andreas Simbuerger2010-08-111-0/+8
* Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...Sebastian Pop2010-08-111-0/+1
* Add more debug counter guards.Sebastian Pop2010-08-111-6/+11
* Remove rename_nb_iterations and rename_sese_parametersSebastian Pop2010-08-111-1/+1
* Detect commutative reductions in all the scops before rewriting out of SSA al...Sebastian Pop2010-08-111-0/+14
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Add PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.Sebastian Pop2010-03-131-1/+1
* re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop2010-02-111-13/+6
* re PR tree-optimization/42521 (ICE: in graphite_loop_normal_form, at graphite...Sebastian Pop2010-01-081-4/+2
* 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