aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-21flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell1-1/+1
2001-04-12expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva1-0/+2
2001-01-25loop.c (loop_call_insn_emit_before, [...]): New.Michael Hayes1-1/+1
2001-01-16unroll.c (precondition_loop_p): Fail if no iteration variable found.Richard Henderson1-1/+8
2001-01-13unroll.c (loop_iterations): If we cannot prove iteration variable is set once...Jakub Jelinek1-0/+15
2001-01-12loop.h (total_biv_increment): Constify iv_class pointer.Michael Hayes1-1/+1
2001-01-07hard-reg-set.h: Add multiple include guard.Michael Hayes1-53/+33
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-2/+2
2001-01-06loop.c (debug_biv, debug_giv): New.Michael Hayes1-3/+3
2001-01-01loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.Michael Hayes1-7/+4
2001-01-01loop.h (struct iv): New.Michael Hayes1-4/+4
2001-01-01loop.h (REG_IV_CLASS): New accessor macro.Michael Hayes1-7/+7
2001-01-01loop.h (REGNO_FIRST_LUID, [...]): Define.Michael Hayes1-6/+6
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-1/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-7/+7
2000-09-19Kill recombine_givs.Bernd Schmidt1-74/+7
2000-09-19unroll.c (copy_loop_body): Update LABEL_NUSES before calling invert_jump.Richard Henderson1-1/+3
2000-09-18Fix IA-64 abort compiling ping.Jim Wilson1-2/+3
2000-09-18Fix for IA-64 abort compiling xaaPCache.c from XFree86Jim Wilson1-1/+2
2000-09-12* unroll.c: Fix formatting.Kazu Hirata1-64/+55
2000-09-11loop.h (LOOP_IVS): New macro.Michael Hayes1-31/+41
2000-09-11unroll.c (iteration_info): Subsume into loop_iterations.Michael Hayes1-125/+115
2000-09-07loop.c (strength_reduce): Call check_ext_dependant_givs.Richard Henderson1-3/+8
2000-09-07unroll.c (unroll_loop): Check for unconditional jumps to loop continuation.Catherine Moore1-0/+47
2000-08-21unroll.c (loop_find_equiv_value): If ret is modified between insn and loop_st...Jakub Jelinek1-0/+5
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-4/+2
2000-07-18unroll.c (copy_loop_body): Fix one instance of using host arithmetic on the t...Geoff Keating1-2/+3
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-2/+2
2000-05-25Jan Hubicka <jh@suse.cz>Jan Hubicka1-16/+7
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-0/+2
2000-05-12Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson1-0/+1
2000-04-27* loop.c (load_mems) Don't use hard registers for the hoisting.Jan Hubicka1-1/+3
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-30/+32
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+1
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+1
2000-02-01frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg1-5/+3
2000-01-25loop.c (current_loop_info): Delete.Michael Hayes1-101/+104
2000-01-25loop.h (LOOP_INFO): New accessor macro.Michael Hayes1-2/+2
2000-01-19loop.cMichael Hayes1-4/+8
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-15/+15
2000-01-15loop.c (this_loop_info): Delete.Michael Hayes1-39/+40
2000-01-11* unroll.c (unroll_loop): Add EH support.Mike Stump1-0/+13
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-12-27alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1-1/+1
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-1/+1
1999-12-20current_function -> cfunBernd Schmidt1-2/+2
1999-12-18* unroll.c (copy_loop_body): Don't treat a REG like a PLUS.J"orn Rennecke1-5/+8
1999-11-29Fix abort in loop_iterationsBernd Schmidt1-4/+2
1999-11-12* unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.Richard Henderson1-1/+2