aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-18* unroll.c (copy_loop_body): Don't treat a REG like a PLUS.J"orn Rennecke1-5/+8
1999-11-29Fix abort in loop_iterationsBernd Schmidt1-4/+2
1999-11-12* unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.Richard Henderson1-1/+2
1999-11-02jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection ...Jan Hubicka1-0/+24
1999-11-01unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.Jeffrey A Law1-5/+4
1999-11-01bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1-19/+30
1999-10-31[multiple changes]Richard Kenner1-5/+6
1999-10-24unroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern.Richard Henderson1-1/+1
1999-10-24Revert unintended change to copy_loop_body.Richard Henderson1-2/+1
1999-10-24alias.c: Include ggc.h.Graham Stott1-1/+3
1999-10-15Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:Richard Henderson1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14c-lex.c (handle_generic_pragma): Remove unused variable `c'.Kaveh R. Ghazi1-1/+5
1999-08-29loop.c (this_loop_info): New variable.Michael Hayes1-28/+1
1999-08-25Warning fixes:Kaveh R. Ghazi1-2/+2
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-40/+29
1999-08-18Indentation fixesBernd Schmidt1-58/+58
1999-08-09Include function.h in most files.Bernd Schmidt1-2/+3
1999-08-02Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating1-6/+0
1999-08-01rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating1-0/+6
1999-07-09Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.Jim Wilson1-4/+9
1999-07-06unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.Jim Wilson1-1/+7
1999-05-05* unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.J"orn Rennecke1-1/+9
1999-04-07h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or...Jeffrey A Law1-0/+8
1999-04-07unroll.c (copy_loop_body): Always ensure at least two insns are in the copied...Jeffrey A Law1-0/+6
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