aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-23ChangeLog.1: Fix a typo.Kazu Hirata1-1/+1
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-111/+63
2003-06-13cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.Richard Henderson1-1/+1
2003-06-12basic-block.h (flow_delete_block_noexpunge): Kill.Jan Hubicka1-9/+2
2003-06-08i386.md (subsi_3_zext, [...]): Fix predicates.Jan Hubicka1-209/+93
2003-06-07basic-block.h (EDGE_SIBCALL): New.Richard Henderson1-0/+13
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-19/+194
2003-04-22re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Richard Henderson1-3/+5
2003-04-18cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block for orphaned ...Mark Mitchell1-1/+4
2003-04-16re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Mark Mitchell1-8/+3
2003-04-14re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Jan Hubicka1-1/+1
2003-04-07re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Jan Hubicka1-0/+3
2003-04-03* cfgrtl.c (update_bb_for_insn): Do not set block for barriers.Jan Hubicka1-1/+2
2003-03-30cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson1-26/+7
2003-03-25re PR rtl-optimization/10056 ([HP-PA] ICE at -O2 when building c++ code from ...Jan Hubicka1-2/+30
2003-03-23cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps before flow2.Richard Henderson1-1/+1
2003-03-05basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak1-3/+5
2003-02-21cfgrtl.c (commit_edge_insertions): Call find_many_sub_basic_block only when s...Jan Hubicka1-2/+32
2003-02-21cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.Jan Hubicka1-1/+18
2003-02-09cfgrtl.c (verify_flow_info): Use control_flow_insn_p.Jan Hubicka1-3/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+4
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-04cfgrtl.c (force_nonfallthru_and_redirect): Allow abnormal edge to be forced i...Jan Hubicka1-3/+17
2002-09-17cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned NOTE_INSN_LOOP_CONT n...Roger Sayle1-2/+4
2002-06-21bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthr...Richard Henderson1-2/+14
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-2/+2
2002-06-10cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle1-11/+7
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-57/+14
2002-06-02cfgrtl.c (commit_one_edge_insertion): Fix warning.Jan Hubicka1-1/+1
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-38/+20
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-3/+3
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-39/+26
2002-05-22cfgbuild.c: Fix formatting.Kazu Hirata1-19/+19
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-3/+3
2002-05-19basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields.Zdenek Dvorak1-11/+51
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-124/+118
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-118/+124
2002-05-16* cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.Mark Mitchell1-5/+14
2002-05-13cfgrtl.c (purge_dead_edges): Handle abnormal call edges created by non-local ...Richard Henderson1-13/+23
2002-05-09cfganal.c (can_fallthru): Fix fast path.Jan Hubicka1-0/+1
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-1/+12
2002-05-02cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post re...Jan Hubicka1-1/+7
2002-04-26cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn for fallthru search.Richard Henderson1-2/+3
2002-04-09basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson1-4/+12
2002-03-27cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of assigning t...Zdenek Dvorak1-2/+2
2002-03-22cfgcleanup.c (outgoing_edges_math): Fix condition; relax frequencies match; a...Jan Hubicka1-0/+10
2002-03-14toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup call a...Jan Hubicka1-7/+2
2002-03-08cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been removed; fix...Jan Hubicka1-3/+9
2002-03-06* cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.Jan Hubicka1-1/+2