aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)Author
2001-04-21 * flow.c (proagate_one_insn): Remove useless assignment.mmitchel
2001-01-25 * loop.c (loop_call_insn_emit_before, loop_call_insn_hoist): New.m.hayes
2001-01-16 * unroll.c (precondition_loop_p): Fail if no iterationrth
2001-01-13 * unroll.c (loop_iterations): If we cannot prove iteration variablejakub
2001-01-12 * loop.h (total_biv_increment): Constify iv_class pointer.m.hayes
2001-01-07 * hard-reg-set.h: Add multiple include guard.m.hayes
2001-01-07* reload.c (subst_reloads): Take INSN argument. Whenaoliva
2001-01-06 * loop.c (debug_biv, debug_giv): New.m.hayes
2001-01-01 * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.m.hayes
2001-01-01 * loop.h (struct iv): New.m.hayes
2001-01-01 * loop.h (REG_IV_CLASS): New accessor macro.m.hayes
2001-01-01 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Define.m.hayes
2000-11-30 * function.h (emit_status): Delete member regno_pointer_flag andlaw
2000-11-07 * alias.c (init_alias_analysis), calls.c (expand_call,jsm28
2000-09-19Kill recombine_givs.rth
2000-09-19 * unroll.c (copy_loop_body): Update LABEL_NUSES beforerth
2000-09-18Fix IA-64 abort compiling ping.wilson
2000-09-18Fix for IA-64 abort compiling xaaPCache.c from XFree86wilson
2000-09-12 * unroll.c: Fix formatting.law
2000-09-11 * loop.h (LOOP_IVS): New macro.m.hayes
2000-09-11 * unroll.c (iteration_info): Subsume into loop_iterations.m.hayes
2000-09-07 * loop.c (strength_reduce): Call check_ext_dependant_givs.rth
2000-09-07 * unroll.c (unroll_loop): Check for unconditional jumpsclm
2000-08-21 * unroll.c (loop_find_equiv_value): If ret is modified betweenjakub
2000-08-04 * alias.c (mark_constant_function): Use INSN_P.law
2000-07-18* unroll.c (copy_loop_body): Fix one instance of using hostgeoffk
2000-05-25 * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth
2000-05-25Jan Hubicka <jh@suse.cz>rth
2000-05-19 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner
2000-05-12 * Makefile.in (final.o): Depend on BASIC_BLOCK_H.rth
2000-04-27 * loop.c (load_mems) Don't use hard registers for the hoisting.hubicka
2000-03-25 * Rework fields used to describe positions of bitfields andkenner
2000-02-26Fix copyrights.law
2000-02-19 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner
2000-02-10 * flow.c (mark_regs_live_at_end): Delete unused variables.ghazi
2000-02-01 * frame.c (find_fde): Convert for loop to do-while so compilerzack
2000-01-252000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>m.hayes
2000-01-252000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>m.hayes
2000-01-19loop.cm.hayes
2000-01-17 * toplev.c: PROTO -> PARAMS.ghazi
2000-01-15 * loop.c (this_loop_info): Delete.m.hayes
2000-01-11 * unroll.c (unroll_loop): Add EH support.mrs
2000-01-04 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi
1999-12-27 * alias.c (nonlocal_reference_p): Add else for disjoint ifs.rth
1999-12-24 * Makefile.in (toplev.o): Depend on loop.h.ghazi
1999-12-20current_function -> cfuncrux
1999-12-18 * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.amylaar
1999-11-29Fix abort in loop_iterationscrux
1999-11-12 * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.rth
1999-11-02 * jump.c (jump_optimize_1): Swap the incscc and the conditional modelaw