summaryrefslogtreecommitdiff
path: root/gcc/graphite.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+3
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-1/+108
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-3/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-4/+4
* bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher2012-09-071-2/+2
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-12/+26
* [multiple changes]Richard Guenther2012-07-021-2/+0
* [multiple changes]Richard Guenther2012-06-221-0/+5
* Fix PR47127: call cloog_state_malloc and cloog_state_free only once.Sebastian Pop2011-03-121-0/+4
* Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop2010-12-291-1/+1
* Fix bootstrap without graphite.Sebastian Pop2010-12-281-0/+1
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-15/+0
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop2010-12-011-23/+6
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* Fix PR45758: reset scevs before Graphite.Sebastian Pop2010-09-301-0/+1
* 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