aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
AgeCommit message (Expand)AuthorFilesLines
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