aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther...Eric Botcazou1-2/+2
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-1/+2
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-08-03re PR middle-end/49938 (ICE in interpret_loop_phi, at tree-scalar-evolution.c...Richard Guenther1-2/+2
2011-07-26Fix PR48805: Do not instantiate ADDR_EXPRsSebastian Pop1-0/+1
2011-06-29invoke.texi: Document -scev dump modifier.Richard Guenther1-17/+17
2011-02-02Fix PR47576 and PR47555: add PARAM_SCEV_MAX_EXPR_COMPLEXITY.Sebastian Pop1-1/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-8/+0
2010-12-18re PR tree-optimization/46985 (ICE: SIGSEGV in is_gimple_min_invariant (gimpl...Jakub Jelinek1-1/+2
2010-12-02Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr.Sebastian Pop1-2/+12
2010-09-30Also handle ARRAY_REFs in instantiate_scev_r.Sebastian Pop1-0/+39
2010-09-30Fix chrec_contains_symbols_defined_in_loop.Sebastian Pop1-11/+14
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-08-11Do not instantiate default definitions in instantiate_scev_name.Sebastian Pop1-5/+8
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+18
2010-06-09Call compute_overall_effect_of_inner_loop from instantiate_scev_name.Sebastian Pop1-3/+13
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-7/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-28When niter may be zero, return a COND_EXPR with the may_be_zero condition.Sebastian Pop1-34/+36
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-4/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-14re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)Sebastian Pop1-3/+17
2010-01-09re PR middle-end/42512 (integer wrong code bug with loop)Richard Guenther1-0/+17
2009-11-25Remove trailing white spaces.H.J. Lu1-288/+288
2009-11-25re PR middle-end/40281 (-fprefetch-loop-arrays: ICE: in initialize_matrix_A, ...Sebastian Pop1-1/+13
2009-11-25Partially revert the previous patch, except the following.Sebastian Pop1-142/+26
2009-11-25tree-scalar-evolution.c (instantiate_scev_assign): New.Sebastian Pop1-32/+150
2009-11-25tree-scalar-evolution.c (instantiate_scev_binary): Adapted to pass as paramet...Sebastian Pop1-10/+12
2009-11-25tree-scalar-evolution.c (instantiate_scev_bitnot): Renamed instantiate_scev_not.Sebastian Pop1-10/+23
2009-11-25tree-scalar-evolution.c (instantiate_scev_1): Renamed instantiate_scev_r.Sebastian Pop1-39/+88
2009-11-25tree-scalar-evolution.c (instantiate_scev_3): New.Sebastian Pop1-26/+50
2009-11-25tree-scalar-evolution.c (instantiate_scev_poly): New.Sebastian Pop1-19/+43
2009-11-25tree-scalar-evolution.c (instantiate_scev_bitnot): New.Sebastian Pop1-18/+41
2009-11-25tree-scalar-evolution.c (instantiate_scev_convert): New.Sebastian Pop1-25/+51
2009-11-25tree-scalar-evolution.c (instantiate_scev_binary): New.Sebastian Pop1-63/+63
2009-11-25tree-scalar-evolution.c (instantiate_scev_name): New.Sebastian Pop1-58/+85
2009-10-21re PR tree-optimization/41497 (apparent integer wrong code bug)Sebastian Pop1-2/+13
2009-07-31Return unknow from scev instantiation if the result is not above instantiate_...Sebastian Pop1-7/+7
2009-07-31tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not static an...Sebastian Pop1-2/+5
2009-05-19tree-scalar-evolution.c (follow_ssa_edge_expr): Turn into CASE_CONVERT.Eric Botcazou1-47/+50
2009-05-08re PR tree-optimization/40062 (high memory usage and compile time in SCEV cpr...Richard Guenther1-5/+3
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-02re PR middle-end/37221 (Missed early loop-unroll optimization - causes 40% de...Richard Guenther1-0/+14
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-25/+94
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-02-18re PR tree-optimization/36922 (ICE in tree-data-ref.c with -ftree-loop-linear)Jakub Jelinek1-0/+27
2008-12-12re PR tree-optimization/32044 (final value replacement too aggressive for e.g...Zdenek Dvorak1-7/+53
2008-12-09re PR tree-optimization/37416 (Failure to return number of loop iterations)Jakub Jelinek1-0/+12
2008-11-07re PR middle-end/37379 ([graphite] ICE compiling aermod.f90 with -ffast-math ...Sebastian Pop1-1/+3