aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-04* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka1-1/+10
2001-07-31loop.c (check_dbra_loop): Use single_set to compute jump_label.Geoffrey Keating1-2/+4
2001-07-25Fix typo spotted by Richard.Jan Hubicka1-1/+1
2001-07-25predict.c (estimate_probability): Avoid duplicated predictions.Jan Hubicka1-0/+8
2001-07-15loop.c (scan_loop): Add USEs inside PARALLELs into dependencies of the movable.Jan Hubicka1-0/+12
2001-06-18unroll.c: Include predict.h.Jan Hubicka1-1/+1
2001-06-12Fix for PR 3128, IA-64 linux kernel miscompileJim Wilson1-5/+6
2001-06-12loop.c: Include predict.hJan Hubicka1-0/+13
2001-06-11do not combine asm stmts in scan_loopAldy Hernandez1-0/+1
2001-05-11loop.h (struct movables): Remove `num'.Mark Mitchell1-30/+52
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-2/+2
2001-04-25* loop.c (try_swap_copy_prop): Go back to checking insn.Jason Merrill1-1/+1
2001-04-23* loop.c (loop_delete_insns): Add prototype.Mark Mitchell1-0/+1
2001-04-21flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell1-5/+40
2001-04-19rtl.texi (jump_insn): Expand on JUMP_LABEL documentation.Mark Mitchell1-4/+7
2001-04-19loop.c (load_mems): Examine all the instructions in the loop before concludin...Mark Mitchell1-1/+1
2001-03-30Prevent hoisting code from generating uninitialized accesses.Bernd Schmidt1-3/+15
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-02-25loop.c (check_dbra_loop): A biv has uses besides counting if it is used to se...Franz Sirl1-0/+9
2001-02-24* loop.c (canonicalize_condition): Move to reversed_comparison_code.Jan Hubicka1-23/+13
2001-01-26loop.c (loop_giv_reduce_benefit): Copy mode size into int variable.Michael Hayes1-10/+13
2001-01-25loop.c (loop_call_insn_emit_before, [...]): New.Michael Hayes1-14/+41
2001-01-12loop.h (total_biv_increment): Constify iv_class pointer.Michael Hayes1-6/+116
2001-01-07hard-reg-set.h: Add multiple include guard.Michael Hayes1-102/+221
2001-01-07loop.h (loop_insn_hoist): New prototype.Michael Hayes1-22/+51
2001-01-07* loop.c (emit_iv_add_mult): Use single_set to examine new insn.Michael Hayes1-3/+6
2001-01-07loop.c (count_loop_regs_set): Delete.Michael Hayes1-140/+101
2001-01-06loop.c (scan_loop): Use xcalloc for the regs array.Richard Henderson1-9/+5
2001-01-06loop.c (debug_biv, debug_giv): New.Michael Hayes1-95/+118
2001-01-05loop.h (struct loop_reg): New.Michael Hayes1-169/+147