aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-29unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETEL...Jeff Law1-5/+24
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-22Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.Jim Wilson1-0/+5
1998-06-22Warning fixes:Kaveh R. Ghazi1-5/+12
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-06-19Fix hpux loop unrolling bug reported by Tim Prince.Jim Wilson1-1/+4
1998-06-10unroll.c (verify_addresses): Use validate_replace_rtx to undo the changes.Richard Earnshaw1-2/+3
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-25alias.c (alias_invariant): New variable.John Carr1-10/+15
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-20/+30
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
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