summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* builtins.c: Fix formatting.Kazu Hirata2002-01-031-12/+12
* final.c (final_scan_insn): Change 0 -> NULL_RTX in FIND_REG_INC_NOTE call.Eric Christopher2002-01-031-2/+2
* except.c: Fix comment typos.Kazu Hirata2002-01-031-2/+2
* loop.c (check_dbra_loop): Fix last change: examine both has_multiple_exit_tar...Richard Henderson2001-12-301-1/+3
* loop.c (prescan_loop): Set has_multiple_exit_targets for exception edges.Richard Henderson2001-12-291-55/+72
* loop.c (scan_loop, [...]): Do not overlook hard registers when computing stat...David Edelsohn2001-12-221-21/+42
* Update whitespace.Richard Kenner2001-12-131-1/+1
* loop.c (remove_constant_addition): Fix prototype and whitespace.Richard Kenner2001-12-131-49/+77
* predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka2001-12-131-0/+593
* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner2001-11-151-1/+1
* jump.c (squeeze_notes): Return true if no real insns were found.Jakub Jelinek2001-11-151-1/+2
* loop.c (combine_movables): Turn off combination until move_movables validatio...Richard Henderson2001-11-131-1/+4
* * loop.c (loop_regs_scan): Don't invalidate PIC register.Steve Christiansen2001-11-061-5/+12
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-10/+6
* loop.h (struct induction): Rename ext_dependant to ext_dependent.Joseph Myers2001-10-291-15/+15
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-4/+4
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-50/+52
* calls.c: Fix formatting.Kazu Hirata2001-10-101-2/+2
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka2001-09-281-14/+12
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-5/+2
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-13/+13
* dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson2001-09-111-2/+2
* * loop.c (combine_givs): Fix computing of benefit once giv is combined.Jan Hubicka2001-09-091-0/+7
* loop.c (record_giv): Avoid simplifying MULT to ASHIFT.Richard Henderson2001-09-071-3/+9
* loop.c (express_from_1): Fix CONSTANT_P(a) case.Jakub Jelinek2001-09-031-1/+1
* gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.Andreas Jaeger2001-08-311-72/+72
* jump.c (squeeze_notes): Take parms by reference.Jason Merrill2001-08-221-2/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-24/+13
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* loop.c (check_dbra_loop): Use condjump_label to compute jump_label.Geoffrey Keating2001-08-131-5/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-1/+1
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-13/+15
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-2/+2
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka2001-08-041-1/+10
* loop.c (check_dbra_loop): Use single_set to compute jump_label.Geoffrey Keating2001-07-311-2/+4
* Fix typo spotted by Richard.Jan Hubicka2001-07-251-1/+1
* predict.c (estimate_probability): Avoid duplicated predictions.Jan Hubicka2001-07-251-0/+8
* loop.c (scan_loop): Add USEs inside PARALLELs into dependencies of the movable.Jan Hubicka2001-07-151-0/+12
* unroll.c: Include predict.h.Jan Hubicka2001-06-181-1/+1
* Fix for PR 3128, IA-64 linux kernel miscompileJim Wilson2001-06-121-5/+6
* loop.c: Include predict.hJan Hubicka2001-06-121-0/+13
* do not combine asm stmts in scan_loopAldy Hernandez2001-06-111-0/+1
* loop.h (struct movables): Remove `num'.Mark Mitchell2001-05-111-30/+52
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-2/+2
* * loop.c (try_swap_copy_prop): Go back to checking insn.Jason Merrill2001-04-251-1/+1
* * loop.c (loop_delete_insns): Add prototype.Mark Mitchell2001-04-231-0/+1
* flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell2001-04-211-5/+40