summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.wilson1998-06-221-0/+5
* Warning fixes:ghazi1998-06-221-5/+12
* * alias.c: Include toplev.hlaw1998-06-191-0/+1
* Fix hpux loop unrolling bug reported by Tim Prince.wilson1998-06-191-1/+4
* * unroll.c (verify_addresses): Use validate_replace_rtx to undo therearnsha1998-06-101-2/+3
* typo typo fixes fixeslaw1998-05-061-1/+1
* * alias.c (alias_invariant): New variable.jfc1998-04-251-10/+15
* * varasm.c (asm_output_bss): Add prototype.law1998-04-171-0/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-20/+30
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* Fix warious warnings:ghazi1998-02-281-0/+2
* * varasm.c (output_constant_pool): Bring back 'done' label insidelaw1998-02-141-3/+5
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-1/+1
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-6/+6
* * integrate.c (get_label_from_map): New function.law1997-12-181-15/+24
* * unroll.c (calculate_giv_inc): Handle constant increment found inlaw1997-12-181-0/+10
* Merge from gcc-2.8law1997-12-071-2/+5
* Better fix for loop unrolling problem.wilson1997-12-021-13/+11
* * unroll.c (find_splittable_givs): Don't split givs with a dest_reglaw1997-11-271-0/+6
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-2/+7
* * loop.c (loop_number): Delete function. Change all referenceslaw1997-09-221-3/+3
* * loop.c (loop_unroll_factor): Move outside #ifdef HAIFAlaw1997-09-221-13/+8
* Fix alpha loop unrolling abort.wilson1997-08-311-2/+5