aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)Author
1999-07-29This commit was manufactured by cvs2svn to create taggcc-2_95-releaseno-author
1999-04-27Tue Apr 27 19:50:25 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod
1999-04-14 * flow.c: (make_edges): Always make edges from a basic blockAndrew Haley
1999-04-12 * flow.c (flow_delete_insn): If we delete a CODE_LABEL, also removeJeffrey A Law
1999-04-10 * flow.c (life_analysis): New parameter remove_dead_code.Jan Hubicka
1999-04-10 * flow.c (merge_blocks_nomove): Rewrite to properly handle twoRichard Henderson
1999-04-09Fix comments/ChangeLog entry for last night's change.Jeffrey A Law
1999-04-09 * flow.c (delete_unreachable_blocks): Do not require an edge toJeffrey A Law
1999-04-06 * flow.c (verify_flow_info): New function.Richard Henderson
1999-04-06Jan Hubicka <hubicka@paru.cas.cz>Jan Hubicka
1999-04-06 * flow.c (create_basic_block): Make sure the bb note is in the block.Richard Henderson
1999-03-31 * flow.c (find_basic_blocks): New argument `do_cleanup'.Richard Henderson
1999-03-27 * flow.c (mark_used_regs): Improve handling of ASMs.Jeffrey A Law
1999-03-21Preserve programmer specified labels, and emit debug info for them even ifNick Clifton
1999-03-20Warning fixes:Kaveh Ghazi
1999-03-17 * flow.c (compute_immediate_dominators): New function.Jeff Law
1999-03-09* flow.c (tidy_fallthru_edge): Be more careful finding the lastRichard Henderson
1999-03-08Jeffrey A Law
1999-03-06 * flow.c (make_edges): Handle casesi that jump to default branch.Richard Earnshaw
1999-03-04 * flow.c (delete_unreachable_blocks): Mark blocks as theyRichard Henderson
1999-02-28* flow.c (create_basic_block): Disregard integrated bb notes.Richard Henderson
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson
1999-01-27Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law
1999-01-20 * flow.c (invalidate_from_autoinc): New function.Jeffrey A Law
1999-01-19 * optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to allAndrew Macleod
1999-01-18Fix thinko from last second true_dependence -> anti_dependence change.Jeffrey A Law
1999-01-18 * flow.c (last_mem_set): Delete variable. References removed.Christian Bruel
1999-01-12 * Makefile.in (OBJECTS): Add sbitmap.o.Richard Henderson
1999-01-11Update copyrights.Richard Henderson
1999-01-11 * basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson
1998-12-13 * rtl.h (recompute_reg_usage): Add second argument.Jeffrey A Law
1998-12-09 * flow.c: Update some comments.Jeffrey A Law
1998-12-08Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod
1998-12-028Jeffrey A Law
1998-12-01 * flow.c (delete_block): Call set_last_insn if we end up deleting theJeffrey A Law
1998-11-24 * cse.c (fold_rtx): Make autoincrement addressing mode tests beJeffrey A Law
1998-11-17 * flow.c (insn_dead_p): New argument NOTES. Changed all callers.J"orn Rennecke
1998-11-04xJeffrey A Law
1998-11-04Wed Nov 4 19:15:37 1998 "Melissa O'Neill" <oneill@cs.sfu.ca>Jeffrey A Law
1998-10-29 * flow.c (XNMALLOC): New macro.Jeffrey A Law
1998-10-27 * final.c (cleanup_subreg_operands): New function.Jeffrey A Law
1998-10-23 * flow.c (life_analysis_1): Enable "rescan" code after reload.Jeffrey A Law
1998-10-23 * flow.c (life_analysis_1): Delete CLOBBER insns after reload.Jeffrey A Law
1998-10-19 * combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg. AllBernd Schmidt
1998-10-17Warning fixes:Kaveh Ghazi
1998-10-17 * flow.c (propagate_block): Replace code that computes and usesJeffrey A Law
1998-10-16 * flow.c (find_basic_blocks_1): Do not delete unreachable blocksJeffrey A Law
1998-10-16 * flow.c (life_analysis_1): Do not clobber regs_ever_live afterBernd Schmidt
1998-10-14Warning fixes:Kaveh Ghazi
1998-10-13Tue Oct 13 22:12:11 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>Bernd Schmidt