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