summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* * basic-block.h: Fix comment formatting.kazu2002-09-081-1/+1
* 2002-09-08 Jan Hubicka <jh@suse.cz>aj2002-09-081-1/+1
* gcc:amylaar2002-09-041-255/+278
* * loop.c (scan_loop, move_movables, count_one_set): Cast to avoidghazi2002-08-151-6/+6
* Index: ChangeLoggeoffk2002-08-051-1/+0
* * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.neil2002-07-231-9/+0
* * defaults.h (obstack_chunk_alloc, obstack_chunk_free):neil2002-07-231-3/+0
* * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.rth2002-07-221-1/+1
* * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.rth2002-07-191-6/+8
* PR optimization/6713rth2002-07-171-2/+12
* * loop.c (check_final_value): Use v->always_executedrth2002-06-151-1/+2
* * loop.c (for_each_insn_in_loop): Fix formatting and comments.rth2002-06-151-9/+6
* * loop.c (loop_regs_scan): Avoid useless generation of REG objects.law2002-06-111-1/+1
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-47/+54
* * loop.c (emit_prefetch_instructions): Properly place the address computation.hubicka2002-06-021-10/+7
* * expmed.c (const_mult_add_overflow_p): New.rth2002-05-301-6/+21
* * langhooks.c: Fix formatting.kazu2002-05-301-13/+13
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-1/+1
* * loop.h (struct loop_info): Add member has_prefetch.janis2002-05-161-91/+130
* Basic block renumbering removal.rth2002-05-161-1/+1
* * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.janis2002-05-101-69/+131
* * loop.c (load_mems): Don't change the interface of called functions.amylaar2002-04-241-4/+17
* * loop.c (canonicalize_condition): Use gen_int_mode.hubicka2002-04-241-4/+4
* * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bughubicka2002-04-231-6/+24
* PR optimization/6233amodra2002-04-101-0/+2
* * basic-block.h (flow_delete_block_noexpunge): Declare.rth2002-04-101-18/+15
* PR opt/4311rth2002-04-031-1/+2
* * loop.c (combine_movables): Do allow combination of pseudos.rth2002-03-291-4/+5
* * loop.c (basic_induction_var): Don't call convert_modes if modejakub2002-03-131-3/+4
* * loop.c (strength_reduce): Compute number of iterations asrth2002-03-101-6/+6
* * loop.c (prescan_loop): Handle PARALLEL.grahams2002-02-271-4/+5
* PR optimization/5747jakub2002-02-231-1/+19
* * expr.c (store_expr): When converting expression to promotedkenner2002-02-221-7/+7
* * loop.c (strength_reduce): Sink final_value when notrth2002-02-081-0/+5
* * alias.c (find_base_value): Recall base values for fixed hard regs.rth2002-02-071-3/+3
* * loop.c (remove_constant_addition): Avoid clobbering a sharedjanis2002-02-061-1/+12
* PR fortran/3393rth2002-02-051-3/+3
* * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.rth2002-01-311-1/+1
* * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUMdanglin2002-01-291-0/+3
* 2002-01-24 Aldy Hernandez <aldyh@redhat.com>aldyh2002-01-251-1/+2
* * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.hp2002-01-231-0/+1
* * Makefile.in (loop.o): Depend on OPTABS_H.janis2002-01-221-0/+5
* * builtins.c: Fix formatting.kazu2002-01-031-12/+12
* 2002-01-02 Eric Christopher <echristo@redhat.com>echristo2002-01-031-2/+2
* * except.c: Fix comment typos.kazu2002-01-031-2/+2
* * loop.c (check_dbra_loop): Fix last change: examine bothrth2001-12-311-1/+3
* * loop.c (prescan_loop): Set has_multiple_exit_targets for exceptionrth2001-12-291-55/+72
* * loop.c (scan_loop, move_movables, count_one_set): Do notdje2001-12-231-21/+42
* Update whitespace.kenner2001-12-131-1/+1
* * loop.c (remove_constant_addition): Fix prototype and whitespace.kenner2001-12-131-49/+77