| Commit message (Expand) | Author | Age | Files | Lines |
* | * function.c (gen_mem_addressof): If the address REG is | mmitchel | 1998-09-30 | 1 | -13/+25 |
* | Fix typo that disabled loop unrolling for many targets. | wilson | 1998-09-29 | 1 | -2/+2 |
* | * toplev.c (rest_of_compilation): Set bct_p on second call to | dje | 1998-09-18 | 1 | -21/+22 |
* | * loop.c (move_movables): While removing insn sequences, preserve | davem | 1998-09-13 | 1 | -3/+20 |
* | * loop.c (load_mems): Copy rtx for output mem. | rth | 1998-09-09 | 1 | -1/+1 |
* | Fix irix6 -g -O3 -funroll-all-loops bootstrap failure. | wilson | 1998-09-04 | 1 | -1/+12 |
* | * loop.c (check_dbra_loop): Pass COMPARISON_VALUE, not | brendan | 1998-08-28 | 1 | -1/+1 |
* | * loop.c (check_dbra_loop): Fix calculation of FINAL_VALUE when | amylaar | 1998-08-28 | 1 | -3/+9 |
* | * loop.c (check_dbra_loop): The loop ending comparison value | law | 1998-08-28 | 1 | -0/+9 |
* | * loop.c (scan_loop): Count down from max_reg_num - 1 to | law | 1998-08-27 | 1 | -1/+1 |
* | * loop.c (scan_loop): Count down from max_reg_num - 1 to | law | 1998-08-27 | 1 | -1/+1 |
* | * loop.c (check_dbra_loop): Enable code for reversal | amylaar | 1998-08-27 | 1 | -5/+4 |
* | * loop.c (check_dbra_loop): Add some code that would allow reversal | amylaar | 1998-08-26 | 1 | -64/+202 |
* | * loop.c (n_times_set, n_times_used, may_not_optimize, | mmitchel | 1998-08-25 | 1 | -97/+127 |
* | * loop.c (scan_loop): Allocate some slop to handle pseudos | davem | 1998-08-25 | 1 | -2/+10 |
* | Opps. | law | 1998-08-24 | 1 | -1/+0 |
* | * loop.c (scan_loop): Honor AVOID_CC_MODE_COPIES. | law | 1998-08-24 | 1 | -0/+10 |
* | � | law | 1998-08-22 | 1 | -2/+6 |
* | * rtl.h (rtx_function): New type. | law | 1998-08-19 | 1 | -70/+567 |
* | * Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty. | law | 1998-08-17 | 1 | -3/+3 |
* | * loop.c (add_label_notes): Do not ignore references to labels | law | 1998-08-15 | 1 | -16/+9 |
* | * loop.h (struct induction): Add no_const_addval. | rth | 1998-07-17 | 1 | -189/+607 |
* | 8 | law | 1998-07-16 | 1 | -1/+17 |
* | * loop.c (oballoc): Remove declaration. | law | 1998-06-21 | 1 | -3/+1 |
* | * alias.c: Include toplev.h | law | 1998-06-19 | 1 | -0/+1 |
* | * loop.c (check_dbra_loop): Initialise final_value before | law | 1998-06-04 | 1 | -1/+1 |
* | * m68k.h: Declare more functions used in macros. | law | 1998-05-23 | 1 | -0/+2 |
* | * Global CSE and constant/copy propagation. | law | 1998-05-20 | 1 | -1/+7 |
* | Patch from Bill Moyer. | wilson | 1998-05-15 | 1 | -1/+6 |
* | * loop.c (scan_loop): Don't call move_moveables for optimize_size. | law | 1998-05-14 | 1 | -3/+7 |
* | * loop.c (get_condition): Don't combine when either compare is MODE_CC. | rth | 1998-05-09 | 1 | -2/+15 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -6/+6 |
* | * loop.c (regs_match_p): Fix typo in prototype. | law | 1998-05-06 | 1 | -1/+1 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | law | 1998-05-05 | 1 | -1/+4 |
* | Fix hppa miscompilation bug reported by Manfred Hollstein. | wilson | 1998-04-27 | 1 | -6/+20 |
* | * alias.c (alias_invariant): New variable. | jfc | 1998-04-25 | 1 | -1/+1 |
* | Add match_insn2; Fix prototype in loop.c | meissner | 1998-04-22 | 1 | -2/+3 |
* | * loop.c (regs_patch_p): Add prototype. | law | 1998-04-16 | 1 | -0/+9 |
* | * c-lex.c (is_class_name): Delete declaration. | law | 1998-04-07 | 1 | -45/+45 |
* | Fix loop reversal bug reported by Joern Rennecke. | wilson | 1998-04-07 | 1 | -1/+4 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -1/+1 |
* | Fix m68k bootstrap failure reported by Toon Moene. | wilson | 1998-03-25 | 1 | -0/+1 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | Fix sparc-sun-solaris2 -O2 -fPIC bootstrap failure with gcse code. | wilson | 1998-03-18 | 1 | -23/+39 |
* | Fix warious warnings: | ghazi | 1998-02-28 | 1 | -7/+13 |
* | * loop.c (force_movables): Fix typo. | law | 1998-02-18 | 1 | -1/+1 |
* | Remove unwanted CYGNUS LOCAL marker. | law | 1998-02-17 | 1 | -2/+0 |
* | * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate | law | 1998-02-17 | 1 | -9/+12 |
* | * loop.c (strength_reduce, record_biv, record_giv): Use | jfc | 1998-02-16 | 1 | -7/+17 |
* | * varasm.c (output_constant_pool): Bring back 'done' label inside | law | 1998-02-14 | 1 | -3/+1 |