aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)Author
2004-01-16re PR rtl-optimization/11350 (undefined labels with -Os -fPIC)Jan Hubicka
2003-12-03backport: cfgrtl.c (delete_insn): Decrease LABEL_NUSES for all REG_LABEL notes.Josef Zlomek
2003-09-17re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-cal...Eric Botcazou
2003-04-22re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Richard Henderson
2003-04-20cfgrtl.c (try_redirect_by_replacing_jump): Remove unused variables.John David Anglin
2003-04-18cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block for orphaned ...Mark Mitchell
2003-04-16re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Mark Mitchell
2003-04-14re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Jan Hubicka
2003-04-07re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Jan Hubicka
2003-04-06re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Zack Weinberg
2003-03-25re PR rtl-optimization/10056 ([HP-PA] ICE at -O2 when building c++ code from ...Jan Hubicka
2003-03-23cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps before flow2.Richard Henderson
2003-02-21cfgrtl.c (commit_edge_insertions): Call find_many_sub_basic_block only when s...Jan Hubicka
2003-02-21cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.Jan Hubicka
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-12-04cfgrtl.c (force_nonfallthru_and_redirect): Allow abnormal edge to be forced i...Jan Hubicka
2002-09-17cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned NOTE_INSN_LOOP_CONT n...Roger Sayle
2002-06-21bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr...Richard Henderson
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-06-10cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka
2002-06-02cfgrtl.c (commit_one_edge_insertion): Fix warning.Jan Hubicka
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak
2002-05-22cfgbuild.c: Fix formatting.Kazu Hirata
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-19basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields.Zdenek Dvorak
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-16* cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.Mark Mitchell
2002-05-13cfgrtl.c (purge_dead_edges): Handle abnormal call edges created by non-local ...Richard Henderson
2002-05-09cfganal.c (can_fallthru): Fix fast path.Jan Hubicka
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka
2002-05-02cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post re...Jan Hubicka
2002-04-26cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn for fallthru search.Richard Henderson
2002-04-09basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson
2002-03-27cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of assigning t...Zdenek Dvorak
2002-03-22cfgcleanup.c (outgoing_edges_math): Fix condition; relax frequencies match; a...Jan Hubicka
2002-03-14toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup call a...Jan Hubicka
2002-03-08cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been removed; fix...Jan Hubicka
2002-03-06* cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.Jan Hubicka
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka
2002-03-05cfg.c (dump_flow_info): Warn about profile mismatches.Jan Hubicka
2002-02-28cfgrtl.c (purge_dead_edges): Fix handling of EH edges.Jan Hubicka
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka
2002-02-12jump.c (never_reached_warning): Add finish argument.Jakub Jelinek
2002-02-04cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect the entry bl...Bernd Schmidt
2002-02-04cfgrtl.c (try_redirect_by_replacing_jump): Remove associated CODE_LABEL and j...Jeff Law
2002-01-10cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.Richard Henderson