aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24cfghooks.c (split_block): Copy discriminator to new block.Cary Coutant1-0/+1
2009-04-22cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis1-4/+4
2008-11-03cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and EDGE_IRREDUCIBLE_LOOP.Sebastian Pop1-1/+10
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-3/+28
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-2/+2
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25cfghooks.c (split_block): Fix the information about loop latch.Zdenek Dvorak1-1/+5
2007-07-12re PR rtl-optimization/32729 (Loop unrolling not performed with large constan...Zdenek Dvorak1-8/+0
2007-07-09cfghooks.c (remove_edge): New function.Zdenek Dvorak1-12/+16
2007-06-09tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak1-2/+2
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-5/+5
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-5/+5
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-3/+2
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-2/+8
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-1/+1
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-9/+9
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-2/+10