summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from trunk.rsandifo2013-11-201-6/+7
|\ \ | |/
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
| * 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-4/+2
| * Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
| * gcc/ada/rsandifo2013-11-181-2/+2
* | Merge in trunk.mrs2013-11-161-0/+2
|\ \ | |/
| * * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
| * * 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
* | Merge with trunk.rsandifo2013-11-091-4/+72
|\ \ | |/
| * * tree-ssa-loop-niter.c: Include tree-ssanames.h.jakub2013-11-071-4/+72
* | Merge in trunk.mrs2013-11-041-1/+8
|\ \ | |/
| * * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+2
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+6
* | - Fix comment typos that I'd introducted.rsandifo2013-10-291-2/+1
* | Make ordered comparisons enforce the same type rules as equality comparisons.rsandifo2013-10-291-1/+1
* | Rename max_wide_int to widest_int, addr_wide_int to offset_int,rsandifo2013-10-241-53/+51
* | Always treat trees as having their native precision by default.rsandifo2013-10-231-18/+13
* | Merge in trunk.mrs2013-10-201-107/+21
|\ \ | |/
| * PR tree-optimization/58697amacleod2013-10-161-0/+21
| * * tree-flow.h: Move some protoypes. Include new tree-ssa-loop.h.amacleod2013-10-091-110/+6
* | Merge in trunk.mrs2013-09-201-1/+1
|\ \ | |/
| * * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-52/+56
* | made sign parameter optional to wide_int::neg_pzadeck2013-08-241-2/+2
* | Add wide-int branch.mrs2013-08-131-137/+131
|/
* 2013-06-20 Richard Biener <rguenther@suse.de>rguenth2013-06-201-0/+7
* 2013-05-27 Richard Biener <rguenther@suse.de>rguenth2013-05-271-6/+14
* 2013-05-08 Paolo Carlini <paolo.carlini@oracle.com>paolo2013-05-081-4/+5
* PR tree-optimization/53265jakub2013-03-141-2/+59
* PR middle-end/56461jakub2013-03-051-13/+6
* PR middle-end/56461jakub2013-02-271-0/+1
* 2013-01-31 Richard Biener <rguenther@suse.de>rguenth2013-01-311-1/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR tree-optimiation/55875hubicka2013-01-091-31/+85
* 2012-12-21 Richard Biener <rguenther@suse.de>rguenth2012-12-211-1/+0
* 2012-12-18 Richard Biener <rguenther@suse.de>rguenth2012-12-181-1/+6
* PR fortran/55633jakub2012-12-121-2/+12
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-48/+43
* * gcc.dg/const-1.c: Update.hubicka2012-11-051-23/+8
* * tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p.hubicka2012-11-051-4/+1
* * gcc.dg/tree-ssa/loop-38.c: Correct testcase.hubicka2012-11-031-1/+1
* * tree-ssa-loop-niter.c (double_int_cmp, bound_index,hubicka2012-11-021-0/+220
* PR middle-end/55079hubicka2012-11-021-0/+6
* * tree-ssa-loop-niter.c (number_of_iterations_exit): New parameterhubicka2012-10-301-16/+23
* PR middle-end/54937hubicka2012-10-231-9/+110
* * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do nothubicka2012-10-141-1/+3
* * loop-unswitch.c (unswitch_single_loop): Usehubicka2012-10-081-3/+20
* Modify gcc/*.[hc] double_int call sites to use the new interface.crowl2012-09-071-37/+35