aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-07re PR rtl-optimization/17791 (doloop can produce wrong code causes Ada bootst...Zdenek Dvorak1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-10/+17
2004-09-14Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak1-0/+18
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-31/+45
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-45/+31
2004-08-18rtl.def (NIL): Delete.Zack Weinberg1-27/+27
2004-08-06re PR tree-optimization/16807 ([lno] Weird loop unrolling)Zdenek Dvorak1-9/+39
2004-08-03re PR bootstrap/16865 (False alarm about use of uninitialized variable breaks...Andrew Pinski1-1/+1
2004-07-27expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford1-4/+2
2004-07-11re PR rtl-optimization/16001 (unable to find a register to spill in class `AR...Zdenek Dvorak1-2/+16
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1
2004-06-24loop-iv.c (iv_analyze, [...]): Support for identifying shifts of induction va...Revital Eres1-1/+43
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-1/+1
2004-05-19Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak1-23/+97
2004-03-18doloop.c: Removed.Zdenek Dvorak1-0/+4
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+2
2004-03-02cfgloop.h (struct loop_desc): Removed.Zdenek Dvorak1-3/+2
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-6/+6
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-60/+60
2004-02-24cfgloop.h, [...]: Replace iv_analyse with iv_analyze.Kazu Hirata1-12/+12
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-0/+2465