aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-13loop.c (basic_induction_var): Don't call convert_modes if mode classes are di...Jakub Jelinek1-3/+4
2002-03-10loop.c (strength_reduce): Compute number of iterations as unsigned HOST_WIDE_...Richard Henderson1-6/+6
2002-02-27* loop.c (prescan_loop): Handle PARALLEL.Graham Stott1-4/+5
2002-02-23re PR rtl-optimization/5747 (ss20020218 fails to build binutils-2.11.93.0.2 o...Jakub Jelinek1-1/+19
2002-02-22expr.c (store_expr): When converting expression to promoted equivalent type...Richard Kenner1-7/+7
2002-02-07loop.c (strength_reduce): Sink final_value when not eliminating a biv.Richard Henderson1-0/+5
2002-02-07alias.c (find_base_value): Recall base values for fixed hard regs.Richard Henderson1-3/+3
2002-02-06loop.c (remove_constant_addition): Avoid clobbering a shared CONST expression.Janis Johnson1-1/+12
2002-02-05re PR fortran/3393 (ICE in extract_insn, at recog.c:2173)Richard Henderson1-3/+3
2002-01-30* loop.c (loop_invariant_p): Special case pic_offset_table_rtx.Steve Ellcey1-1/+1
2002-01-29emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM is a fixed r...John David Anglin1-0/+3
2002-01-25loop.c (emit_prefetch_instructions): Use the prefetch insn's mode, not Pmode.Aldy Hernandez1-1/+2
2002-01-23* loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.Hans-Peter Nilsson1-0/+1
2002-01-22Makefile.in (loop.o): Depend on OPTABS_H.Janis Johnson1-0/+5
2002-01-03builtins.c: Fix formatting.Kazu Hirata1-12/+12
2002-01-03final.c (final_scan_insn): Change 0 -> NULL_RTX in FIND_REG_INC_NOTE call.Eric Christopher1-2/+2
2002-01-03except.c: Fix comment typos.Kazu Hirata1-2/+2
2001-12-30loop.c (check_dbra_loop): Fix last change: examine both has_multiple_exit_tar...Richard Henderson1-1/+3
2001-12-29loop.c (prescan_loop): Set has_multiple_exit_targets for exception edges.Richard Henderson1-55/+72
2001-12-22loop.c (scan_loop, [...]): Do not overlook hard registers when computing stat...David Edelsohn1-21/+42
2001-12-13Update whitespace.Richard Kenner1-1/+1
2001-12-13loop.c (remove_constant_addition): Fix prototype and whitespace.Richard Kenner1-49/+77
2001-12-13predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka1-0/+593
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-1/+1
2001-11-15jump.c (squeeze_notes): Return true if no real insns were found.Jakub Jelinek1-1/+2
2001-11-13loop.c (combine_movables): Turn off combination until move_movables validatio...Richard Henderson1-1/+4
2001-11-06* loop.c (loop_regs_scan): Don't invalidate PIC register.Steve Christiansen1-5/+12
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-10/+6
2001-10-29loop.h (struct induction): Rename ext_dependant to ext_dependent.Joseph Myers1-15/+15
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-50/+52
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-09-28gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka1-14/+12
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-5/+2
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-13/+13
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson1-2/+2
2001-09-09* loop.c (combine_givs): Fix computing of benefit once giv is combined.Jan Hubicka1-0/+7
2001-09-07loop.c (record_giv): Avoid simplifying MULT to ASHIFT.Richard Henderson1-3/+9
2001-09-03loop.c (express_from_1): Fix CONSTANT_P(a) case.Jakub Jelinek1-1/+1
2001-08-31gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.Andreas Jaeger1-72/+72
2001-08-22jump.c (squeeze_notes): Take parms by reference.Jason Merrill1-2/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-24/+13
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-13loop.c (check_dbra_loop): Use condjump_label to compute jump_label.Geoffrey Keating1-5/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-1/+1
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-13/+15
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-2/+2