summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comments/ChangeLog entry for last night's change.law1999-04-091-4/+3
* * flow.c (delete_unreachable_blocks): Do not require an edge tolaw1999-04-091-12/+15
* * flow.c (verify_flow_info): New function.rth1999-04-061-9/+230
* Jan Hubicka <hubicka@paru.cas.cz>rth1999-04-061-8/+17
* * flow.c (create_basic_block): Make sure the bb note is in the block.rth1999-04-061-15/+17
* * flow.c (find_basic_blocks): New argument `do_cleanup'.rth1999-03-311-17/+29
* * flow.c (mark_used_regs): Improve handling of ASMs.law1999-03-271-2/+44
* Preserve programmer specified labels, and emit debug info for them even ifnickc1999-03-211-2/+13
* Warning fixes:ghazi1999-03-201-2/+4
* * flow.c (compute_immediate_dominators): New function.law1999-03-171-0/+40
* * flow.c (tidy_fallthru_edge): Be more careful finding the lastrth1999-03-091-8/+14
* law1999-03-081-0/+13
* * flow.c (make_edges): Handle casesi that jump to default branch.rth1999-03-061-2/+18
* * flow.c (delete_unreachable_blocks): Mark blocks as theyrth1999-03-041-5/+10
* * flow.c (create_basic_block): Disregard integrated bb notes.rth1999-02-281-0/+1
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-955/+1850
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-2/+3
* * flow.c (invalidate_from_autoinc): New function.law1999-01-201-1/+47
* * optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to allamacleod1999-01-191-36/+31
* Fix thinko from last second true_dependence -> anti_dependence change.law1999-01-181-2/+1
* * flow.c (last_mem_set): Delete variable. References removed.law1999-01-181-18/+71
* * Makefile.in (OBJECTS): Add sbitmap.o.rth1999-01-121-496/+0
* Update copyrights.rth1999-01-111-1/+1
* * basic-block.h (basic_block_head): Rename to x_basic_block_head.rth1999-01-111-40/+40
* * rtl.h (recompute_reg_usage): Add second argument.law1998-12-131-3/+9
* * flow.c: Update some comments.law1998-12-091-8/+2
* Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-12-081-2/+56
* 8law1998-12-021-2/+6
* * flow.c (delete_block): Call set_last_insn if we end up deleting thelaw1998-12-011-0/+4
* * cse.c (fold_rtx): Make autoincrement addressing mode tests belaw1998-11-241-26/+12
* * flow.c (insn_dead_p): New argument NOTES. Changed all callers.amylaar1998-11-171-12/+37
* xlaw1998-11-041-0/+3
* Wed Nov 4 19:15:37 1998 "Melissa O'Neill" <oneill@cs.sfu.ca>law1998-11-041-1/+2
* * flow.c (XNMALLOC): New macro.law1998-10-291-385/+269
* * final.c (cleanup_subreg_operands): New function.law1998-10-271-17/+0
* * flow.c (life_analysis_1): Enable "rescan" code after reload.law1998-10-231-3/+2
* * flow.c (life_analysis_1): Delete CLOBBER insns after reload.law1998-10-231-0/+17
* * combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg. Alllaw1998-10-191-17/+0
* Warning fixes:ghazi1998-10-171-1/+2
* * flow.c (propagate_block): Replace code that computes and useslaw1998-10-171-54/+15
* * flow.c (find_basic_blocks_1): Do not delete unreachable blockslaw1998-10-161-2/+3
* * flow.c (life_analysis_1): Do not clobber regs_ever_live afterlaw1998-10-161-3/+19
* Warning fixes:ghazi1998-10-141-1/+0
* Tue Oct 13 22:12:11 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>rth1998-10-131-47/+28
* * flow.c: Update comment.law1998-10-121-3/+37
* * flow.c (find_basic_blocks_1): Fix prototype.mmitchel1998-10-111-1/+1
* * flow.c (find_basic_blocks): Delte "live_reachable_p" argument.law1998-10-101-5/+3
* Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk>rth1998-10-091-1/+2
* Fri Oct 9 15:57:51 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>rth1998-10-091-453/+500
* * flow.c (find_basic_blocks): Correctly determine when a callrth1998-10-081-1/+6