aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)Author
2018-01-03 Update copyright years.jakub
2017-11-20 * vec.h (debug_helper): New function.aldyh
2017-11-03 * asan.c (create_cond_insert_point): Maintain profile.hubicka
2017-10-19 * asan.c (create_cond_insert_point): Do not update edge count.hubicka
2017-10-13 * cfghooks.c (verify_flow_info): Disable check that all probabilitieshubicka
2017-10-13 * cfghooks.c (verify_flow_info): Check that edge probabilities arehubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.hubicka
2017-06-262017-06-26 Richard Biener <rguenther@suse.de>rguenth
2017-06-042017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka
2017-05-17Introduce dump_flags_t type and use it instead of int type.marxin
2017-01-01 Update copyright years.jakub
2016-08-052016-08-05 Richard Biener <rguenther@suse.de>rguenth
2016-03-07 PR tree-optimization/69740law
2016-02-28 Revertlaw
2016-02-26 PR tree-optimization/69740law
2016-01-04 Update copyright years.jakub
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-09-20switch from gimple to gimple*tbsaunde
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-09 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason
2015-04-212015-04-21 Richard Biener <rguenther@suse.de>rguenth
2015-02-10cap frequency in make_forwarder_blocktbsaunde
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-162014-10-16 Richard Biener <rguenther@suse.de>rguenth
2014-09-052014-09-05 Richard Biener <rguenther@suse.de>rguenth
2014-05-262014-05-23 Richard Biener <rguenther@suse.de>rguenth
2014-05-19gcc/rsandifo
2014-05-162014-05-16 Dehao Chen <dehao@google.com>dehao
2014-03-142014-03-14 Richard Biener <rguenther@suse.de>rguenth
2014-01-02Update copyright years in gcc/rsandifo
2013-12-09Eliminate FOR_ALL_BB macro.dmalcolm
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm
2013-12-09Eliminate last_basic_block macro.dmalcolm
2013-12-09Eliminate profile_status macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-19Eliminate n_edges macrodmalcolm
2013-11-19Eliminate n_basic_blocks macrodmalcolm
2013-09-28gcc/rsandifo
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod
2013-05-162013-05-16 Steve Ellcey <sellcey@imgtec.com>sje
2013-04-302013-04-30 Richard Biener <rguenther@suse.de>rguenth
2013-04-23Support slim switch for cfg graph dumpdavidxl