]> gcc.gnu.org Git - gcc.git/history - gcc/loop.c
rtl.h (rtx_def): Update documentation.
[gcc.git] / gcc / loop.c
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...
1998-10-15 David Edelsohn- recommit bct_p ATTRIBUTE_UNUSED change which somehow...
1998-10-15 David Edelsohnloop.c (strength_reduce): Undo Oct 14 change marking...
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-10-09 Graham Stottflow.c (print_rtl_with_bb): Changed type of in_bb_p...
1998-10-09 David Edelsohn* loop.c (insert_bct): Ensure loop_iteration_var non...
1998-10-08 Jim WilsonFix for powerpc/c4x problem with missed loop optimizations.
1998-10-07 Bernd Schmidt* loop.c (count_one_set): Add prototype.
1998-10-06 Bernd Schmidtloop.c (count_one_set): New static function, broken...
1998-10-05 David Edelsohnunroll.c (loop_iteration_var, [...]): No longer static.
1998-10-05 Herman A.J. ten... loop.c (move_movables): Corrected threshold calculation...
1998-10-05 Bernd Schmidt* loop.c (combine_givs_p): Fix test for identical givs.
1998-09-30 Jeffrey A Lawloop.c (check_dbra_loop): Use a vanilla loop reversal...
1998-09-30 Mark Mitchellfunction.c (gen_mem_addressof): If the address REG...
1998-09-29 Jim WilsonFix typo that disabled loop unrolling for many targets.
1998-09-18 David Edelsohntoplev.c (rest_of_compilation): Set bct_p on second...
1998-09-13 David S. Millerloop.c (move_movables): While removing insn sequences...
1998-09-09 Richard Henderson* loop.c (load_mems): Copy rtx for output mem.
1998-09-04 Jim WilsonFix irix6 -g -O3 -funroll-all-loops bootstrap failure.
1998-08-28 Brendan Kehoeloop.c (check_dbra_loop): Pass COMPARISON_VALUE, not...
1998-08-28 J"orn Renneckeloop.c (check_dbra_loop): Fix calculation of FINAL_VALU...
1998-08-28 Jeffrey A Lawloop.c (check_dbra_loop): The loop ending comparison...
1998-08-27 Jeffrey A Lawloop.c (scan_loop): Count down from max_reg_num - 1...
1998-08-27 Jeffrey A Lawloop.c (scan_loop): Count down from max_reg_num - 1...
1998-08-27 J"orn Renneckeloop.c (check_dbra_loop): Enable code for reversal...
1998-08-26 J"orn Renneckeloop.c (check_dbra_loop): Add some code that would...
1998-08-25 Mark Mitchellloop.c (n_times_set, [...]): Convert to varrays.
1998-08-25 David S. Millerloop.c (scan_loop): Allocate some slop to handle pseudo...
1998-08-24 Jeff LawOpps.
1998-08-24 Jeffrey A Law* loop.c (scan_loop): Honor AVOID_CC_MODE_COPIES.
1998-08-22 Klaus-Georg Adamsloop.c (load_mems): Fix initializers.
1998-08-19 Mark Mitchellrtl.h (rtx_function): New type.
1998-08-17 Kaveh R. GhaziMakefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
1998-08-15 Jeffrey A Lawloop.c (add_label_notes): Do not ignore references...
1998-07-17 Richard Hendersonloop.h (struct induction): Add no_const_addval.
1998-07-16 Richard Hendersonloop.c (emit_iv_add_mult): Scan the entire insn list...
1998-06-21 H.J. Luloop.c (oballoc): Remove declaration.
1998-06-19 Graham Stottalias.c: Include toplev.h
1998-06-04 Graham Stottloop.c (check_dbra_loop): Initialise final_value before...
1998-05-23 Andreas Schwabm68k.h: Declare more functions used in macros.
1998-05-20 Doug Evans* Global CSE and constant/copy propagation.
1998-05-15 Bill MoyerPatch from Bill Moyer.
1998-05-14 J"orn Rennecke* loop.c (scan_loop): Don't call move_moveables for...
1998-05-09 Richard Hendersonloop.c (get_condition): Don't combine when either compa...
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Jeffrey A Law* loop.c (regs_match_p): Fix typo in prototype.
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-04-27 Jim WilsonFix hppa miscompilation bug reported by Manfred Hollstein.
1998-04-25 John Carralias.c (alias_invariant): New variable.
1998-04-22 Michael MeissnerAdd match_insn2; Fix prototype in loop.c
1998-04-16 Jeff Lawloop.c (regs_patch_p): Add prototype.
1998-04-07 Bernd Schmidtc-lex.c (is_class_name): Delete declaration.
1998-04-07 Jim WilsonFix loop reversal bug reported by Joern Rennecke.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-25 Jim WilsonFix m68k bootstrap failure reported by Toon Moene.
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-18 Jim WilsonFix sparc-sun-solaris2 -O2 -fPIC bootstrap failure...
1998-02-28 Kaveh R. GhaziFix warious warnings:
1998-02-18 Jeffrey A Law* loop.c (force_movables): Fix typo.
1998-02-17 Jeff LawRemove unwanted CYGNUS LOCAL marker.
1998-02-17 Jeffrey A Lawloop.c (rtx_equal_for_loop_p): Add some braces to disam...
1998-02-16 John Carrloop.c (strength_reduce, [...]): Use HOST_WIDE_INT_PRIN...
1998-02-14 Jeffrey A Lawvarasm.c (output_constant_pool): Bring back 'done'...
1998-02-08 David EdelsohnOops, bump copyright year.
1998-02-08 Richard KennerFeb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra...
1998-02-02 J"orn Rennecke* loop.c (get_condition): Handle sign-extended constants.
1998-01-17 Jeffrey A Lawloop.c (find_and_verify_loops): When attempting to...
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1998-01-14 Jeffrey A Lawloop.c (check_dbra_loop): Make sure initial value is...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-06 Jeff Lawloop.c (invariant_p): Don't test flag_rerun_loop_opt.
1997-11-09 Jim Wilsonflags.h (flag_rerun_loop_opt): Declare.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-26 Jeffrey A Lawloop.c (simplify_giv_expr): Adding two invariants resul...
1997-09-23 H.J. Luloop.c (indirect_jump_in_function_p): Return 0 by default.
1997-09-22 Jeffrey A Lawloop.c (loop_number): Delete function.
1997-09-22 Jeff Lawloop.c (loop_unroll_factor): Move outside #ifdef HAIFA...
1997-09-22 Jeffrey A Lawjump.c (jmp_uses_reg_or_mem): Deleted unused function.
1997-09-21 Jeff LawFinish last change.
next
This page took 1.035149 seconds and 108 git commands to generate.