summaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-26re PR target/92669 (ICE in pre_and_rev_post_order_compute_fn at gcc/cfganal.c...Richard Biener
2019-11-25cfganal.c (pre_and_rev_post_order_compute_fn): Use an auto_bb_flag instead of...Richard Biener
2019-11-21cfgloop.h (loop_iterator::~loop_iterator): Remove.Richard Biener
2019-02-08cfganal.c (pre_and_rev_post_order_compute_fn): Use fn instead of cfun everywh...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare.Richard Biener
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03cfganal.c (single_pred_edge_ignoring_loop_edges): New function extracted from...Jeff Law
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-01tree-ssa-pre.c (print_pre_expr): Handle NULL expr.Richard Biener
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders
2017-05-14make depth_first_search_ds a classTrevor Saunders
2017-05-14replace some manual stacks with auto_vecTrevor Saunders
2017-01-01Update copyright years.Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-05-24re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo...Richard Biener
2016-05-12re PR tree-optimization/70986 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener
2016-04-28sbitmap: Remove popcountSegher Boessenkool
2016-01-04Update copyright years.Jakub Jelinek
2015-12-20re PR tree-optimization/65337 (LTO bootstrap failure with Ada enabled)Jan Hubicka
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-13Check no unreachable blocks in inverted_post_order_computeTom de Vries
2015-10-01remove many typedefsTrevor Saunders
2015-08-31cfganal.c (pre_and_rev_post_order_compute_fn): Correctly enter entry and exit...Michael Matz
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-22add auto_vecTrevor Saunders
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-10-30re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford
2013-09-06cfganal.c (control_dependences::~control_dependences): Properly free all of t...Richard Biener
2013-09-06basic-block.h (class control_dependences): New.Richard Biener
2013-01-30sparseset.h (sparseset_bit_p): Use gcc_checking_assert.Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford