OSDN Git Service

* config/linux.h (ASM_COMMENT_START): Remove from here,
[pf3gnuchains/gcc-fork.git] / gcc / loop.c
1998-05-06 lawtypo typo fixes fixes
1998-05-06 law * loop.c (regs_match_p): Fix typo in prototype.
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-27 wilsonFix hppa miscompilation bug reported by Manfred Hollstein.
1998-04-25 jfc * alias.c (alias_invariant): New variable.
1998-04-22 meissnerAdd match_insn2; Fix prototype in loop.c
1998-04-16 law * loop.c (regs_patch_p): Add prototype.
1998-04-07 law * c-lex.c (is_class_name): Delete declaration.
1998-04-07 wilsonFix loop reversal bug reported by Joern Rennecke.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-25 wilsonFix m68k bootstrap failure reported by Toon Moene.
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-18 wilsonFix sparc-sun-solaris2 -O2 -fPIC bootstrap failure...
1998-02-28 ghaziFix warious warnings:
1998-02-18 law * loop.c (force_movables): Fix typo.
1998-02-17 lawRemove unwanted CYGNUS LOCAL marker.
1998-02-17 law * loop.c (rtx_equal_for_loop_p): Add some brace...
1998-02-16 jfc * loop.c (strength_reduce, record_biv, record_giv...
1998-02-14 law * varasm.c (output_constant_pool): Bring back...
1998-02-08 djeOops, bump copyright year.
1998-02-08 djeFeb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1...
1998-02-02 law * loop.c (get_condition): Handle sign-extended...
1998-01-17 law * loop.c (find_and_verify_loops): When attempti...
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-14 law * loop.c (check_dbra_loop): Make sure initial value...
1997-12-07 lawMerge from gcc-2.8
1997-12-06 law * loop.c (invariant_p): Don't test flag_rerun_l...
1997-11-09 law * flags.h (flag_rerun_loop_opt): Declare.
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-26 law * loop.c (simplify_giv_expr): Adding two invari...
1997-09-23 law * loop.c (indirect_jump_in_function_p): Return 0
1997-09-22 law * loop.c (loop_number): Delete function. Chang...
1997-09-22 law * loop.c (loop_unroll_factor): Move outside...
1997-09-22 law * jump.c (jmp_uses_reg_or_mem): Deleted unused...
1997-09-21 lawFinish last change.
1997-09-21 law * loop.c (fix_bct_param): Delete unused function.
1997-09-11 law * loop.c (strength_reduce): Fix typo.
1997-08-28 law * flags.h (flag_move_all_movables): Declare.
1997-08-27 law * loop.c (combine_movables): Earlier insns...
1997-08-27 law * loop.c (check_final_value): Don't miss a...
1997-08-18 lawAnother haifa typo.
1997-08-18 lawFix typos in last haifa change.
1997-08-16 law * loop.c (is_power_of_2, is_conditional_branch...
1997-08-15 law * loop.c (is_conditional_branch): Make definiti...
1997-08-12 law * Integrate Haifa instruction scheduler.
1997-08-11 law * Integrate alias analysis changes from jfc...
1997-07-02 meissnerDo not go beyond end of array
1997-06-02 meissnerWiden some short fields to int; Use allocate_reg_info...
1997-05-30 meissnerUse accessor macros to access arrays based on regno...
1997-05-18 kenner(maybe_eliminate_biv_1): In (set (cc0) <biv>) case...
1997-05-06 mrsreformat a little to match GNU coding standards.
1997-04-13 kenner(invariant_p, case REG): Pointers into frame are not...
1997-03-16 law * loop.c (strength_reduce): Adjust BENEFIT...
1997-01-19 kenner(check_final_value): Handle insns with no luid's.
1997-01-04 kenner(basic_induction_var): Return 0 if SUBREG is not a...
1996-12-13 ianCheck SMALL_REGISTER_CLASSES at runtime
1996-10-23 kenner(combine_givs): When combining a DEST_REG giv with...
1996-10-21 wilson(strength_reduce): Add check for ! bl->reversed to
1996-10-15 dje * loop.c (strength_reduce): Avoid taking PATTERN of...
1996-09-24 kenner(get_condition): Use rtx_equal_p to compare rtx.
1996-09-23 kenner(check_dbra_loop): Don't assume label must be second...
1996-09-22 kenner(combine_givs): Improve combining DEST_REG giv with...
1996-07-23 mrsinstall EH code
1996-07-03 mrsformatting tweaks
1996-06-06 wilson(strength_reduce): If HAVE_cc0 defined, disable auto_in...
1996-05-10 kenner(maybe_eliminate_biv_1): Disable all but two cases...
1996-04-04 wilson(combine_givs): Use new macro GIV_SORT_CRITERION.
1996-03-05 dje * loop.c (init_loop): Use pseudo reg in add_cost compu...
1996-01-24 wilson(scan_loop): Correct comment.
1995-10-03 kennerUpdate comments.
1995-09-16 kenner(find_and_verify_loops): Fix error in last change.
1995-09-15 kenner(find_and_verify_loops): When moving exit blocks out...
1995-08-13 kenner(find_and_verify_loops): Set dest_loop only if JUMP_LAB...
1995-07-26 kenner(find_and_verify_loops): When moving blocks of code...
1995-07-14 kenner(loop_number_exit_count): New global variable.
1995-06-15 kennerUpdate FSF address.
1995-05-13 wilson(record_giv): When computing replaceable, use
1995-05-12 wilson(check_dbra_loop): When reversing loop when
1995-02-13 kenner(mark_loop_jump): Remove bogus assignments to LABEL_...
1995-01-21 wilson(record_giv): Initialize new field same_insn.
1995-01-21 wilson(scan_loop): For the replace_rtx call, copy the rtx...
1995-01-05 dje(get_condition): Use CONST0_RTX instead of const0_rtx.
1994-12-19 wilson(invariant_p): Reject const volatile references.
1994-11-17 kenner(move_movables): For move_insn case, skip notes when...
1994-07-19 wilson(move_movables): Aviod lossage when CALL_INSN_FUNCTION_...
1994-06-29 kenner(basic_induction_var, case REG): Allow previous insn...
1994-06-22 kenner(strength_reduce): When replacing DEST_ADDR givs, make...
1994-06-18 wilson(move_movables): Copy CALL_INSN_FUNCTION_USAGE field.
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-31 kenner(note_addr_stored): A SET or CLOBBER of a BLKmode MEM...
1994-04-10 kennerNo longer handle LSHIFT.
1994-03-25 kenner(init_loop): Remove decls of unused variables.
1994-03-23 kenner(get_condition): Exit if we don't recognize SET_SRC...
1994-03-18 wilson(scan_loop): New variable loop_depth. Increment and
1994-02-24 kenner(maybe_eliminate_biv_1): Ignore GIV if it isn't always...
1994-02-24 kenner(scan_loop, strength_reduce): Go back to LOOP_TOP,...
1994-02-16 wilson(scan_loop): Add no_labels_between_p call to tests...
1993-12-27 kenner(get_condition): Can reverse comparison if -ffast-math.
1993-12-25 kenner(check_dbra_loop): Fix error in previous change.
1993-12-24 wilson(check_dbra_loop): Don't reverse loop if there is a
next