loop.c (basic_induction_var): A non-integer variable which is being set by a paradoxi...
[platform/upstream/gcc.git] / gcc / loop.c
1999-10-26 Geoff Keatingloop.c (basic_induction_var): A non-integer variable...
1999-10-25 Jeffrey A Lawloop.c (note_set_pseudo_multiple_uses_retval): New...
1999-10-10 Bernd SchmidtDon't put things between tablejumps and jump tables...
1999-10-06 Kaveh R. Ghazicollect2.c (scan_prog_file, [...]): Prototype function...
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-19 Mark Mitchellrtl.h (insns_safe_to_move_p): New function.
1999-09-14 Andreas Schwabloop.c (strength_reduce): Don't call reg_used_between_p...
1999-09-14 Jeff LawFix typo in comment.
1999-09-12 Richard HendersonReplace insn_foo with insn_data.foo.
1999-09-10 Richard Hendersonloop.c (basic_induction_var): Typo NULL_RTX -> NULL.
1999-09-09 Richard Hendersoncombine.c (SUBST): Break out to a real function do_SUBST.
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-08-31 Zack Weinbergrtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type...
1999-08-29 Michael Hayesloop.c (this_loop_info): New variable.
1999-08-25 Richard Hendersonloop.c (express_from): Try harder to unify (* c N)...
1999-08-25 Kaveh R. GhaziWarning fixes:
1999-08-25 Jeff LawFix minor oops in last change.
1999-08-25 Michael Tiemannloop.c (strength_reduce): Automatically unroll loops...
1999-08-25 Michael Tiemannloop.c (insert_bct): Replace use of sdiv_optab with...
1999-08-20 Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-18 J"orn Renneckeloop.c (recombine_givs): Set ix field after sorting.
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-02 J"orn Renneckeloop.c (strength_reduce): When doing biv->giv conversio...
1999-08-02 J"orn Renneckeloop.c (strength_reduce): When doing biv->giv conversio...
1999-07-09 Bernd Schmidtloop.c (check_dbra_loop): When reversing a loop...
1999-06-25 Jeff Lawloop.c (verify_dominator): Properly handle ADDR_VEC...
1999-06-24 Mark MitchellRevert these two patches:
1999-06-17 J"orn Renneckeloop.c (strength_reduce): When doing biv->giv conversio...
1999-06-17 Jeffrey A Lawloop.c (move_movables): Note issues with replacing...
1999-06-17 J"orn Renneckeloop.c (strength_reduce): When doing biv->giv conversio...
1999-06-16 J"orn Renneckeloop.c (strength_reduce): Insert sets of derived givs...
1999-06-09 J"orn Renneckeloop.c (loop_insn_first_p): Don't compare LUIDs when...
1999-06-04 Andreas Schwabloop.c (check_dbra_loop): Fix change of Jan 19.
1999-05-27 J"orn Rennecke* loop.c (strength_reduce): Don't do biv->giv conversio...
1999-05-24 Jeffrey A Lawloop.c (strength_reduce): Do not clear NOT_EVERY_ITERAT...
1999-05-23 Jeff Law[multiple changes]
1999-05-13 Graham Stottloop.c (maybe_eliminate_biv): Check regno against max_r...
1999-04-08 Jeffrey A Law* loop.c (strength_reduce): Re-enable Joern's loop...
1999-03-29 J"orn Renneckeloop.c (maybe_eliminate_biv): For libcalls that set...
1999-03-26 J"orn Renneckeloop.c (combine_givs): Fix index into can_combine when...
1999-03-25 Finn Hakansson* loop.c (strength_reduce): Correct a comment.
1999-03-20 Michael Hayes* loop.c (check_dbra_loop): Fix debug message.
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-03-18 Nick CliftonDo not perform pseudo replacements if the loop contains...
1999-03-11 J"orn Renneckeloop.c (strength_reduce): Don't do biv increment -...
1999-02-25 J"orn Renneckertl.h (insn_first_p): Don't declare.
1999-02-24 J"orn Renneckeloop.h (loop_insn_first_p): Declare.
1999-02-22 Andrew MacLeodloop.c (libcall_other_regs): Make extern.
1999-02-19 J"orn Renneckertlanal.c (insn_first_p): Fix return value for insn...
1999-02-19 J"orn Renneckeloop.c (strength_reduce): Check for intervening jumps...
1999-02-18 J"orn Renneckeloop.c (strength_reduce): For derived givs, replace...
1999-02-17 J"orn Renneckeloop.c (strength_reduce): Don't move giv insn for biv...
1999-02-16 J"orn Renneckeloop.c (strength_reduce): Calculate maybe_dead before...
1999-02-16 J"orn Rennecke* loop.c (strength_reduce): Dump biv increment -> giv...
1999-02-15 Jeff Lawloop.c (mark_loop_jump): Handle LO_SUM.
1999-02-13 Jeffrey A Lawloop.c: Disable recent loop changes.
1999-02-13 Richard Hendersonloop.c (combine_givs_used_by_other): Delete.
1999-02-13 Michael Hayesloop.c (scan_loop): Call reg_in_basic_block_p before...
1999-02-12 J"orn Renneckeloop.c (loop_insn_first_p, [...]): New functions.
1999-02-12 J"orn Renneckeloop.c (load_mems): Don't guess how to do a load /...
1999-02-08 Richard Hendersonloop.c (reg_single_usage): New file-scope variable ...
1999-02-06 Michael Meissnerloop.c (check_dbra_loop): A store using an address...
1999-02-05 Jeffrey A Lawloop.c (strength_reduce): Clear not_every_iteration...
1999-02-04 J"orn Renneckeloop.c (first_loop_store_insn): New file-scope variable.
1999-02-04 J"orn Renneckeloop.c (scan_loop): New argument loop_cont.
1999-02-03 J"orn Renneckeloop.h (express_from): Declare.
1999-02-02 J"orn Renneckeloop.c (loop_optimize): Fix value max_uid_for_loop...
1999-02-02 J"orn Rennecke(recombine_givs): Don't use a giv that's likely to...
1999-01-31 Richard Henderson* loop.c (recombine_givs): Dump recombination and deriv...
1999-01-30 Jeffrey A Lawloop.c: Disable recent loop changes.
1999-01-29 J"orn Rennecke* loop.c (strength_reduce): Size reg_map according...
1999-01-29 J"orn Rennecke* loop.c (recombine_givs): Don't try to derive givs...
1999-01-29 Kaveh R. Ghazitoplev.c (notice, fnotice): Check ANSI_PROTOTYPES...
1999-01-29 J"orn Renneckeloop.c (strength_reduce): Fix HAVE_cc0 handling when...
1999-01-28 J"orn Renneckeloop.c (strength_reduce): Grow set_in_loop / n_times_se...
1999-01-28 J"orn Renneckeloop.c (recombine_givs): New parameter unroll_p.
1999-01-27 J"orn Renneckertl.h (insn_first_p): Declare.
1999-01-20 Jeff Lawloop.c (NUM_STORES): Delete.
1999-01-19 Mark Mitchellrtl.h (rtx_def): Update documentation.
1999-01-18 Kaveh R. GhaziWarning fixes:
1999-01-06 Jeff LawFix copyrights.
1999-01-03 Michael Hayesoptabs.c (emit_cmp_insn): Abort if asked to emit non...
1998-12-30 Andreas Schwabloop.c (check_dbra_loop): While reversing the loop...
1998-12-23 Kaveh R. GhaziWarning fixes:
1998-12-17 J"orn Rennecke* loop.c (combine_givs_used_by_other): Don't depend...
1998-12-15 J"orn Renneckeloop.c (consec_sets_giv): New argument last_consec_insn.
1998-12-15 Michael Hayesloop.h (loop_info): New field 'vtop'.
1998-12-15 J"orn Renneckeloop.h (struct induction): Delete times_used member.
1998-12-08 J"orn Renneckeloop.c (strength_reduce): If scan_start points to the...
1998-12-07 Michael Hayesloop.c (check_dbra_loop): Fix initial_value and initial...
1998-12-06 Michael Hayesloop.c (check_dbra_loop): New argument loop_info.
1998-11-25 Michael Hayesloop.h (struct loop_info): Define new structure.
1998-11-25 Michael Hayesloop.c (check_dbra_loop): Update JUMP_LABEL field of...
1998-11-24 Jeffrey A Lawcse.c (fold_rtx): Make autoincrement addressing mode...
1998-11-21 Jeffrey A Lawloop.c (check_dbra_loop): Avoid using gen_add2_insn.
1998-11-20 J"orn Rennecke* loop.c (move_movables): Start of libcall might be...
1998-10-23 David Edelsohnloop.c (loop_has_tablejump): New variable.
1998-10-22 Bernd Schmidtloop.c (express_from): Make sure that when generating...
1998-10-19 Jeff LawFix dumb thinko.
1998-10-19 Jeffrey A Lawloop.c (scan_loop): Be more selective about what invari...
next