summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* * loop.c (loop_has_tablejump): New variable.dje1998-10-231-17/+21
* * loop.c (express_from): Make sure that when generating a PLUS oflaw1998-10-221-1/+12
* Fix dumb thinko.law1998-10-191-3/+3
* * loop.c (scan_loop): Be more selective about what invariants arelaw1998-10-191-15/+6
* - recommit bct_p ATTRIBUTE_UNUSED change which somehow failed.dje1998-10-151-1/+1
* * loop.c (strength_reduce): Undo Oct 14 change marking bct_pdje1998-10-151-1/+1
* Warning fixes:ghazi1998-10-141-6/+5
* Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk>rth1998-10-091-2/+2
* * loop.c (insert_bct): Ensure loop_iteration_var non-zero before use.dje1998-10-091-2/+11
* Fix for powerpc/c4x problem with missed loop optimizations.wilson1998-10-081-5/+15
* * loop.c (count_one_set): Add prototype.law1998-10-071-0/+2
* * loop.c (count_one_set): New static function, broken out oflaw1998-10-061-64/+48
* * unroll.c (loop_iteration_var, loop_initial_value, loop_incrementdje1998-10-051-504/+205
* * loop.c (move_movables): Corrected threshold calculation forlaw1998-10-051-8/+4
* * loop.c (combine_givs_p): Fix test for identical givs.law1998-10-051-5/+5
* * loop.c (check_dbra_loop): Use a vanilla loop reversal if the biv islaw1998-09-301-3/+9
* * function.c (gen_mem_addressof): If the address REG ismmitchel1998-09-301-13/+25
* Fix typo that disabled loop unrolling for many targets.wilson1998-09-291-2/+2
* * toplev.c (rest_of_compilation): Set bct_p on second call todje1998-09-181-21/+22
* * loop.c (move_movables): While removing insn sequences, preservedavem1998-09-131-3/+20
* * loop.c (load_mems): Copy rtx for output mem.rth1998-09-091-1/+1
* Fix irix6 -g -O3 -funroll-all-loops bootstrap failure.wilson1998-09-041-1/+12
* * loop.c (check_dbra_loop): Pass COMPARISON_VALUE, notbrendan1998-08-281-1/+1
* * loop.c (check_dbra_loop): Fix calculation of FINAL_VALUE whenamylaar1998-08-281-3/+9
* * loop.c (check_dbra_loop): The loop ending comparison valuelaw1998-08-281-0/+9
* * loop.c (scan_loop): Count down from max_reg_num - 1 tolaw1998-08-271-1/+1
* * loop.c (scan_loop): Count down from max_reg_num - 1 tolaw1998-08-271-1/+1
* * loop.c (check_dbra_loop): Enable code for reversalamylaar1998-08-271-5/+4
* * loop.c (check_dbra_loop): Add some code that would allow reversalamylaar1998-08-261-64/+202
* * loop.c (n_times_set, n_times_used, may_not_optimize,mmitchel1998-08-251-97/+127
* * loop.c (scan_loop): Allocate some slop to handle pseudosdavem1998-08-251-2/+10
* Opps.law1998-08-241-1/+0
* * loop.c (scan_loop): Honor AVOID_CC_MODE_COPIES.law1998-08-241-0/+10
* law1998-08-221-2/+6
* * rtl.h (rtx_function): New type.law1998-08-191-70/+567
* * Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.law1998-08-171-3/+3
* * loop.c (add_label_notes): Do not ignore references to labelslaw1998-08-151-16/+9
* * loop.h (struct induction): Add no_const_addval.rth1998-07-171-189/+607
* 8law1998-07-161-1/+17
* * loop.c (oballoc): Remove declaration.law1998-06-211-3/+1
* * alias.c: Include toplev.hlaw1998-06-191-0/+1
* * loop.c (check_dbra_loop): Initialise final_value beforelaw1998-06-041-1/+1
* * m68k.h: Declare more functions used in macros.law1998-05-231-0/+2
* * Global CSE and constant/copy propagation.law1998-05-201-1/+7
* Patch from Bill Moyer.wilson1998-05-151-1/+6
* * loop.c (scan_loop): Don't call move_moveables for optimize_size.law1998-05-141-3/+7
* * loop.c (get_condition): Don't combine when either compare is MODE_CC.rth1998-05-091-2/+15
* typo typo fixes fixeslaw1998-05-061-6/+6
* * loop.c (regs_match_p): Fix typo in prototype.law1998-05-061-1/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-1/+4