aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-3/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher1-2/+2
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-12/+26
2012-07-02[multiple changes]Richard Guenther1-2/+0
2012-06-22[multiple changes]Richard Guenther1-0/+5
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