summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate last_basic_block macro.dmalcolm2013-12-091-3/+7
* Eliminate profile_status macro.dmalcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-2/+2
* Check TARGET_LOOP_UNROLL_ADJUST while deciding unroll factorgganesh2013-12-021-0/+3
* add auto_vectbsaunde2013-11-221-14/+4
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-6/+3
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* PR tree-optimization/58697amacleod2013-10-161-1/+1
* * tree-flow.h: Move some protoypes. Include new tree-ssa-loop.h.amacleod2013-10-091-8/+8
* gcc/rsandifo2013-09-091-1/+1
* gcc/rsandifo2013-09-091-2/+1
* New vectorizer messages; message format change.davidxl2013-08-291-8/+11
* Fix typos.mrs2013-07-211-1/+1
* 2013-05-15 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-151-0/+3
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-67/+78
* PR rtl-optimization/56466mpolacek2013-02-281-12/+19
* 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
* 2013-01-02 Teresa Johnson <tejohnson@google.com>tejohnson2013-01-031-26/+70
* PR rtl-optimization/55006steven2012-11-281-2/+33
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-35/+35
* This patch normalizes more bitmap function names.crowl2012-11-011-13/+13
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-7/+7
* PR debug/54693aoliva2012-10-291-1/+1
* * gcc.dg/tree-prof/peel-1.c: New testcase.hubicka2012-10-231-15/+13
* * gcc.dg/tree-prof/unroll-1.c: New testcase.hubicka2012-10-201-2/+9
* gcc/steven2012-10-141-14/+3
* PR rtl-optimization/54871ebotcazou2012-10-131-25/+21
* * loop-unroll.c (unroll_loop_constant_iterations): Addhubicka2012-10-091-16/+13
* * loop-unswitch.c (unswitch_single_loop): Usehubicka2012-10-081-18/+65
* gcc/steven2012-07-161-0/+1
* 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>steven2012-06-171-1/+0
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-04-19 Richard Guenther <rguenther@suse.de>rguenth2012-04-191-3/+6
* 2012-03-05 Richard Guenther <rguenther@suse.de>rguenth2012-03-051-2/+0
* PR rtl-optimization/51014jakub2011-12-011-3/+8
* PR tree-optimization/46494ebotcazou2011-02-141-1/+1
* * loop-unroll.c (analyze_insn_to_expand_var): Acceptrth2010-11-151-63/+91
* gcc/froydnj2010-08-201-8/+8
* 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>krebbel2010-04-081-0/+7
* gcc/ChangeLog:aoliva2010-01-091-12/+58
* Remove trailing white spaces.hjl2009-11-251-120/+120
* * loop-unroll.c (struct iv_to_split): Add pointer to next.aoliva2009-06-021-65/+62
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+2
* * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.hubicka2008-08-291-2/+2
* * config/i386/driver-i386.c (detect_caches_amd,ghazi2008-06-261-11/+14
* Add new fp flags: -fassociative-math and -freciprocal-mathrevitale2007-09-041-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * c-common.c (fname_as_string, c_type_hash): Constify.ghazi2007-07-251-2/+2