aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-0/+2
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-3/+5
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-1/+1
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-6/+6
1997-12-18integrate.c (get_label_from_map): New function.Jeff Law1-15/+24
1997-12-18unroll.c (calculate_giv_inc): Handle constant increment found in a MEM with a...Gavin Koch1-0/+10
1997-12-06Merge from gcc-2.8Jeff Law1-2/+5
1997-12-02Better fix for loop unrolling problem.Jim Wilson1-13/+11
1997-11-27unroll.c (find_splittable_givs): Don't split givs with a dest_reg that was cr...Jeffrey A Law1-0/+6
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-2/+7
1997-09-21loop.c (loop_number): Delete function.Jeffrey A Law1-3/+3
1997-09-21loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.Jeff Law1-13/+8
1997-08-30Fix alpha loop unrolling abort.Jim Wilson1-2/+5
1997-08-23unroll.c (find_splittable_givs): Only share if two givs have the same add and...John F. Carr1-1/+8
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-2/+21
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-17/+39
1997-06-25(final_giv_value): Verify that bl->initial_value isJim Wilson1-1/+6
1997-06-23(find_splittable_givs): Set splittable_regs_updates toJim Wilson1-2/+9
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-11/+11
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-2/+2
1997-04-30(set_dominates_use): In second loop, add check for copy_end.Jim Wilson1-0/+4
1997-02-20(unroll_loop): Add check for naive loop that ends withJim Wilson1-0/+17
1996-11-15(iteration_info): Fix code so that it knows iteration_var is aRichard Kenner1-4/+6
1996-10-22(unroll_loop): Always reject loops with unbalanced blocks.Jim Wilson1-1/+5
1996-10-21(loop_comparison_code): New static variable.Jim Wilson1-11/+18
1996-10-08(unroll_loops): Set local_regno only if set_dominates_use returns true.Jim Wilson1-1/+84
1996-07-03formatting tweaksMike Stump1-1/+1
1996-05-18(copy_loop_body): When update split DEST_ADDR giv,Jim Wilson1-2/+7
1995-12-27(unroll_loop): Set regno_pointer_{flag,align} in remap table.Richard Kenner1-0/+4
1995-08-19(calculate_giv_inc): Handle increment computed by ASHIFT.Richard Kenner1-3/+9
1995-07-28(unroll_loop): When preconditioning...Richard Kenner1-7/+37
1995-07-14(find_splittable_{regs,givs}, final_[bg]iv_value): Use loop_number_exit_count...Richard Kenner1-8/+21
1995-06-26(find_splittable_regs): When completely unrolling loop, check forRichard Kenner1-3/+4
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-08(verify_addresses): New function.Richard Kenner1-16/+32
1995-05-31(copy_loop_body): Fix typo in call to sets_cc0_p.Richard Kenner1-1/+1
1995-05-17(unroll_loop): Increment copy_start_luid if copy_startJim Wilson1-0/+6
1995-05-16Fix typos in comments.Richard Kenner1-5/+5
1995-05-14(unroll_loop): Make local_regno have size max_reg_before_loop.Jim Wilson1-6/+10
1995-05-13(back_branch_in_range_p): No longer static.Jim Wilson1-2/+1
1995-05-12(unroll_loop): Don't move reg if used in copy_end and that is aRichard Kenner1-10/+10
1995-05-12(unroll_loop): Only use local_regno for pseudos.Richard Kenner1-3/+3
1995-05-10Add declarations of static functions.Richard Kenner1-9/+46
1995-01-25(find_splittable_givs): Change error message text.Richard Kenner1-6/+6
1995-01-20(copy_loop_body): When check for shared address givs, use new same_insn field.Jim Wilson1-8/+14
1994-12-05(copy_loop_body): Reformat CODE_LABEL_NUMBER macro callJim Wilson1-2/+2
1994-10-20(loop_iterations): Move all failure exits after the computation of final_value.Jim Wilson1-23/+22
1994-10-17(copy_loop_body, case JUMP_INSN): Don't abort if invert_exp fails.Richard Earnshaw1-6/+26
1994-08-14(loop_iterations): Use PREV_INSN not prev_nonnote_insn.Jim Wilson1-1/+5
1994-08-14(calculate_giv_inc): Handle constants loaded with IOR.Jim Wilson1-1/+17