aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-19alias.c: Include tree.h.John Wehle1-0/+5
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-1/+1
1999-08-18cse.c (cse_insn): Call never_reached_warning when a jump is changed to be unc...Geoff Keating1-0/+2
1999-08-17flow.c (create_edge_list): Use xmalloc, not malloc.Andrew MacLeod1-2/+2
1999-08-16basic-block.h (struct edge_list): Stucture to maintain a vector of edges.Andrew MacLeod1-0/+265
1999-08-10except.h (eh_nesting_info): Add new structure defintion.Andrew MacLeod1-38/+24
1999-08-10flow.c (split_edge): Set JUMP_LABEL field.Andrew MacLeod1-1/+11
1999-08-09Include function.h in most files.Bernd Schmidt1-3/+0
1999-08-07jump.c (onlyjump_p): New function.Richard Henderson1-10/+6
1999-08-04flow.c (delete_unreachable_blocks): Do not call merge_blocks or tidy_fallthru...Jeffrey A Law1-1/+11
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-0/+1
1999-07-01except.c: Include intl.h.Richard Henderson1-0/+1
1999-05-31flow.c (mark_regs_live_at_end, [...]): Only give FRAME_POINTER_REGNUM and HAR...John Wehle1-11/+22
1999-05-26Revert previous deltaNick Clifton1-6/+4
1999-05-26Check against frame_pointer_rtx not FRAME_POINTER_REGNUMNick Clifton1-4/+6
1999-05-25flow.c (mark_set_1): Do not record BLKmode stores as dead store elimination c...Jeffrey A Law1-0/+3
1999-04-27rtl.h (REG_EH_REGION): Update comment to indicate a value of -1 indicates no ...Andrew MacLeod1-29/+23
1999-04-14flow.c: (make_edges): Always make edges from a basic block to its exception h...Andrew Haley1-1/+1
1999-04-11flow.c (flow_delete_insn): If we delete a CODE_LABEL...Jeffrey A Law1-0/+3
1999-04-10flow.c (life_analysis): New parameter remove_dead_code.Jan Hubicka1-15/+22
1999-04-10flow.c (merge_blocks_nomove): Rewrite to properly handle two blocks that vani...Richard Henderson1-50/+50
1999-04-09Fix comments/ChangeLog entry for last night's change.Jeffrey A Law1-4/+3
1999-04-08flow.c (delete_unreachable_blocks): Do not require an edge to be marked with ...Jeffrey A Law1-12/+15
1999-04-06flow.c (verify_flow_info): New function.Richard Henderson1-9/+230
1999-04-06Jan Hubicka <hubicka@paru.cas.cz>Jan Hubicka1-8/+17
1999-04-06flow.c (create_basic_block): Make sure the bb note is in the block.Richard Henderson1-15/+17
1999-03-31flow.c (find_basic_blocks): New argument `do_cleanup'.Richard Henderson1-17/+29
1999-03-27* flow.c (mark_used_regs): Improve handling of ASMs.Jeffrey A Law1-2/+44
1999-03-21Preserve programmer specified labels, and emit debug info for them even ifNick Clifton1-2/+13
1999-03-20Warning fixes:Kaveh R. Ghazi1-2/+4
1999-03-17flow.c (compute_immediate_dominators): New function.Richard Henderson1-0/+40
1999-03-09flow.c (tidy_fallthru_edge): Be more careful finding the last BARRIER of a list.Richard Henderson1-8/+14
1999-03-08flow.c (merge_blocks_nomove): For HAVE_cc0 targets...Jeffrey A Law1-0/+13
1999-03-06flow.c (make_edges): Handle casesi that jump to default branch.Richard Earnshaw1-2/+18
1999-03-04flow.c (delete_unreachable_blocks): Mark blocks as they are put on to the wor...Richard Henderson1-5/+10
1999-02-28* flow.c (create_basic_block): Disregard integrated bb notes.Richard Henderson1-0/+1
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-955/+1850
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-2/+3
1999-01-19flow.c (invalidate_from_autoinc): New function.Jeffrey A Law1-1/+47
1999-01-19optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all calls with...Andrew MacLeod1-36/+31
1999-01-17Fix thinko from last second true_dependence -> anti_dependence change.Jeff Law1-2/+1
1999-01-17flow.c (last_mem_set): Delete variable.Christian Bruel1-18/+71
1999-01-11Makefile.in (OBJECTS): Add sbitmap.o.Richard Henderson1-496/+0
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-40/+40
1998-12-12rtl.h (recompute_reg_usage): Add second argument.J"orn Rennecke1-3/+9
1998-12-09* flow.c: Update some comments.Jeffrey A Law1-8/+2
1998-12-08See ChangeLog..Andrew MacLeod1-2/+56
1998-12-02flow.c (delete_block): Call set_last_insn after we have reset NEXT_INSN (kept...Jeff Law1-2/+6
1998-12-01flow.c (delete_block): Call set_last_insn if we end up deleting the last insn...Jeffrey A Law1-0/+4