summaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
Commit message (Expand)AuthorAgeFilesLines
* Return unknow from scev instantiation if the result is not above instantiate_...Sebastian Pop2009-07-311-7/+7
* tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not static an...Sebastian Pop2009-07-311-2/+5
* tree-scalar-evolution.c (follow_ssa_edge_expr): Turn into CASE_CONVERT.Eric Botcazou2009-05-191-47/+50
* re PR tree-optimization/40062 (high memory usage and compile time in SCEV cpr...Richard Guenther2009-05-081-5/+3
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+1
* re PR middle-end/37221 (Missed early loop-unroll optimization - causes 40% de...Richard Guenther2009-04-021-0/+14
* tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak2009-03-041-25/+94
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR tree-optimization/36922 (ICE in tree-data-ref.c with -ftree-loop-linear)Jakub Jelinek2009-02-181-0/+27
* re PR tree-optimization/32044 (final value replacement too aggressive for e.g...Zdenek Dvorak2008-12-121-7/+53
* re PR tree-optimization/37416 (Failure to return number of loop iterations)Jakub Jelinek2008-12-091-0/+12
* re PR middle-end/37379 ([graphite] ICE compiling aermod.f90 with -ffast-math ...Sebastian Pop2008-11-071-1/+3
* tree-scalar-evolution.c (set_instantiated_value): Set instantiated_below.Sebastian Pop2008-09-121-0/+1
* re PR middle-end/37375 ([graphite] Parameter detection and scev only take a s...Sebastian Pop2008-09-091-75/+70
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-274/+323
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+4
* re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther2008-05-311-12/+1
* re PR middle-end/36206 (ice for legal code with -O3)Jan Sjodin2008-05-201-37/+35
* tree-scalar-evolution.c: Document instantiate_scev.Jan Sjodin2008-05-091-60/+101
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-4/+2
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-1/+0
* tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther2008-03-201-1/+1
* tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop2008-03-031-0/+1
* tree-scalar-evolution.c (number_of_iterations_for_all_loops): Replace print_l...Sebastian Pop2007-12-151-1/+1
* re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Zdenek Dvorak2007-11-301-1/+12
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-1/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-4/+4
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-1/+2
* [multiple changes]Andrew Pinski2007-06-151-197/+26
* tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak2007-06-091-2/+19
* tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak2007-05-301-1/+0
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-1/+3
* re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski2007-05-211-1/+1
* tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak2007-05-141-6/+12
* tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak2007-05-131-2/+1
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-6/+7
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak2007-04-091-0/+1
* re PR tree-optimization/30730 (-Wunsafe-loop-optimizations gives too many war...Zdenek Dvorak2007-03-141-12/+7
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-20/+9
* cfgloop.h: Include vec-prim.h.Zdenek Dvorak2007-01-311-4/+11
* common.opt: Add fstrict-overflow.Ian Lance Taylor2007-01-281-4/+3
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne, [...]): Use integer_zer...Zdenek Dvorak2006-12-231-0/+1
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-2/+1
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-6/+6
* loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak2006-12-101-28/+33
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-22/+15