summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
Commit message (Expand)AuthorAgeFilesLines
* * asan.c (create_cond_insert_point): Maintain profile.hubicka2017-11-031-1/+1
* * asan.c (create_cond_insert_point): Do not update edge count.hubicka2017-10-191-3/+3
* 2017-10-13 Richard Biener <rguenther@suse.de>rguenth2017-10-131-1/+8
* 2017-09-25 Richard Biener <rguenther@suse.de>rguenth2017-09-251-0/+52
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-4/+4
* use auto_bitmap moretbsaunde2017-05-141-3/+1
* Update copyright years.jakub2017-01-011-1/+1
* * cfgloop.h (struct loop): New field constraints.amker2016-07-291-0/+1
* use auto_sbitmap in various placestbsaunde2016-07-261-6/+2
* * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it usingjakub2016-06-241-1/+2
* Dump profile-based number of iterationsmarxin2016-06-241-2/+10
* 2016-06-10 Richard Biener <rguenther@suse.de>rguenth2016-06-101-0/+1
* * cfgloop.c (record_niter_bound): Record likely upper bounds.hubicka2016-05-271-0/+70
* Update copyright years.jakub2016-01-041-1/+1
* Revert "Improve verification of loop->latch in verify_loop_structure"vries2015-11-261-50/+20
* Improve verification of loop->latch in verify_loop_structurevries2015-11-251-20/+50
* [cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...ktkachov2015-11-241-12/+7
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-3/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-4/+4
* 2015-10-27 Richard Biener <rguenther@suse.de>rguenth2015-10-271-5/+5
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-12/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-09 Richard Biener <rguenther@suse.de>rguenth2015-06-091-1/+1
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-1/+0
* 2015-04-23 Richard Biener <rguenther@suse.de>rguenth2015-04-231-0/+10
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+3
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-15 Richard Biener <rguenther@suse.de>rguenth2014-12-151-1/+2
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-3/+3
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+4
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* move many gc hashtab to hash_tabletbsaunde2014-10-121-30/+22
* 2014-09-08 Richard Biener <rguenther@suse.de>rguenth2014-09-081-2/+0
* 2014-09-05 Richard Biener <rguenther@suse.de>rguenth2014-09-051-0/+4
* 2014-09-05 Richard Biener <rguenther@suse.de>rguenth2014-09-051-0/+10
* cfgloop.c: Use rtx_insndmalcolm2014-08-211-1/+1
* add a hash_set based on hash_tabletbsaunde2014-08-021-9/+9
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-4/+4
* Merge in trunk.mrs2014-01-031-1/+1
|\
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge in trunk.mrs2013-12-131-10/+10
|\ \ | |/
| * Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-7/+7
| * Eliminate last_basic_block macro.dmalcolm2013-12-091-2/+2
| * Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* | Merge with trunk.rsandifo2013-12-041-2/+5
|\ \ | |/
| * * gimple.h: Remove all includes.amacleod2013-11-221-2/+5
* | Merge with trunk.rsandifo2013-11-221-4/+1
|\ \ | |/
| * add auto_vectbsaunde2013-11-221-4/+1