summaryrefslogtreecommitdiff
path: root/gcc/cfganal.h
Commit message (Expand)AuthorAgeFilesLines
* Assert that backedges are available in path solver.Aldy Hernandez2022-02-031-0/+1
* Make graph dumping work for fn != cfunRichard Biener2022-01-281-0/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Apply TLC to control dependence computeRichard Biener2021-11-111-1/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Compute RPO with adjacent SCC members, expose toplevel SCC extentsRichard Biener2020-07-311-1/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare.Richard Biener2018-08-271-0/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* cfganal.c (single_pred_edge_ignoring_loop_edges): New function extracted from...Jeff Law2017-11-031-0/+3
* make inverted_post_order_compute() operate on a vecTrevor Saunders2017-05-141-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo...Richard Biener2016-05-241-3/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR tree-optimization/65337 (LTO bootstrap failure with Ada enabled)Jan Hubicka2015-12-201-1/+1
* Check no unreachable blocks in inverted_post_order_computeTom de Vries2015-10-131-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cfg.h: New.Andrew MacLeod2014-10-211-0/+79