summaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak2006-08-171-2/+8
* tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.Zdenek Dvorak2006-07-251-1/+1
* tree-chrec.c (avoid_arithmetics_in_type_p): New.Zdenek Dvorak2006-07-171-21/+24
* re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak2006-05-241-47/+149
* tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop2006-04-071-4/+4
* re PR tree-optimization/26939 (loop number of iterations analysis not working)Sebastian Pop2006-04-021-1/+1
* tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop2006-04-021-19/+23
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-1/+0
* tree-chrec.c (chrec_convert_aggressive): Do not eliminate conversions where T...Jeff Law2006-02-281-0/+20
* tree-chrec.c (eq_evolutions_p): New.Sebastian Pop2006-02-201-2/+31
* re PR tree-optimization/18527 (cannot determine number of iterations for loop...Zdenek Dvorak2006-01-061-12/+6
* re PR tree-optimization/18463 (suboptimal use of fancy x86 addressing modes)Zdenek Dvorak2005-09-201-3/+30
* tree-chrec.c (evolution_function_is_invariant_rec_p): Use CHREC_LEFT and CHRE...Sebastian Pop2005-09-091-3/+10
* Makefile.in (tree-chrec.o): Depends on SCEV_H.Sebastian Pop2005-09-091-8/+29
* re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integ...Sebastian Pop2005-08-211-0/+3
* re PR tree-optimization/23391 (Tree checking failure due to scev)Sebastian Pop2005-08-151-4/+11
* re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop2005-08-131-3/+18
* re PR tree-optimization/22442 (scev cprop causes wrong code)Zdenek Dvorak2005-07-131-21/+21
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Fixes PR 18403 and meta PR 21861.Sebastian Pop2005-06-071-40/+99
* tree-chrec.c (reset_evolution_in_loop): Use build3 instead of build2.Jakub Jelinek2005-06-061-6/+10
* tree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the ...Richard Guenther2005-06-021-1/+3
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for TREE_OVER...Roger Sayle2005-05-161-2/+4
* Makefile.in (tree-chrec.o): Depend on params.h.Sebastian Pop2005-04-211-16/+28
* re PR tree-optimization/19903 (ACATS cxa4006 cxa4017 fail at runtime)Eric Botcazou2005-04-051-1/+29
* re PR tree-optimization/20216 (Simple loop runs out of stack at -O1)Roger Sayle2005-03-011-45/+93
* re PR tree-optimization/18904 (4.0-20041205 regression ICE with -O3)Andrew Pinski2004-12-091-1/+1
* Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop2004-10-131-2/+22
* tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in...Zdenek Dvorak2004-10-011-7/+6
* tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen2004-09-191-12/+48
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* tree-chrec.c (initialize_scalar_evolutions_analyzer): Remove.Andrew Pinski2004-09-121-18/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-22/+13
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-2/+2
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+2
* cfgloop.h (struct loop): Add nb_iterations field.Sebastian Pop2004-07-121-41/+0
* Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop2004-06-301-0/+1019