summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-16/+15
* * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL andjakub2003-07-081-1/+5
* * unroll.c: Convert prototypes to ISO C90.aj2003-07-061-108/+58
* * rtl.h (emit_line_note_after): Remove.nathan2003-07-011-18/+6
* * combine.c (distribute_notes): Don't bother REG_WAS_0.kazu2003-07-011-20/+9
* * rtl.h (emit_note): Remove FILE parameter.nathan2003-06-271-2/+2
* * function.h (struct emit_status): Remove x_last_linenum,nathan2003-06-161-13/+25
* PR optimization/10955ebotcazou2003-06-131-2/+2
* * cfglayout.c (insn_scope): New static functionhubicka2003-06-081-3/+3
* gcc:ghazi2003-05-171-13/+6
* PR optimization/10171jason2003-03-251-19/+25
* PR middle-end/7796ebotcazou2003-03-081-3/+7
* * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.rakdver2003-02-261-1/+1
* * cfgloopanal.c: New file.rakdver2003-01-241-0/+1
* * regmove.c: Fix comment typos.kazu2002-12-241-2/+2
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * unroll.c (copy_loop_body): Copy CONST_OR_PURE_CALL_P.hubicka2002-12-021-0/+1
* * combine.c: Fix comment formatting.kazu2002-10-271-1/+1
* Permit doloop treatment for preconditioned loops.dalej2002-10-071-0/+3
* * unroll.c (copy_loop_body): Remove REG_EQUAL note attached todje2002-10-051-0/+7
* * unroll.c (loop_iterations): Revert 2002-09-08 change.sayle2002-10-021-1/+1
* * reload.c (push_reload): Handle subregs and secondary memory.hubicka2002-09-301-2/+2
* * unroll.c (simplify_cmp_and_jump_insns): New.rth2002-09-271-44/+80
* * LANGUAGES: Follow spelling conventions.kazu2002-09-271-5/+5
* PR optimization/6405sayle2002-09-081-1/+1
* * unroll.c (biv_total_increment): Don't try to compute the totalgeoffk2002-08-211-1/+2
* * df.c (df_insn_table_realloc): Change parameter to unsigned.ghazi2002-08-021-3/+3
* * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.amylaar2002-07-301-6/+6
* * unroll.c (verify_addresses): Remove.rth2002-07-291-132/+2
* * unroll.c (find_splittable_givs): Do not split DEST_ADDR givsrth2002-07-221-99/+3
* PR optimization/7130amodra2002-07-201-0/+3
* * unroll.c (loop_iterations): Handle EQ loops.amodra2002-06-301-6/+37
* * loop.c (check_final_value): Use v->always_executedrth2002-06-151-2/+4
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-10/+4
* * loop.c (emit_prefetch_instructions): Properly place the address computation.hubicka2002-06-021-47/+3
* * target.h: Fix formatting.kazu2002-05-311-4/+4
* * unroll.c (unroll_loop): Zero label_map.rth2002-03-251-2/+1
* PR optimization/5891jakub2002-03-151-0/+1
* Add --param max-unrolled-insns=<n> supportmeissner2002-03-141-7/+1
* * unroll.c (loop_iterations): Return 0 if the add_val forgrahams2002-02-271-1/+12
* * unroll.c (unroll_loop): Lower final_value to nonmemory operand;hubicka2002-01-251-1/+14
* * unroll.c (final_reg_note_copy): Fix previous commit.hubicka2002-01-141-4/+9
* * unroll.c (final_reg_note_copy): Properly handlehubicka2002-01-141-10/+5
* * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL notehubicka2002-01-121-4/+9
* PR optimization/5269rth2002-01-101-3/+12
* * toplev.c: Fix formatting.kazu2002-01-101-2/+2
* * unroll.c (copy_loop_body): Always properly update JUMP_LABEL andhubicka2002-01-071-3/+5
* * unroll.c: Move include files above first use of `const'.ghazi2001-12-301-17/+17
* * collect2.c (is_ctor_dtor): Const-ify.ghazi2001-12-271-1/+1
* 2001-12-01 Olivier Hainque <hainque@act-europe.fr>sirl2001-12-011-11/+24