aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-22basic-block.h (add_noreturn_fake_exit_edges): Use correct name.Andrew MacLeod1-3/+2
1999-09-22flow.c (record_active_eh_regions): Terminate loop after finding the last insn...Jeffrey A Law1-0/+2
1999-09-21basic-block.h (basic_block): Add eh_beg, eh_end.Richard Henderson1-139/+277
1999-09-21flow.c (split_edge): Handle insertion on a fallthrough edge which has the EXI...Andrew MacLeod1-3/+10
1999-09-21flow.c (remove_edge): New function to remove an edge from the flow graph.Andrew MacLeod1-0/+84
1999-09-21flow.c (merge_blocks_move_successor_nojumps): Delete the BARRIER at the end o...Jeffrey A Law1-3/+6
1999-09-20basic-block.h (compute_bb_for_insn): Declare.Richard Henderson1-7/+6
1999-09-20* flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".Kaveh R. Ghazi1-1/+1
1999-09-20flow.c (merge_blocks_move_predecessor_nojumps): New function.Jeffrey A Law1-10/+138
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1-1/+1
1999-09-08* flow.c (new_insn_dead_notes): Don't early out for preexisting regs.Richard Henderson1-0/+13
1999-09-08flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.Alasdair Baird1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-0/+9
1999-09-03flow.c (propagate_block): Use XEXP not SET_DEST for a USE.Richard Henderson1-2/+2
1999-09-02dwarf2out.c (dwarf2out_line): Constify `lastfile'.Richard Henderson1-6/+2
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-3/+3
1999-08-30flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not mark_set_resources.Richard Henderson1-10/+8
1999-08-28flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.Richard Henderson1-28/+18
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-18/+24
1999-08-25sbitmap.h (sbitmap_intersection_of_succs): Add prototype.Andrew MacLeod1-0/+44
1999-08-25flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and NOTE_INSN_EH_REGION_...Mark Mitchell1-2/+2
1999-08-24haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1-0/+1049
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-5/+5
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