aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)Author
1998-10-05 * unroll.c (loop_iteration_var, loop_initial_value, loop_incrementDavid Edelsohn
1998-07-29PJeffrey A Law
1998-06-29Warning fixes:Kaveh Ghazi
1998-06-22Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.Jim Wilson
1998-06-22Warning fixes:Kaveh Ghazi
1998-06-19 * alias.c: Include toplev.hGraham
1998-06-19Fix hpux loop unrolling bug reported by Tim Prince.Jim Wilson
1998-06-10* unroll.c (verify_addresses): Use validate_replace_rtx to undo theRichard Earnshaw
1998-05-06typo typo fixes fixesJeffrey A Law
1998-04-25 * alias.c (alias_invariant): New variable.John Carr
1998-04-17 * varasm.c (asm_output_bss): Add prototype.Jeffrey A Law
1998-04-04 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-02-28Fix warious warnings:Kaveh Ghazi
1998-02-14 * varasm.c (output_constant_pool): Bring back 'done' label insideJeffrey A Law
1998-02-07 * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe
1998-01-14* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;Richard Henderson
1997-12-18 * integrate.c (get_label_from_map): New function.Jeffrey A Law
1997-12-18 * unroll.c (calculate_giv_inc): Handle constant increment found inJeffrey A Law
1997-12-07Merge from gcc-2.8Jeffrey A Law
1997-12-02Better fix for loop unrolling problem.Jim Wilson
1997-11-27 * unroll.c (find_splittable_givs): Don't split givs with a dest_regJeffrey A Law
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-09-22 * loop.c (loop_number): Delete function. Change all referencesJeffrey A Law
1997-09-22 * loop.c (loop_unroll_factor): Move outside #ifdef HAIFAJeffrey A Law
1997-08-31Fix alpha loop unrolling abort.Jim Wilson
1997-08-23 * unroll.c (find_splittable_givs): Only share if two givs have theJohn F. Carr
1997-08-12 * Integrate Haifa instruction scheduler.Jeffrey A Law
1997-08-11 * Integrate alias analysis changes from jfc@mit.eduJeffrey A Law
1997-06-25(final_giv_value): Verify that bl->initial_value isJim Wilson
1997-06-24(find_splittable_givs): Set splittable_regs_updates toJim Wilson
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-04-30(set_dominates_use): In second loop, add check for copy_end.Jim Wilson
1997-02-20(unroll_loop): Add check for naive loop that ends withJim Wilson
1996-11-15(iteration_info): Fix code so that it knows iteration_var is aRichard Kenner
1996-10-22(unroll_loop): Always reject loops with unbalanced blocks.Jim Wilson
1996-10-21(loop_comparison_code): New static variable.Jim Wilson
1996-10-08(unroll_loops): Set local_regno only if set_dominates_useJim Wilson
1996-07-03formatting tweaksMike Stump
1996-05-19(copy_loop_body): When update split DEST_ADDR giv,Jim Wilson
1995-12-27(unroll_loop): Set regno_pointer_{flag,align} in remap table.Richard Kenner
1995-08-19(calculate_giv_inc): Handle increment computed by ASHIFT.Richard Kenner
1995-07-28(unroll_loop): When preconditioning, output code to execute loop onceRichard Kenner
1995-07-14(find_splittable_{regs,givs}, final_[bg]iv_value): Use loop_number_exit_countRichard Kenner
1995-06-26(find_splittable_regs): When completely unrolling loop, check forRichard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-06-08(verify_addresses): New function.Richard Kenner
1995-05-31(copy_loop_body): Fix typo in call to sets_cc0_p.Richard Kenner
1995-05-17(unroll_loop): Increment copy_start_luid if copy_startJim Wilson