summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
Commit message (Expand)AuthorAgeFilesLines
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-46/+35
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-9/+3
* * loop-iv.c (get_biv_step_1): Remove lhs.Kazu Hirata2005-03-091-2/+1
* c-semantics.c, [...]: Update copyright.Kazu Hirata2005-03-081-1/+1
* combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata2005-03-051-2/+1
* re PR rtl-optimization/19103 (Current CVS (2004/12/21) doesn't compile with p...Zdenek Dvorak2004-12-281-1/+1
* re PR rtl-optimization/19001 (Loops with power of two step and variable bound...Zdenek Dvorak2004-12-181-16/+73
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-1/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-2/+2
* loop-iv.c (iv_number_of_iterations): Make it static.Kazu Hirata2004-11-091-1/+1
* re PR rtl-optimization/17791 (doloop can produce wrong code causes Ada bootst...Zdenek Dvorak2004-10-071-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-10/+17
* Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak2004-09-141-0/+18
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-31/+45
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-45/+31
* 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