aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-12unroll.c (loop_iterations): Don't return a final value for EQ comparison loops.J"orn Rennecke1-0/+6
1999-03-08Fix cygwin toolchain build failure reported by Geoffrey Noer.Jim Wilson1-1/+5
1999-03-02unroll.c (copy_loop_body): Don't make extra copies of NOTE_INSN_LOOP_CONT notes.J"orn Rennecke1-3/+4
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-1/+6
1999-02-24loop.h (loop_insn_first_p): Declare.J"orn Rennecke1-30/+47
1999-02-24* unroll.c (unroll_loop): Avoid out-of-bounds index for local_regno.J"orn Rennecke1-2/+6
1999-02-06unroll.c (find_splittable_givs): After express_from, call replace_rtx to conv...Jim Wilson1-1/+5
1999-02-04unroll.c (entire file): Remove tabs / spaces at end of lines.J"orn Rennecke1-104/+104
1999-02-03loop.h (express_from): Declare.J"orn Rennecke1-7/+47
1999-02-01Use varrays for constant-equivalence data:Ken Raeburn1-30/+24
1999-01-27rtl.h (insn_first_p): Declare.J"orn Rennecke1-22/+52
1999-01-15unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn...Michael Hayes1-5/+26
1999-01-14unroll.c (find_splittable_givs): For a DEST_ADDR giv...Jeffrey A Law1-2/+5
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-03optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a targ...Michael Hayes1-22/+8
1998-12-15loop.h (loop_info): New field 'vtop'.Michael Hayes1-46/+156
1998-12-08loop.c (strength_reduce): If scan_start points to the loop exit test...J"orn Rennecke1-3/+6
1998-12-05print-rtl.c (print_rtx): Add prototype.H.J. Lu1-2/+2
1998-11-25loop.h (precondition_loop_p): Added new mode argument.Michael Hayes1-157/+259
1998-11-25loop.h (struct loop_info): Define new structure.Michael Hayes1-79/+81
1998-11-25loop.c (check_dbra_loop): Update JUMP_LABEL field of jump insn when loop reve...Michael Hayes1-14/+9
1998-10-14Warning fixes:Kaveh R. Ghazi1-5/+4
1998-10-05unroll.c (loop_iteration_var, [...]): No longer static.David Edelsohn1-12/+5
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