| Commit message (Expand) | Author | Age | Files | Lines |
* | * loop.c (record_giv): Initialize not_replaceable. | aj | 2002-11-20 | 1 | -1/+6 |
* | Fix bugs that showed up building Spec on ppc darwin. | dalej | 2002-11-04 | 1 | -0/+7 |
* | * combine.c: Fix comment formatting. | kazu | 2002-10-27 | 1 | -1/+1 |
* | PR opt/7409 | uweigand | 2002-10-15 | 1 | -0/+19 |
* | * loop.c: Revert 2002-08-15 change. | ghazi | 2002-10-09 | 1 | -6/+6 |
* | Permit doloop treatment for preconditioned loops. | dalej | 2002-10-07 | 1 | -1/+2 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -15/+15 |
* | gcc/ | rth | 2002-09-16 | 1 | -4/+7 |
* | * ABOUT-NLS: Follow spelling conventions. | kazu | 2002-09-16 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-14 | 1 | -2/+2 |
* | * loop.c: Fix a comment typo. | kazu | 2002-09-14 | 1 | -1/+1 |
* | PR optimization/6405 | sayle | 2002-09-08 | 1 | -1/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -1/+1 |
* | 2002-09-08 Jan Hubicka <jh@suse.cz> | aj | 2002-09-08 | 1 | -1/+1 |
* | gcc: | amylaar | 2002-09-04 | 1 | -255/+278 |
* | * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid | ghazi | 2002-08-15 | 1 | -6/+6 |
* | Index: ChangeLog | geoffk | 2002-08-05 | 1 | -1/+0 |
* | * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove. | neil | 2002-07-23 | 1 | -9/+0 |
* | * defaults.h (obstack_chunk_alloc, obstack_chunk_free): | neil | 2002-07-23 | 1 | -3/+0 |
* | * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS. | rth | 2002-07-22 | 1 | -1/+1 |
* | * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn. | rth | 2002-07-19 | 1 | -6/+8 |
* | PR optimization/6713 | rth | 2002-07-17 | 1 | -2/+12 |
* | * loop.c (check_final_value): Use v->always_executed | rth | 2002-06-15 | 1 | -1/+2 |
* | * loop.c (for_each_insn_in_loop): Fix formatting and comments. | rth | 2002-06-15 | 1 | -9/+6 |
* | * loop.c (loop_regs_scan): Avoid useless generation of REG objects. | law | 2002-06-11 | 1 | -1/+1 |
* | 2002-06-05 David S. Miller <davem@redhat.com> | davem | 2002-06-11 | 1 | -47/+54 |
* | * loop.c (emit_prefetch_instructions): Properly place the address computation. | hubicka | 2002-06-02 | 1 | -10/+7 |
* | * expmed.c (const_mult_add_overflow_p): New. | rth | 2002-05-30 | 1 | -6/+21 |
* | * langhooks.c: Fix formatting. | kazu | 2002-05-30 | 1 | -13/+13 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -1/+1 |
* | * loop.h (struct loop_info): Add member has_prefetch. | janis | 2002-05-16 | 1 | -91/+130 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -1/+1 |
* | * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New. | janis | 2002-05-10 | 1 | -69/+131 |
* | * loop.c (load_mems): Don't change the interface of called functions. | amylaar | 2002-04-24 | 1 | -4/+17 |
* | * loop.c (canonicalize_condition): Use gen_int_mode. | hubicka | 2002-04-24 | 1 | -4/+4 |
* | * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug | hubicka | 2002-04-23 | 1 | -6/+24 |
* | PR optimization/6233 | amodra | 2002-04-10 | 1 | -0/+2 |
* | * basic-block.h (flow_delete_block_noexpunge): Declare. | rth | 2002-04-10 | 1 | -18/+15 |
* | PR opt/4311 | rth | 2002-04-03 | 1 | -1/+2 |
* | * loop.c (combine_movables): Do allow combination of pseudos. | rth | 2002-03-29 | 1 | -4/+5 |
* | * loop.c (basic_induction_var): Don't call convert_modes if mode | jakub | 2002-03-13 | 1 | -3/+4 |
* | * loop.c (strength_reduce): Compute number of iterations as | rth | 2002-03-10 | 1 | -6/+6 |
* | * loop.c (prescan_loop): Handle PARALLEL. | grahams | 2002-02-27 | 1 | -4/+5 |
* | PR optimization/5747 | jakub | 2002-02-23 | 1 | -1/+19 |
* | * expr.c (store_expr): When converting expression to promoted | kenner | 2002-02-22 | 1 | -7/+7 |
* | * loop.c (strength_reduce): Sink final_value when not | rth | 2002-02-08 | 1 | -0/+5 |
* | * alias.c (find_base_value): Recall base values for fixed hard regs. | rth | 2002-02-07 | 1 | -3/+3 |
* | * loop.c (remove_constant_addition): Avoid clobbering a shared | janis | 2002-02-06 | 1 | -1/+12 |
* | PR fortran/3393 | rth | 2002-02-05 | 1 | -3/+3 |
* | * loop.c (loop_invariant_p): Special case pic_offset_table_rtx. | rth | 2002-01-31 | 1 | -1/+1 |