* flow.c: Update some comments.
[platform/upstream/gcc.git] / gcc / flow.c
1998-12-09 Jeffrey A Law* flow.c: Update some comments.
1998-12-08 Andrew MacLeodSee ChangeLog..
1998-12-02 Jeff Lawflow.c (delete_block): Call set_last_insn after we...
1998-12-01 Jeffrey A Lawflow.c (delete_block): Call set_last_insn if we end...
1998-11-24 Jeffrey A Lawcse.c (fold_rtx): Make autoincrement addressing mode...
1998-11-17 J"orn Rennecke* flow.c (insn_dead_p): New argument NOTES. Changed...
1998-11-04 Jeff Lawrtl.h (flow2_completed): Declare.
1998-11-04 Jeff Law[multiple changes]
1998-10-29 Bernd Schmidtflow.c (XNMALLOC): New macro.
1998-10-27 Jeffrey A Lawfinal.c (cleanup_subreg_operands): New function.
1998-10-23 Jeffrey A Lawflow.c (life_analysis_1): Enable "rescan" code after...
1998-10-23 Jeffrey A Law* flow.c (life_analysis_1): Delete CLOBBER insns after...
1998-10-19 Bernd Schmidtcombine.c (recog_for_combine): Lose PADDED_SCRATCHES...
1998-10-17 Kaveh R. GhaziWarning fixes:
1998-10-17 Bernd Schmidtflow.c (propagate_block): Replace code that computes...
1998-10-16 Jeffrey A Lawflow.c (find_basic_blocks_1): Do not delete unreachable...
1998-10-16 Bernd Schmidtflow.c (life_analysis_1): Do not clobber regs_ever_live...
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-10-13 Bernd Schmidtflow.c (find_basic_blocks): Emit NOPs after normal...
1998-10-12 John Wehleflow.c: Update comment.
1998-10-11 Mark Mitchell* flow.c (find_basic_blocks_1): Fix prototype.
1998-10-10 Jeffrey A Lawflow.c (find_basic_blocks): Delte "live_reachable_p...
1998-10-09 Graham Stottflow.c (print_rtl_with_bb): Changed type of in_bb_p...
1998-10-09 Bernd Schmidtflow.c (life_analysis_1): Break out some functions.
1998-10-08 Richard Hendersonflow.c (find_basic_blocks): Correctly determine when...
1998-10-08 Richard Hendersonflow.c (find_basic_blocks): Calc upper bound for extra...
1998-10-06 J"orn RenneckeCleanup for -fdump-unnumbered:
1998-10-01 John Carrdwarf2out.c (expand_builtin_dwarf_reg_size): Fix to...
1998-09-21 Jim WilsonFix for g++ failure reported by Brendan.
1998-09-15 Richard Hendersontree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.
1998-09-12 David S. Millerflow.c (mark_set_1): Recognize multi-register structure...
1998-09-09 Bernd Schmidtexcept.h (current_function_eh_stub_label): Declare.
1998-08-17 Kaveh R. Ghazic-decl.c (init_decl_processing): Remove unneeded &.
1998-07-21 Richard Henderson* flow.c (regno_uninitialized): Fixed regs are never...
1998-07-08 Jeffrey A Lawflow.c (find_auto_inc): Remove most recent change.
1998-07-06 J"orn Renneckeflow.c (find_auto_inc): Clear UNCHANGING bit of registe...
1998-07-02 Michael MeissnerSwitch reg_n_info structure to use varrays
1998-06-30 Jeffrey A Lawflow.c (recompute_reg_usage): Does not return a value.
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-27 Jeffrey A Lawflow.c (count_reg_sets): New function.
1998-06-21 Jeffrey A Lawbasic-block.h (init_regset_vector): Delete declaration.
1998-06-20 H.J. Luflow.c (allocate_for_life_analysis, [...]): Remove...
1998-06-19 Graham Stottalias.c: Include toplev.h
1998-05-28 Andrew MacLeodFlow now removes exception regions when their handlers...
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-05-14 Andrew MacLeodFirst cut of changes to utilize the new exception handl...
1998-05-13 Kaveh R. GhaziWarning fixes:
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...
next