summaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/72824jakub2016-08-151-1/+1
* PR tree-optimization/72824jakub2016-08-091-1/+29
* 2016-07-15 Richard Biener <rguenther@suse.de>rguenth2016-07-151-1/+5
* 2016-07-05 Richard Biener <rguenther@suse.de>rguenth2016-07-051-0/+8
* 2016-05-24 Richard Biener <rguenther@suse.de>rguenth2016-05-241-8/+8
* 2016-05-18 Richard Biener <rguenther@suse.de>rguenth2016-05-181-1/+1
* 2016-05-17 Richard Biener <rguenther@suse.de>rguenth2016-05-171-10/+25
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-5/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-6/+5
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-3/+1
* remove many typedefstbsaunde2015-10-011-36/+36
* switch from gimple to gimple*tbsaunde2015-09-201-27/+27
* 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
* Use std::swap instead of manual swaps.miyuki2015-06-221-6/+2
* 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-13 Richard Biener <rguenther@suse.de>rguenth2015-01-131-0/+3
* 2015-01-12 Richard Biener <rguenther@suse.de>rguenth2015-01-121-0/+3
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* 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-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-25/+30
* * gimple.h (gimple_build_assign_with_ops): Add unary arg overload.jakub2014-11-191-2/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+12
* * configure.ac: Also check for popen.mrs2014-07-301-1/+1
* remove has_executetbsaunde2014-07-091-1/+0
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-41/+41
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-8/+6
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-4/+4
* * tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.jakub2013-12-101-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* add auto_vectbsaunde2013-11-221-6/+2
* 2013-11-21 Richard Biener <rguenther@suse.de>rguenth2013-11-211-12/+21
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* 2013-11-15 Richard Biener <rguenther@suse.de>rguenth2013-11-151-2/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-1/+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
* 2013-11-08 Richard Biener <rguenther@suse.de>rguenth2013-11-081-2/+11
* 2013-11-05 Richard Biener <rguenther@suse.de>rguenth2013-11-051-1/+1
* Replace some heap vectors with stack vectors.dnovillo2013-11-011-14/+4