summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* ENABLE_CHECKING refactoring: remove remaining occurrencesmiyuki2015-11-041-7/+3
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-6/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-5/+5
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-16/+14
* switch from gimple to gimple*tbsaunde2015-09-201-8/+8
* Reimplement rewrite_virtuals_into_loop_closed_ssavries2015-08-311-66/+160
* Improve function header comments in tree-ssa-loop-manip.cvries2015-08-311-12/+12
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-17/+5
* Add rewrite_virtuals_into_loop_closed_ssavries2015-07-071-0/+51
* Remove 'unsigned' in header comment canonicalize_loop_ivsvries2015-06-251-9/+8
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* * gimple.h (gimple_build_assign_stat): Remove prototype.jakub2014-12-011-1/+1
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-4/+4
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-30/+34
* gcc/ada/rsandifo2014-10-291-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* 2014-08-11 Richard Biener <rguenther@suse.de>rguenth2014-08-111-11/+0
* 2014-04-30 Richard Biener <rguenther@suse.de>rguenth2014-04-301-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.dmalcolm2013-12-091-4/+4
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-6/+6
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* add auto_vectbsaunde2013-11-221-5/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-1/+1
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* * gimplify.c (gimple_regimplify_operands): Do not setaldyh2013-11-071-1/+0
* * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+3
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-0/+8
* * 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-3/+3
* 2013-04-09 Richard Biener <rguenther@suse.de>rguenth2013-04-091-14/+17
* 2013-03-18 Richard Biener <rguenther@suse.de>rguenth2013-03-181-14/+5
* 2013-01-31 Richard Biener <rguenther@suse.de>rguenth2013-01-311-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-15/+15
* This patch normalizes more bitmap function names.crowl2012-11-011-1/+1
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1