aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-12tree-scalar-evolution.c (set_instantiated_value): Set instantiated_below.Sebastian Pop1-0/+1
2008-09-09re PR middle-end/37375 ([graphite] Parameter detection and scev only take a s...Sebastian Pop1-75/+70
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-274/+323
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2008-05-31re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther1-12/+1
2008-05-20re PR middle-end/36206 (ice for legal code with -O3)Jan Sjodin1-37/+35
2008-05-09tree-scalar-evolution.c: Document instantiate_scev.Jan Sjodin1-60/+101
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-1/+0
2008-03-20tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther1-1/+1
2008-03-03tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop1-0/+1
2007-12-15tree-scalar-evolution.c (number_of_iterations_for_all_loops): Replace print_l...Sebastian Pop1-1/+1
2007-11-30re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Zdenek Dvorak1-1/+12
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-4/+4
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-1/+2