summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no ...Andrew MacLeod1999-04-271-29/+23
* flow.c: (make_edges): Always make edges from a basic block to its exception h...Andrew Haley1999-04-141-1/+1
* flow.c (flow_delete_insn): If we delete a CODE_LABEL...Jeffrey A Law1999-04-111-0/+3
* flow.c (life_analysis): New parameter remove_dead_code.Jan Hubicka1999-04-101-15/+22
* flow.c (merge_blocks_nomove): Rewrite to properly handle two blocks that vani...Richard Henderson1999-04-101-50/+50
* Fix comments/ChangeLog entry for last night's change.Jeffrey A Law1999-04-091-4/+3
* flow.c (delete_unreachable_blocks): Do not require an edge to be marked with ...Jeffrey A Law1999-04-081-12/+15
* flow.c (verify_flow_info): New function.Richard Henderson1999-04-061-9/+230
* Jan Hubicka <hubicka@paru.cas.cz>Jan Hubicka1999-04-061-8/+17
* flow.c (create_basic_block): Make sure the bb note is in the block.Richard Henderson1999-04-061-15/+17
* flow.c (find_basic_blocks): New argument `do_cleanup'.Richard Henderson1999-03-311-17/+29
* * flow.c (mark_used_regs): Improve handling of ASMs.Jeffrey A Law1999-03-271-2/+44
* Preserve programmer specified labels, and emit debug info for them even ifNick Clifton1999-03-211-2/+13
* Warning fixes:Kaveh R. Ghazi1999-03-201-2/+4
* flow.c (compute_immediate_dominators): New function.Richard Henderson1999-03-171-0/+40
* flow.c (tidy_fallthru_edge): Be more careful finding the last BARRIER of a list.Richard Henderson1999-03-091-8/+14
* flow.c (merge_blocks_nomove): For HAVE_cc0 targets...Jeffrey A Law1999-03-081-0/+13
* flow.c (make_edges): Handle casesi that jump to default branch.Richard Earnshaw1999-03-061-2/+18
* flow.c (delete_unreachable_blocks): Mark blocks as they are put on to the wor...Richard Henderson1999-03-041-5/+10
* * flow.c (create_basic_block): Disregard integrated bb notes.Richard Henderson1999-02-281-0/+1
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-955/+1850
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-2/+3
* flow.c (invalidate_from_autoinc): New function.Jeffrey A Law1999-01-191-1/+47
* optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all calls with...Andrew MacLeod1999-01-191-36/+31
* Fix thinko from last second true_dependence -> anti_dependence change.Jeff Law1999-01-171-2/+1
* flow.c (last_mem_set): Delete variable.Christian Bruel1999-01-171-18/+71
* Makefile.in (OBJECTS): Add sbitmap.o.Richard Henderson1999-01-111-496/+0
* Update copyrights.Richard Henderson1999-01-111-1/+1
* basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1999-01-111-40/+40
* rtl.h (recompute_reg_usage): Add second argument.J"orn Rennecke1998-12-121-3/+9
* * flow.c: Update some comments.Jeffrey A Law1998-12-091-8/+2
* See ChangeLog..Andrew MacLeod1998-12-081-2/+56
* flow.c (delete_block): Call set_last_insn after we have reset NEXT_INSN (kept...Jeff Law1998-12-021-2/+6
* flow.c (delete_block): Call set_last_insn if we end up deleting the last insn...Jeffrey A Law1998-12-011-0/+4
* cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta...Jeffrey A Law1998-11-241-26/+12
* * flow.c (insn_dead_p): New argument NOTES. Changed all callers.J"orn Rennecke1998-11-171-12/+37
* rtl.h (flow2_completed): Declare.Jeff Law1998-11-041-0/+3
* [multiple changes]Jeff Law1998-11-041-1/+2
* flow.c (XNMALLOC): New macro.Bernd Schmidt1998-10-291-385/+269
* final.c (cleanup_subreg_operands): New function.Jeffrey A Law1998-10-271-17/+0
* flow.c (life_analysis_1): Enable "rescan" code after reload.Jeffrey A Law1998-10-231-3/+2
* * flow.c (life_analysis_1): Delete CLOBBER insns after reload.Jeffrey A Law1998-10-231-0/+17
* combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.Bernd Schmidt1998-10-191-17/+0
* Warning fixes:Kaveh R. Ghazi1998-10-171-1/+2
* flow.c (propagate_block): Replace code that computes and uses regs_sometimes_...Bernd Schmidt1998-10-161-54/+15
* flow.c (find_basic_blocks_1): Do not delete unreachable blocks after reload h...Jeffrey A Law1998-10-161-2/+3
* flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1998-10-151-3/+19
* Warning fixes:Kaveh R. Ghazi1998-10-141-1/+0
* flow.c (find_basic_blocks): Emit NOPs after normal calls in this function.Bernd Schmidt1998-10-131-47/+28
* flow.c: Update comment.John Wehle1998-10-121-3/+37