summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+10
* 2014-08-26 Richard Biener <rguenther@suse.de>rguenth2014-08-261-0/+3
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* convert the rest of the users of pointer_map to hash_maptbsaunde2014-08-071-22/+14
* add a hash_set based on hash_tabletbsaunde2014-08-021-5/+6
* 2014-06-17 Richard Biener <rguenther@suse.de>rguenth2014-06-171-2/+1
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* Merge in trunk.mrs2014-01-131-1/+1
|\
| * 2014-01-09 Steve Ellcey <sellcey@mips.com>sje2014-01-091-1/+1
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Resolve soft merge conflicts.mrs2013-12-131-1/+1
* | Merge in trunk.mrs2013-12-131-1/+9
|\ \ | |/
| * PR tree-optimization/59417jakub2013-12-111-1/+9
* | Merge with trunk.rsandifo2013-12-041-4/+9
|\ \ | |/
| * 2013-12-02 Richard Biener <rguenther@suse.de>rguenth2013-12-021-3/+4
| * * gimple.h: Remove all includes.amacleod2013-11-221-1/+5
* | Address Richard's review comments.rsandifo2013-12-021-7/+7
* | Add trailing_wide_ints and use it for range_info_def.rsandifo2013-11-281-8/+9
* | Remove cst_fits_[su]hwi_p.rsandifo2013-11-201-2/+2
* | 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