summaryrefslogtreecommitdiff
path: root/gcc/graphite.c
Commit message (Expand)AuthorAgeFilesLines
* pass cfun to pass::executetbsaunde2014-04-171-1/+1
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-2/+2
* remove has_gatetbsaunde2014-04-171-2/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate profile_status macro.dmalcolm2013-12-091-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+3
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-0/+1
* * tree-flow.h: Remove all remaining prototypes, enums and structs thatamacleod2013-10-091-1/+108
* gcc/rsandifo2013-09-281-1/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-1/+1
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-3/+4
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-4/+4
* * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.steven2012-09-071-2/+2
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-12/+26
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-2/+0
* 2012-06-22 Richard Guenther <rguenther@suse.de>rguenth2012-06-221-0/+5
* Fix PR47127: call cloog_state_malloc and cloog_state_free only once.spop2011-03-121-0/+4
* Use diagnostic-core.h instead of diagnostic.h.spop2010-12-291-1/+1
* Fix bootstrap without graphite.spop2010-12-281-0/+1
* Do not include unnecessary .h files.spop2010-12-281-15/+0
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...spop2010-12-011-23/+6
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* Fix PR45758: reset scevs before Graphite.spop2010-09-301-0/+1
* gcc/froydnj2010-08-201-5/+5
* Remove cloog_initialize and cloog_finalize when using official CLooG releases.spop2010-08-111-0/+8
* Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...spop2010-08-111-0/+1
* Add more debug counter guards.spop2010-08-111-6/+11
* Remove rename_nb_iterations and rename_sese_parametersspop2010-08-111-1/+1
* Detect commutative reductions in all the scops before rewriting out of SSA al...spop2010-08-111-0/+14
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* Add PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.spop2010-03-131-1/+1
* Fix PR42771.spop2010-02-111-13/+6
* Fix PR42521.spop2010-01-081-4/+2
* 2009-10-26 Sebastian Pop <sebastian.pop@amd.com>spop2009-11-251-20/+0
* 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>spop2009-11-251-0/+16
* 2009-10-13 Sebastian Pop <sebastian.pop@amd.com>spop2009-11-251-1/+4
* Remove pragma GCC diagnostic warning "-Wc++-compat".spop2009-08-121-6/+0
* Recompute profile after Graphite.spop2009-08-121-1/+7
* Rename -fgraphite-force-parallel to -floop-parallelize-all.spop2009-08-011-1/+1
* New implementation of Graphite.spop2009-07-311-6023/+127
* Add source_location support to PHI arguments.amacleod2009-07-301-5/+5