aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)Author
1998-11-03Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>Richard Henderson
1998-10-08 * Merge from EGCS mainline, tag gc_merge_981008.Richard Henderson
1998-05-16 * c-common.c (c_expand_start_cond): Trust xrealloc to functionRichard Henderson
1998-05-09This commit was manufactured by cvs2svn to create branchno-author
1997-08-19This commit was manufactured by cvs2svn to create branchdevo_gcc_testsuiteno-author
1997-08-12 * Integrate Haifa instruction scheduler.Jeffrey A Law
1997-07-16Minor reformatting.Richard Kenner
1997-07-14(init_regset_vector): Make global; don't take basic block times # of pseduosRichard Kenner
1997-06-18 * flow.c (find_basic_blocks): Fix end case bug.Mike Stump
1997-06-10(mark_used_regs): Fix typo in Jun 4 change.Richard Kenner
1997-06-09 * flow.c (find_basic_blocks): Eliminate more dead code, enablesMike Stump
1997-06-05remove cygnus local stuffMichael Meissner
1997-06-05Fix urgent bugMichael Meissner
1997-06-05abstract regset stuff into macrosMichael Meissner
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-02-04 * flow.c (life_analysis): Delete obvious no-op movesJeff Law
1997-01-29(regno_uninitialized): Return 0 if reg is used for args.Richard Kenner
1996-08-21 * flow.c (life_analysis): Preserve registers used by the epilogue.Mike Stump
1996-07-23install EH codeMike Stump
1996-07-03formatting tweaksMike Stump
1996-06-18(flow_analysis): Fix typo in last change.Richard Kenner
1996-06-10(flow_analysis, find_basic_blocks): Ignore nonlocal_label_list forRichard Kenner
1996-05-10(mark_set_1, mark_used_regs): Clean up usages of ALL_NEEDED; change toRichard Kenner
1996-04-08 * flow.c (find_auto_inc): Also make sure there aren'tJeffrey A Law
1996-03-31(propagate_block): CALL_INSNs don't kill fixed regs.Richard Kenner
1996-02-02(jmp_uses_reg_or_mem): Renamed from uses_reg_or_mem.Richard Kenner
1995-08-28Fix spelling errors.Richard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-05-16Fix typos in comments.Richard Kenner
1995-05-13(find_basic_blocks): Only perform n_basic_blocks sanityDoug Evans
1995-05-11Eliminate dead code caused by last patchMichael Meissner
1995-05-11Do not segfault if SUBREG uses something other than REG.Michael Meissner
1995-03-29(mark_used_regs, case SUBREG): Only fall through to REG caseJim Wilson
1995-03-18(mark_used_regs, case SUBREG): Set reg_changes_size even for integerRichard Kenner
1995-02-13(find_basic_blocks): Revise calculation of when to make another pass.Doug Evans
1995-01-21(find_basic_blocks): No longer need to check for deletedJim Wilson
1994-12-20(mark_set_1): For multi-reg hard register, clear allJim Wilson
1994-11-17(find_auto_inc): Insert missing "return" statement.Richard Kenner
1994-11-15(flow_delete_insn): New function.Doug Evans
1994-10-26(find_basic_blocks): Ensure each live basic block is actually reachable.Richard Kenner
1994-10-18(propagate_block): Call mark_used_regs to show global regs used byRichard Kenner
1994-09-08(mark_used_regs, case REG): Correct typo, use GET_MODE not GET_CODE.Jim Wilson
1994-08-14(mark_used_regs): When adding REG_DEAD notes, check forJim Wilson
1994-08-12(mark_used_regs): Only show changes size if one mode is integral.Richard Kenner
1994-08-11(find_auto_inc): Ensure that all proposed changes to insns are validRichard Kenner
1994-08-07(reg_changes_size): New variable.Richard Kenner
1994-07-07(mark_set_1): Record explicit hard registers in their raw mode.Doug Evans
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner