aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
AgeCommit message (Expand)Author
2017-10-132017-10-13 Richard Biener <rguenther@suse.de>Richard Biener
2017-09-252017-09-25 Richard Biener <rguenther@suse.de>Richard Biener
2017-06-042017-05-23 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2017-05-14use auto_bitmap moreTrevor Saunders
2017-01-01 Update copyright years.Jakub Jelinek
2016-07-29 * cfgloop.h (struct loop): New field constraints.Bin Cheng
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-06-24 * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it usingJakub Jelinek
2016-06-24Dump profile-based number of iterationsMartin Liska
2016-06-102016-06-10 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-27 * cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-26Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries
2015-11-25Improve verification of loop->latch in verify_loop_structureTom de Vries
2015-11-24[cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...Kyrylo Tkachov
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-272015-10-27 Richard Biener <rguenther@suse.de>Richard Biener
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-092015-06-09 Richard Biener <rguenther@suse.de>Richard Biener
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-04-232015-04-23 Richard Biener <rguenther@suse.de>Richard Biener
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-152014-12-15 Richard Biener <rguenther@suse.de>Richard Biener
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-09-082014-09-08 Richard Biener <rguenther@suse.de>Richard Biener
2014-09-052014-09-05 Richard Biener <rguenther@suse.de>Richard Biener
2014-09-052014-09-05 Richard Biener <rguenther@suse.de>Richard Biener
2014-08-21cfgloop.c: Use rtx_insnDavid Malcolm
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-22add auto_vecTrevor Saunders
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>Richard Biener
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.Andrew Macleod
2013-10-23 * tree-ssa.h: Remove all #include'sAndrew Macleod