summaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
Commit message (Expand)AuthorAgeFilesLines
* cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare.Richard Biener2018-08-271-1/+114
* cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener2018-08-241-33/+4
* 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/+39
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-1/+0
* tree-ssa-pre.c (print_pre_expr): Handle NULL expr.Richard Biener2017-08-011-9/+10
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-1/+4
* make inverted_post_order_compute() operate on a vecTrevor Saunders2017-05-141-8/+6
* make depth_first_search_ds a classTrevor Saunders2017-05-141-62/+34
* replace some manual stacks with auto_vecTrevor Saunders2017-05-141-56/+36
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-14/+5
* re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo...Richard Biener2016-05-241-24/+43
* re PR tree-optimization/70986 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener2016-05-121-1/+16
* sbitmap: Remove popcountSegher Boessenkool2016-04-281-8/+0
* 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/+21
* ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev2015-11-041-3/+2
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-2/+2
* Check no unreachable blocks in inverted_post_order_computeTom de Vries2015-10-131-0/+17
* remove many typedefsTrevor Saunders2015-10-011-11/+10
* cfganal.c (pre_and_rev_post_order_compute_fn): Correctly enter entry and exit...Michael Matz2015-08-311-2/+2
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+12
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-12/+13
* add auto_vecTrevor Saunders2013-11-221-4/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-48/+62
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-14/+15
* re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener2013-10-301-16/+35
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+53
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-9/+9
* cfganal.c (control_dependences::~control_dependences): Properly free all of t...Richard Biener2013-09-061-1/+1
* basic-block.h (class control_dependences): New.Richard Biener2013-09-061-0/+114
* sparseset.h (sparseset_bit_p): Use gcc_checking_assert.Richard Biener2013-01-301-6/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+8
* re PR tree-optimization/55191 (ICE in compute_antic at tree-ssa-pre.c:2511)Steven Bosscher2012-11-081-3/+5
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-28/+24
* re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher2012-10-311-8/+8
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-15/+15
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-1/+1