summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2018-01-031-1/+1
* * vec.h (debug_helper): New function.aldyh2017-11-201-0/+8
* * asan.c (create_cond_insert_point): Maintain profile.hubicka2017-11-031-30/+7
* * asan.c (create_cond_insert_point): Do not update edge count.hubicka2017-10-191-22/+5
* * cfghooks.c (verify_flow_info): Disable check that all probabilitieshubicka2017-10-131-1/+3
* * cfghooks.c (verify_flow_info): Check that edge probabilities arehubicka2017-10-131-0/+8
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-10/+8
* 2017-06-26 Richard Biener <rguenther@suse.de>rguenth2017-06-261-4/+11
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-23/+18
* Introduce dump_flags_t type and use it instead of int type.marxin2017-05-171-2/+2
* 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