aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-31Implement evolution_function_right_is_integer_cst.Sebastian Pop1-0/+30
2009-07-31Make scev_is_linear_expression return false if the evolution is not affine mu...Sebastian Pop1-2/+7
2009-07-03re PR middle-end/34163 (10% performance regression since Nov 1 on Polyhedron'...Richard Guenther1-1/+14
2009-06-17re PR middle-end/40460 (Enormous memory usage during compilation with -O2 or ...Richard Guenther1-5/+5
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-23/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-01-07re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Jan Sjodin1-0/+61
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+23
2008-08-21re PR middle-end/36817 (internal compiler error: in compare_values_warnv)Richard Guenther1-2/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-10/+10
2008-03-03tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop1-2/+3
2007-11-13re PR tree-optimization/34063 (ICE: build2_stat, at tree.c:3115)Jakub Jelinek1-3/+3
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-13/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-15[multiple changes]Andrew Pinski1-19/+47
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-7/+1
2007-05-21re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski1-6/+6
2007-05-10re PR tree-optimization/31885 (Not removing empty loop, scev not finding the ...Zdenek Dvorak1-3/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-54/+24
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-17/+42
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-5/+2
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-3/+2
2006-08-17re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak1-2/+8
2006-07-25tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.Zdenek Dvorak1-1/+1
2006-07-17tree-chrec.c (avoid_arithmetics_in_type_p): New.Zdenek Dvorak1-21/+24
2006-05-24re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak1-47/+149
2006-04-07tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop1-4/+4
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