summaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
Commit message (Expand)AuthorAgeFilesLines
* Partially revert the previous patch, except the following.Sebastian Pop2009-11-251-142/+26
* tree-scalar-evolution.c (instantiate_scev_assign): New.Sebastian Pop2009-11-251-32/+150
* tree-scalar-evolution.c (instantiate_scev_binary): Adapted to pass as paramet...Sebastian Pop2009-11-251-10/+12
* tree-scalar-evolution.c (instantiate_scev_bitnot): Renamed instantiate_scev_not.Sebastian Pop2009-11-251-10/+23
* tree-scalar-evolution.c (instantiate_scev_1): Renamed instantiate_scev_r.Sebastian Pop2009-11-251-39/+88
* tree-scalar-evolution.c (instantiate_scev_3): New.Sebastian Pop2009-11-251-26/+50
* tree-scalar-evolution.c (instantiate_scev_poly): New.Sebastian Pop2009-11-251-19/+43
* tree-scalar-evolution.c (instantiate_scev_bitnot): New.Sebastian Pop2009-11-251-18/+41
* tree-scalar-evolution.c (instantiate_scev_convert): New.Sebastian Pop2009-11-251-25/+51
* tree-scalar-evolution.c (instantiate_scev_binary): New.Sebastian Pop2009-11-251-63/+63
* tree-scalar-evolution.c (instantiate_scev_name): New.Sebastian Pop2009-11-251-58/+85
* re PR tree-optimization/41497 (apparent integer wrong code bug)Sebastian Pop2009-10-211-2/+13
* 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