summaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-11-18 Matthias Klose <doko@ubuntu.com>doko2015-11-191-0/+1
* 2014-05-28 Richard Biener <rguenther@suse.de>rguenth2014-05-281-2/+4
* 2014-04-22 Richard Biener <rguenther@suse.de>rguenth2014-04-221-1/+10
* 2014-04-03 Richard Biener <rguenther@suse.de>rguenth2014-04-031-9/+9
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-6/+6
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-3/+3
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-3/+4
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* gcc/ada/rsandifo2013-11-181-2/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* Replace some heap vectors with stack vectors.dnovillo2013-11-011-14/+6
* * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+2
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-0/+6
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* * graphite-scop-detection.c: Include tree-ssa-propagate,h.amacleod2013-10-021-0/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-1/+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-2/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-65/+67
* 2012-09-11 Richard Guenther <rguenther@suse.de>rguenth2012-09-111-5/+5
* * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.steven2012-09-071-6/+4
* * graphite-scop-detection.c (create_sese_edges): Compute dominancesteven2012-08-141-0/+1
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-3/+2
* 2012-07-16 Dehao Chen <dehao@google.com>dehao2012-07-161-1/+1
* 2012-07-10 Dehao Chen <dehao@google.com>dehao2012-07-101-1/+1
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-3/+10
* 2012-03-05 Richard Guenther <rguenther@suse.de>rguenth2012-03-051-1/+0
* 2012-01-10 Richard Guenther <rguenther@suse.de>rguenth2012-01-101-12/+20
* 2011-09-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2011-09-291-0/+10
* Fix PR47653: do not handle loops using wrapping semantics in graphitespop2011-07-261-9/+9
* Pass to dr_analyze_indices the analysis loop for subscripts.spop2011-01-251-1/+3
* Remove duplicate close phi nodes in the canonical close phi representation.spop2011-01-251-1/+68
* Free invalid postdominance info.spop2011-01-251-0/+4
* Do not include unnecessary .h files.spop2010-12-281-13/+0
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* * basic-block.h (single_succ_edge): Use gcc_checking_assert.froydnj2010-10-211-6/+2
* Fix the description of graphite_can_represent_loop.spop2010-09-301-3/+3
* Remove outermost loop parameter.spop2010-09-301-22/+16
* Remove redundant checks in graphite_can_represent_scev.spop2010-09-301-2/+1
* Add DEBUG_FUNCTION to all the dot_* debugging functions.spop2010-09-171-2/+2
* gcc/froydnj2010-08-201-15/+15
* Add loop_exits_from_bb_p.spop2010-08-111-1/+1
* Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...spop2010-08-111-1/+0
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.spop2010-04-061-2/+2
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* Fix PR43083: Do not handle regions ending with multiple edges on the exit BB.spop2010-02-231-6/+11