OSDN Git Service

* tree.c (unsave_expr_now): Avoid recursing into the parts of
[pf3gnuchains/gcc-fork.git] / gcc / unroll.c
1997-05-30 meissnerUse accessor macros to access arrays based on regno...
1997-05-06 mrsreformat a little to match GNU coding standards.
1997-04-30 wilson(set_dominates_use): In second loop, add check for...
1997-02-20 wilson(unroll_loop): Add check for naive loop that ends with
1996-11-15 kenner(iteration_info): Fix code so that it knows iteration_v...
1996-10-22 wilson(unroll_loop): Always reject loops with unbalanced...
1996-10-21 wilson(loop_comparison_code): New static variable.
1996-10-08 wilson(unroll_loops): Set local_regno only if set_dominates_use
1996-07-03 mrsformatting tweaks
1996-05-19 wilson(copy_loop_body): When update split DEST_ADDR giv,
1995-12-27 kenner(unroll_loop): Set regno_pointer_{flag,align} in remap...
1995-08-19 kenner(calculate_giv_inc): Handle increment computed by ASHIFT.
1995-07-28 kenner(unroll_loop): When preconditioning, output code to...
1995-07-14 kenner(find_splittable_{regs,givs}, final_[bg]iv_value):...
1995-06-26 kenner(find_splittable_regs): When completely unrolling loop...
1995-06-15 kennerUpdate FSF address.
1995-06-08 kenner(verify_addresses): New function.
1995-05-31 kenner(copy_loop_body): Fix typo in call to sets_cc0_p.
1995-05-17 wilson(unroll_loop): Increment copy_start_luid if copy_start
1995-05-16 kennerFix typos in comments.
1995-05-14 wilson(unroll_loop): Make local_regno have size
1995-05-13 wilson(back_branch_in_range_p): No longer static.
1995-05-12 kenner(unroll_loop): Don't move reg if used in copy_end and...
1995-05-12 kenner(unroll_loop): Only use local_regno for pseudos.
1995-05-10 kennerAdd declarations of static functions.
1995-01-25 kenner(find_splittable_givs): Change error message text.
1995-01-21 wilson(copy_loop_body): When check for shared address givs...
1994-12-05 wilson(copy_loop_body): Reformat CODE_LABEL_NUMBER macro...
1994-10-20 wilson(loop_iterations): Move all failure exits after the...
1994-10-17 erich(copy_loop_body, case JUMP_INSN): Don't abort if invert_exp
1994-08-14 wilson(loop_iterations): Use PREV_INSN not prev_nonnote_insn.
1994-08-14 wilson(calculate_giv_inc): Handle constants loaded with IOR.
1994-07-03 wilson(loop_iterations): Only use REG_EQUAL note value if it
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-01 wilson(copy_loop_body): Copy CALL_INSN_FUNCTION_USAGE field.
1994-05-02 wilson(remap_split_bivs): New function.
1994-04-21 wilson(find_splittable_givs): Share dest_reg for multiple
1994-03-25 kenner(unroll_loop): Remove decl of unused variable V.
1994-01-25 wilson(copy_loop_body): When delete simplified condjump,
1993-12-22 wilson(find_splittable_givs): For rewritting illegal init
1993-11-11 wilson(unroll_loop): Set global_const_equiv_map_size.
1993-11-06 rms(unroll_loop): Don't unroll loop if jump has combined
1993-10-11 rms(unroll_loop): Set map->const_equiv_map_size to new_max...
1993-06-17 rms(calculate_giv_inc): Add new variables increment_total
1993-05-16 rms(initial_reg_note_copy, final_reg_note_copy): New funct...
1993-05-14 wilson(unroll_loop): Clear map->integrating.
1993-05-12 wilson(copy_loop_body): Delete May 10 change.
1993-05-11 wilson(copy_loop_body): Copy REG_NOTES during main loop
1993-04-06 wilson(loop_iterations): When computing comparison_value...
1992-12-31 wilson(copy_loop_body, JUMP_INSN case): Do map the body of
1992-11-09 rms(final_biv_value): Make a note after loop_end
1992-10-07 wilson(copy_loop_body, JUMP_INSN case): Delete abort in the
1992-09-29 wilson(find_splittable_givs): recog_memoized failure return...
1992-09-28 wilson(copy_loop_body, JUMP_INSN case): When invert jump
1992-09-28 wilson(find_splittable_givs): Pass mem_mode not mode to memor...
1992-09-28 wilson(copy_loop_body, JUMP_INSN case): When setting
1992-09-19 kenner(find_splittable_regs): If any BIV update isn't simple...
1992-08-19 kenner(copy_loop_body): Add missing declaration of EXIT_LABEL...
1992-08-14 kenner(copy_loop_body): Don't assume (pc) can be on either...
1992-08-11 wilson(unroll_loop): Delete call to unroll_block_trees.
1992-08-11 wilson(copy_loop_body): Only copy VTOP note if it will end up
1992-07-06 mycroftentered into RCS
1992-05-27 wilson*** empty log message ***
1992-05-20 wilson*** empty log message ***
1992-05-07 rms*** empty log message ***
1992-04-27 wilson*** empty log message ***
1992-04-08 wilson*** empty log message ***
1992-03-14 rms*** empty log message ***
1992-03-03 kenner*** empty log message ***
1992-02-27 wilson*** empty log message ***
1992-02-08 kennerInitial revision