summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2017-01-011-1/+1
* 2016-08-05 Richard Biener <rguenther@suse.de>rguenth2016-08-051-2/+8
* PR tree-optimization/69740law2016-03-071-1/+14
* Revertlaw2016-02-281-14/+1
* PR tree-optimization/69740law2016-02-261-1/+14
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-2/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-6/+6
* switch from gimple to gimple*tbsaunde2015-09-201-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-8/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-4/+0
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-1/+1
* 2015-04-21 Richard Biener <rguenther@suse.de>rguenth2015-04-211-6/+31
* cap frequency in make_forwarder_blocktbsaunde2015-02-101-0/+3
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* 2014-10-16 Richard Biener <rguenther@suse.de>rguenth2014-10-161-0/+5
* 2014-09-05 Richard Biener <rguenther@suse.de>rguenth2014-09-051-14/+4
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-1/+1
* gcc/rsandifo2014-05-191-1/+1
* 2014-05-16 Dehao Chen <dehao@google.com>dehao2014-05-161-10/+6
* 2014-03-14 Richard Biener <rguenther@suse.de>rguenth2014-03-141-2/+6
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.dmalcolm2013-12-091-2/+2
* Eliminate profile_status macro.dmalcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-14/+15
* Eliminate n_edges macrodmalcolm2013-11-191-1/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+2
* gcc/rsandifo2013-09-281-1/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* 2013-05-16 Steve Ellcey <sellcey@imgtec.com>sje2013-05-161-15/+23
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-1/+3
* Support slim switch for cfg graph dumpdavidxl2013-04-231-1/+2
* Display profile info in graph cfg dumpdavidxl2013-04-231-0/+5
* Add uniform debug dump function names.crowl2013-03-291-0/+16
* 2013-02-18 Richard Biener <rguenther@suse.de>rguenth2013-02-181-1/+6
* 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
* 2012-12-20 Richard Biener <rguenther@suse.de>rguenth2012-12-201-3/+15
* * rtl.h (print_insn_with_notes): Remove prototype.steven2012-12-041-0/+16
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-5/+6
* * cfghooks.c (copy_bbs): Handle a null loop_father.rth2012-11-061-6/+9
* * basic-block. (profile_record): New struct, moved from passes.c.steven2012-10-091-0/+54