summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
Commit message (Expand)AuthorAgeFilesLines
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-1/+24
* cfghooks.c (redirect_edge_and_branch_force): Localize variable.Eric Botcazou2011-04-111-17/+14
* basic-block.h (force_nonfallthru): Move to...Eric Botcazou2011-04-071-2/+39
* cfghooks.c (tidy_fallthru_edges): Add ??? comment.Eric Botcazou2011-04-041-1/+3
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-2/+2
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* cfghooks.c (split_block): Copy discriminator to new block.Cary Coutant2009-07-241-0/+1
* cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis2009-04-221-4/+4
* cfghooks.c (split_block): Set BB_IRREDUCIBLE_LOOP and EDGE_IRREDUCIBLE_LOOP.Sebastian Pop2008-11-031-1/+10
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-3/+28
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-4/+4
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo2007-09-071-2/+2
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-6/+6
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* cfghooks.c (split_block): Fix the information about loop latch.Zdenek Dvorak2007-07-251-1/+5
* re PR rtl-optimization/32729 (Loop unrolling not performed with large constan...Zdenek Dvorak2007-07-121-8/+0
* cfghooks.c (remove_edge): New function.Zdenek Dvorak2007-07-091-12/+16
* tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak2007-06-091-2/+2
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-5/+5
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-5/+5
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-3/+2
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-2/+8
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-1/+1
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-9/+9
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-2/+10
* cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak2007-02-041-0/+42
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-7/+31
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-3/+3
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-2/+2
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-1/+86
* tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher2006-11-031-4/+11
* Whitespace fixupsMike Stump2006-05-181-10/+10
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-9/+9
* bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak2005-08-241-2/+5
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-15/+15
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-1/+0
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* cfghooks.c, [...]: Fix comment typos.Kazu Hirata2005-04-031-1/+1
* cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog2005-04-031-0/+63
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-13/+13
* c-semantics.c, [...]: Update copyright.Kazu Hirata2005-03-081-1/+1
* cfghooks.c (verify_flow_info): Remove local variable num_bb_notes.Kazu Hirata2005-03-071-2/+1
* cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata2004-11-221-0/+20