aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+3
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-1/+108
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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