summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.def (NIL): Delete.Zack Weinberg2004-08-181-27/+27
* re PR tree-optimization/16807 ([lno] Weird loop unrolling)Zdenek Dvorak2004-08-061-9/+39
* re PR bootstrap/16865 (False alarm about use of uninitialized variable breaks...Andrew Pinski2004-08-031-1/+1
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-4/+2
* re PR rtl-optimization/16001 (unable to find a register to spill in class `AR...Zdenek Dvorak2004-07-111-2/+16
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* loop-iv.c (iv_analyze, [...]): Support for identifying shifts of induction va...Revital Eres2004-06-241-1/+43
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1
* Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak2004-05-191-23/+97
* doloop.c: Removed.Zdenek Dvorak2004-03-181-0/+4
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-2/+2
* cfgloop.h (struct loop_desc): Removed.Zdenek Dvorak2004-03-021-3/+2
* c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-02-271-6/+6
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-60/+60
* cfgloop.h, [...]: Replace iv_analyse with iv_analyze.Kazu Hirata2004-02-241-12/+12
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-0/+2465