aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
1997-11-13flow.c (find_basic_blocks): During marking phase...Jeffrey A Law1-30/+23
1997-11-12flow.c (find_basic_blocks): Refine further to get a more correct cfg...Jeffrey A Law1-121/+150
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+4
1997-11-01flow.c (find_basic_blocks): If we delete the label for an exception handler...Jeffrey A Law1-0/+45
1997-11-01flow.c (find_basic_blocks): Generate correct flow control information when ex...Jason Merrill1-12/+31
1997-10-03Cast alloca return value for char *Michael Meissner1-1/+1
1997-09-29flow.c (find_basic_blocks): Mark calls as potentially jumping to the EH labels.Jason Merrill1-2/+8
1997-09-28flow.c (print_rtl_with_bb): Cast alloca return values for variables start and...Philippe De Muyter1-2/+2
1997-09-21Forgot to check in last time.Jeff Law1-100/+17
1997-09-11fix typoMichael Meissner1-1/+1
1997-09-11make change to spacing for KennerMichael Meissner1-4/+3
1997-09-04For phases starting with flow, print basic block information when doing dumpsMichael Meissner1-0/+79
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-2/+1
1997-07-16Minor reformatting.Richard Kenner1-16/+17
1997-07-14(init_regset_vector): Make global; don't take basic block times # of pseduos ...Richard Kenner1-22/+43
1997-06-18* flow.c (find_basic_blocks): Fix end case bug.Mike Stump1-1/+1
1997-06-10(mark_used_regs): Fix typo in Jun 4 change.Richard Kenner1-1/+1
1997-06-09flow.c (find_basic_blocks): Eliminate more dead code, enables dead throws to ...Mike Stump1-7/+46
1997-06-05remove cygnus local stuffMichael Meissner1-3/+2
1997-06-05Fix urgent bugMichael Meissner1-34/+37
1997-06-05abstract regset stuff into macrosMichael Meissner1-216/+131
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1-1/+1
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-108/+48
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-4/+4
1997-02-04flow.c (life_analysis): Delete obvious no-op moves which use SUBREGs.Jeff Law1-0/+17
1997-01-29(regno_uninitialized): Return 0 if reg is used for args.Richard Kenner1-3/+5
1996-08-21flow.c (life_analysis): Preserve registers used by the epilogue.Mike Stump1-5/+14
1996-07-23install EH codeMike Stump1-0/+4
1996-07-03formatting tweaksMike Stump1-7/+8
1996-06-18(flow_analysis): Fix typo in last change.Richard Kenner1-1/+1
1996-06-10(flow_analysis, find_basic_blocks): Ignore nonlocal_label_list forRichard Kenner1-2/+8
1996-05-10(mark_set_1, mark_used_regs): Clean up usages of ALL_NEEDED; change toRichard Kenner1-21/+21
1996-04-08flow.c (find_auto_inc): Also make sure there aren't any sets of the increment...Jeff Law1-1/+5
1996-03-31(propagate_block): CALL_INSNs don't kill fixed regs.Richard Kenner1-2/+3
1996-02-02(jmp_uses_reg_or_mem): Renamed from uses_reg_or_mem.Richard Kenner1-13/+31
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-3/+3
1995-05-13(find_basic_blocks): Only perform n_basic_blocks sanity check on first pass...Doug Evans1-1/+9
1995-05-11Eliminate dead code caused by last patchMichael Meissner1-10/+5
1995-05-11Do not segfault if SUBREG uses something other than REG.Michael Meissner1-0/+7
1995-03-29(mark_used_regs, case SUBREG): Only fall through to REG caseJim Wilson1-0/+5
1995-03-18(mark_used_regs, case SUBREG): Set reg_changes_size even for integerRichard Kenner1-4/+9
1995-02-13(find_basic_blocks): Revise calculation of when to make another pass.Doug Evans1-2/+7
1995-01-20(find_basic_blocks): No longer need to check for deletedJim Wilson1-5/+2
1994-12-19(mark_set_1): For multi-reg hard register, clear allJim Wilson1-3/+8
1994-11-17(find_auto_inc): Insert missing "return" statement.Richard Kenner1-0/+2
1994-11-15(flow_delete_insn): New function.Doug Evans1-45/+119
1994-10-26(find_basic_blocks): Ensure each live basic block is actually reachable.Richard Kenner1-3/+17
1994-10-18(propagate_block): Call mark_used_regs to show global regs used byRichard Kenner1-3/+3