summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
Commit message (Expand)AuthorAgeFilesLines
* Fix abort in loop_iterationscrux1999-11-291-4/+2
* * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.rth1999-11-121-1/+2
* * jump.c (jump_optimize_1): Swap the incscc and the conditional modelaw1999-11-021-0/+24
* * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.law1999-11-021-5/+4
* * bitmap.h (BITMAP_XMALLOC): New macro.mmitchel1999-11-011-19/+30
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-5/+6
* * unroll.c (copy_loop_body): Examine SET_DEST of single_setrth1999-10-241-1/+1
* Revert unintended change to copy_loop_body.rth1999-10-241-2/+1
* * alias.c: Include ggc.h.rth1999-10-241-1/+3
* Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:rth1999-10-151-1/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * c-lex.c (handle_generic_pragma): Remove unused variable `c'.ghazi1999-09-141-1/+5
* * loop.c (this_loop_info): New variable.law1999-08-291-28/+1
* Warning fixes:ghazi1999-08-251-2/+2
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-1/+1
* Combined compare & jump infrastructurecrux1999-08-181-40/+29
* Indentation fixescrux1999-08-181-58/+58
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-2/+3
* Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupgeoffk1999-08-021-6/+0
* * config/rs6000/rs6000.c (num_insns_constant_wide): Correctgeoffk1999-08-011-0/+6
* Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.wilson1999-07-091-4/+9
* 8law1999-07-071-1/+7
* * unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.amylaar1999-05-051-1/+9
* * h8300.c (h8300_adjust_insn_length): Avoid trying to recognizelaw1999-04-071-0/+8
* * unroll.c (copy_loop_body): Always ensure at least two insnslaw1999-04-071-0/+6
* * unroll.c (loop_iterations): Don't return a final value for EQamylaar1999-03-121-0/+6
* Fix cygwin toolchain build failure reported by Geoffrey Noer.wilson1999-03-081-1/+5
* * unroll.c (copy_loop_body): Don't make extra copies ofamylaar1999-03-021-3/+4
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-1/+6
* * loop.h (loop_insn_first_p): Declare.amylaar1999-02-241-30/+47
* * unroll.c (unroll_loop): Avoid out-of-bounds index for local_regno.amylaar1999-02-241-2/+6
* * unroll.c (find_splittable_givs): After express_from, call replace_rtxlaw1999-02-061-1/+5
* * unroll.c (entire file): Remove tabs / spaces at end of lines.amylaar1999-02-041-104/+104
* * loop.h (express_from): Declare.amylaar1999-02-031-7/+47
* Use varrays for constant-equivalence data:raeburn1999-02-011-30/+24
* * rtl.h (insn_first_p): Declare.amylaar1999-01-271-22/+52
* 8law1999-01-151-5/+26
* * unroll.c (find_splittable_givs): For a DEST_ADDR giv, do not sharelaw1999-01-151-2/+5
* Fix copyrights.law1999-01-061-1/+1
* * optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTLlaw1999-01-031-22/+8
* * loop.h (loop_info): New field 'vtop'.m.hayes1998-12-151-46/+156
* * loop.c (strength_reduce): If scan_start points to the loop exitamylaar1998-12-081-3/+6
* * print-rtl.c (print_rtx): Add prototype.law1998-12-051-2/+2
* * loop.h (precondition_loop_p): Added new mode argument.m.hayes1998-11-251-157/+259
* * loop.h (struct loop_info): Define new structure.m.hayes1998-11-251-79/+81
* * loop.c (check_dbra_loop): Update JUMP_LABEL field of jump insnm.hayes1998-11-251-14/+9
* Warning fixes:ghazi1998-10-141-5/+4
* * unroll.c (loop_iteration_var, loop_initial_value, loop_incrementdje1998-10-051-12/+5
* Plaw1998-07-291-5/+24
* Warning fixes:ghazi1998-06-291-1/+1