aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-02re PR tree-optimization/26939 (loop number of iterations analysis not working)Sebastian Pop1-1/+1
2006-04-02tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop1-19/+23
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-1/+0
2006-02-28tree-chrec.c (chrec_convert_aggressive): Do not eliminate conversions where T...Jeff Law1-0/+20
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-2/+31
2006-01-06re PR tree-optimization/18527 (cannot determine number of iterations for loop...Zdenek Dvorak1-12/+6
2005-09-20re PR tree-optimization/18463 (suboptimal use of fancy x86 addressing modes)Zdenek Dvorak1-3/+30
2005-09-09tree-chrec.c (evolution_function_is_invariant_rec_p): Use CHREC_LEFT and CHRE...Sebastian Pop1-3/+10
2005-09-09Makefile.in (tree-chrec.o): Depends on SCEV_H.Sebastian Pop1-8/+29
2005-08-21re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integ...Sebastian Pop1-0/+3
2005-08-15re PR tree-optimization/23391 (Tree checking failure due to scev)Sebastian Pop1-4/+11
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-3/+18
2005-07-13re PR tree-optimization/22442 (scev cprop causes wrong code)Zdenek Dvorak1-21/+21
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07Fixes PR 18403 and meta PR 21861.Sebastian Pop1-40/+99
2005-06-06tree-chrec.c (reset_evolution_in_loop): Use build3 instead of build2.Jakub Jelinek1-6/+10
2005-06-02tree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the ...Richard Guenther1-1/+3
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-16tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for TREE_OVER...Roger Sayle1-2/+4
2005-04-21Makefile.in (tree-chrec.o): Depend on params.h.Sebastian Pop1-16/+28
2005-04-05re PR tree-optimization/19903 (ACATS cxa4006 cxa4017 fail at runtime)Eric Botcazou1-1/+29
2005-03-01re PR tree-optimization/20216 (Simple loop runs out of stack at -O1)Roger Sayle1-45/+93
2004-12-09re PR tree-optimization/18904 (4.0-20041205 regression ICE with -O3)Andrew Pinski1-1/+1
2004-10-13Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop1-2/+22
2004-10-01tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in...Zdenek Dvorak1-7/+6
2004-09-19tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen1-12/+48
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-12tree-chrec.c (initialize_scalar_evolutions_analyzer): Remove.Andrew Pinski1-18/+0
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-22/+13
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+2
2004-07-12cfgloop.h (struct loop): Add nb_iterations field.Sebastian Pop1-41/+0
2004-06-30Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop1-0/+1019