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