aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-04unroll.c (calculate_giv_inc): Use find_last_value rather than just hoping the...Geoffrey Keating1-6/+5
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11unroll.c (loop_iterations): Fixup last patch.Franz Sirl1-5/+4
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-5/+5
2001-10-10re PR c++/4512 (New ICE in loop_iterations at unroll.c:3510, regression vs. 3...Franz Sirl1-0/+5
2001-10-08unroll.c (loop_iterations): Extend check for multiple back edges.Franz Sirl1-0/+21
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-8/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-22/+22
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-12/+11
2001-08-15rtl.h (only_sets_cc0_p): New prototype.John Wehle1-2/+2
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-07-23unroll.c (loop_iterations): Fix miscalculation of initial giv offset.Clinton Popetz1-1/+0
2001-06-18unroll.c: Include predict.h.Jan Hubicka1-0/+4
2001-06-12unroll.c (initial_reg_note_copy): Use PUT_REG_NOTE_KIND and REG_NOTE_KIND, no...Mark Mitchell1-9/+32
2001-05-06unroll.c (loop_iterations): Don't sign-extend abs_diff; zero-extend it.Alexandre Oliva1-7/+17
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