aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-16re PR tree-optimization/63168 (loop header copying fails - not vectorized: la...Richard Biener1-0/+5
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-14/+4
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-1/+1
2014-05-16cfghooks.c (make_forwarder_block): Use direct computation to get fall-through...Dehao Chen1-10/+6
2014-03-14re PR ipa/60518 (ICE: in verify_loop_structure, at cfgloop.c:1647)Richard Biener1-2/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-14/+15
2013-11-19Eliminate n_edges macroDavid Malcolm1-1/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-15/+23
2013-04-30re PR tree-optimization/57122 (ICE in verify_loop_structure, at cfgloop.c:164...Richard Biener1-1/+3
2013-04-23Support slim switch for cfg graph dumpXinliang David Li1-1/+2
2013-04-23Display profile info in graph cfg dumpXinliang David Li1-0/+5
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+16
2013-02-18re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-1/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-20re PR rtl-optimization/55740 (ICE in verify_loop_structure, at cfgloop.c:1582...Richard Biener1-3/+15
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-0/+16
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+6
2012-11-06* cfghooks.c (copy_bbs): Handle a null loop_father.Aldy Hernandez1-6/+9
2012-10-09* basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher1-0/+54
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-0/+18
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-2/+0
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-2/+4
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-5/+4
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-43/+37
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+31
2012-06-17cfglayout.h: Remove.Steven Bosscher1-0/+121
2012-04-03re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-9/+19
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-1/+24
2011-04-11cfghooks.c (redirect_edge_and_branch_force): Localize variable.Eric Botcazou1-17/+14
2011-04-07basic-block.h (force_nonfallthru): Move to...Eric Botcazou1-2/+39
2011-04-04cfghooks.c (tidy_fallthru_edges): Add ??? comment.Eric Botcazou1-1/+3
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-2/+2
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1