summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* loop-unroll.c: Use rtx_insn (also touches basic-block.h)dmalcolm2014-08-221-24/+29
* loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)dmalcolm2014-08-221-3/+3
* * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.jakub2014-08-051-25/+3
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-20/+23
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-3/+3
* Merge in trunk.mrs2014-05-061-1/+1
|\
| * 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* | Merge in trunk.mrs2014-04-241-0/+53
|\ \ | |/
| * 2014-04-23 Richard Biener <rguenther@suse.de>rguenth2014-04-231-0/+53
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Remove TODO that has been handled.mrs2014-01-021-1/+0
* | Merge in trunk.mrs2013-12-131-6/+10
|\ \ | |/
| * 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
* | Merge with trunk.rsandifo2013-12-041-0/+3
|\ \ | |/
| * Check TARGET_LOOP_UNROLL_ADJUST while deciding unroll factorgganesh2013-12-021-0/+3
* | Merge with trunk.rsandifo2013-11-221-14/+4
|\ \ | |/
| * add auto_vectbsaunde2013-11-221-14/+4
* | Merge from trunk.rsandifo2013-11-201-6/+3
|\ \ | |/
| * 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-6/+3
* | Merge in trunk.mrs2013-11-041-0/+1
|\ \ | |/
| * Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* | Rename max_wide_int to widest_int, addr_wide_int to offset_int,rsandifo2013-10-241-4/+4
* | Merge in trunk.mrs2013-10-201-9/+9
|\ \ | |/
| * 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
* | Merge in trunk.mrs2013-09-201-3/+2
|\ \ | |/
| * gcc/rsandifo2013-09-091-1/+1
| * gcc/rsandifo2013-09-091-2/+1
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-13/+11
* | Merge in trunk.mrs2013-09-041-8/+11
|\ \ | |/
| * New vectorizer messages; message format change.davidxl2013-08-291-8/+11
* | Add wide-int branch.mrs2013-08-131-28/+21
|/
* 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