flow.c (dump_flow_info): Also print number of sets and whether or not the pseudo...
[gcc.git] / gcc / flow.c
1998-05-13 Michael Meissnerflow.c (dump_flow_info): Also print number of sets...
1998-05-13 Michael Meissneracconfig.h (ENABLE_CHECKING): Undefine.
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-04-20 Doug Evans* flow.c (sbitmap_vector_alloc): Ensure sbitmaps proper...
1998-04-16 Jeff Lawflow.c (dump_sbitmap, [...]): New debugging functions.
1998-04-15 Jeffrey A Lawflow.c (sbitmap_union_of_successors): New function.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-28 Bernd Schmidtbasic-block.h (basic_block_computed_jump_target): Declare.
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-19 Kaveh R. GhaziMore warning fixes...
1998-03-19 Manfred Hollsteinm68k.md (addqi3): Fix typo gen_INT vs.
1998-03-18 Kaveh R. GhaziFix more warnings...
1998-03-12 Manfred Hollsteinbasic-block.h (compute_preds_succs): Change return...
1998-03-12 Manfred Hollsteinc-decl (finish_struct): Change type of min_align to...
1998-03-11 Jeff Lawflow.c (find_basic_blocks_1): Keep the cfg accurate...
1998-03-08 Jeffrey A Lawhaifa-sched.c (is_cfg_nonregular): Change return type...
1998-03-05 Jeffrey A Lawhaifa-sched.c (build_jmp_edges): Delete dead function.
1998-02-11 Jeffrey A Lawflow.c (life_analysis): Do not conside the stack pointe...
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1997-12-27 Jeffrey A Lawflow.c (find_basic_blocks): Don't create a new basic...
1997-12-20 Kaveh R. Ghazibitmap.c (bitmap_clear): Ensure `inline' is at the...
1997-12-13 Jason Merrillflow.c (flow_analysis): Be consistent with find_basic_b...
1997-12-12 Jason Merrillflow.c (find_basic_blocks): A CALL_INSN that can throw...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-04 Jason Merrill./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-11-28 Jeff LawGrr. Used the wrong patchfile last time.
1997-11-28 Jeffrey A Lawflow.c (find_basic_blocks): Handle cfg issues for rethr...
1997-11-13 Jeffrey A Lawflow.c (find_basic_blocks): During marking phase...
1997-11-12 Jeffrey A Lawflow.c (find_basic_blocks): Refine further to get a...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-11-02 Jeffrey A Lawflow.c (find_basic_blocks): If we delete the label...
1997-11-01 Jason Merrillflow.c (find_basic_blocks): Generate correct flow contr...
1997-10-03 Michael MeissnerCast alloca return value for char *
1997-09-29 Jason Merrillflow.c (find_basic_blocks): Mark calls as potentially...
1997-09-28 Philippe De Muyterflow.c (print_rtl_with_bb): Cast alloca return values...
1997-09-22 Jeff LawForgot to check in last time.
1997-09-11 Michael Meissnerfix typo
1997-09-11 Michael Meissnermake change to spacing for Kenner
1997-09-04 Michael MeissnerFor phases starting with flow, print basic block inform...
1997-08-12 Jeffrey A Law* Integrate Haifa instruction scheduler.
1997-07-16 Richard KennerMinor reformatting.
1997-07-14 Richard Kenner(init_regset_vector): Make global; don't take basic...
1997-06-18 Mike Stump* flow.c (find_basic_blocks): Fix end case bug.
1997-06-10 Richard Kenner(mark_used_regs): Fix typo in Jun 4 change.
1997-06-09 Mike Stumpflow.c (find_basic_blocks): Eliminate more dead code...
1997-06-05 Michael Meissnerremove cygnus local stuff
1997-06-05 Michael MeissnerFix urgent bug
1997-06-05 Michael Meissnerabstract regset stuff into macros
1997-06-02 Michael MeissnerWiden some short fields to int; Use allocate_reg_info...
1997-05-30 Michael MeissnerUse accessor macros to access arrays based on regno...
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-02-04 Jeff Lawflow.c (life_analysis): Delete obvious no-op moves...
1997-01-29 Richard Kenner(regno_uninitialized): Return 0 if reg is used for...
1996-08-21 Mike Stumpflow.c (life_analysis): Preserve registers used by...
1996-07-23 Mike Stumpinstall EH code
1996-07-03 Mike Stumpformatting tweaks
1996-06-18 Richard Kenner(flow_analysis): Fix typo in last change.
1996-06-10 Richard Kenner(flow_analysis, find_basic_blocks): Ignore nonlocal_lab...
1996-05-10 Richard Kenner(mark_set_1, mark_used_regs): Clean up usages of ALL_NE...
1996-04-08 Jeff Lawflow.c (find_auto_inc): Also make sure there aren't...
1996-03-31 Richard Kenner(propagate_block): CALL_INSNs don't kill fixed regs.
1996-02-02 Richard Kenner(jmp_uses_reg_or_mem): Renamed from uses_reg_or_mem.
1995-08-28 Richard KennerFix spelling errors.
1995-06-15 Richard KennerUpdate FSF address.
1995-05-16 Richard KennerFix typos in comments.
1995-05-13 Doug Evans(find_basic_blocks): Only perform n_basic_blocks sanity...
1995-05-11 Michael MeissnerEliminate dead code caused by last patch
1995-05-11 Michael MeissnerDo not segfault if SUBREG uses something other than...
1995-03-29 Jim Wilson(mark_used_regs, case SUBREG): Only fall through to...
1995-03-18 Richard Kenner(mark_used_regs, case SUBREG): Set reg_changes_size...
1995-02-13 Doug Evans(find_basic_blocks): Revise calculation of when to...
1995-01-21 Jim Wilson(find_basic_blocks): No longer need to check for deleted
1994-12-20 Jim Wilson(mark_set_1): For multi-reg hard register, clear all
1994-11-17 Richard Kenner(find_auto_inc): Insert missing "return" statement.
1994-11-15 Doug Evans(flow_delete_insn): New function.
1994-10-26 Richard Kenner(find_basic_blocks): Ensure each live basic block is...
1994-10-18 Richard Kenner(propagate_block): Call mark_used_regs to show global...
1994-09-08 Jim Wilson(mark_used_regs, case REG): Correct typo, use GET_MODE...
1994-08-14 Jim Wilson(mark_used_regs): When adding REG_DEAD notes...
1994-08-12 Richard Kenner(mark_used_regs): Only show changes size if one mode...
1994-08-11 Richard Kenner(find_auto_inc): Ensure that all proposed changes to...
1994-08-07 Richard Kenner(reg_changes_size): New variable.
1994-07-07 Doug Evans(mark_set_1): Record explicit hard registers in their...
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-16 Richard Kenner(try_pre_increment_1): Don't try to create a pre-increm...
1994-05-06 Richard Kenner(flow_analysis, find_basic_blocks): Change from USE...
1994-04-20 Steve Chamberlain*** empty log message ***
1994-03-11 Jim Wilson(libcall_dead_p): Fail not abort for libcall that returns
1994-02-08 Jim Wilson(find_basic_blocks): Also look for REG_LABEL notes...
1994-02-03 Richard KennerAdd prototypes for static functions.
1994-01-29 Richard Kenner(find_auto_inc): Check for increment using single_set.
1993-12-08 Richard Kenner(mark_used_regs, case CLOBBER): Refine previous change...
1993-12-07 Richard Kenner(mark_used_regs): Look inside a CLOBBER...
1993-11-15 Richard Kenner(find_basic_blocks): When starting new basic block...
1993-09-24 Doug Evansflow.c: (life_analysis): Mark HARD_FRAME_POINTER_REGNUM...
1993-07-02 Doug Evans(find_auto_inc): In *p=expr;q=p+size case, avoid clobbe...
1993-04-24 Richard Kenner(mark_used_regs): Use proper type for {all,some}_needed.
1993-04-17 Richard Kenner(uid_block_number): Likewise.
1993-04-08 Richard Stallman(mark_set_1): Clear reg_next_use at the proper place.
1993-04-07 Richard Stallman(mark_set_1): Clear reg_next_use for all kinds of regs.
next