summaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
Commit message (Expand)AuthorAgeFilesLines
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+1
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* re PR middle-end/58484 (ICE in chrec_fold_plus_1, at tree-chrec.c:272 buildin...Richard Biener2013-09-201-35/+51
* re PR tree-optimization/58417 (Incorrect optimization in SCEV const-prop)Richard Biener2013-09-181-105/+106
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/57511 (Missing SCEV final value replacement)Richard Biener2013-09-021-0/+1
* Add SCEV cprop dumping.Marek Polacek2013-05-161-0/+17
* tree-scalar-evolution.c (scev_info_hasher): Remove.Richard Biener2013-05-021-82/+91
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-3/+3
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-25/+71
* Prune SCEVMarek Polacek2013-04-241-133/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations))Richard Biener2012-12-181-51/+73
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-10/+10
* loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka2012-10-081-0/+8
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* re PR middle-end/53676 (empty loop is not always removed now)Richard Guenther2012-06-271-1/+24
* re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther2012-04-121-59/+0
* tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...Tristan Gingold2012-03-201-1/+1
* tree-scalar-evolution (interpret_rhs_expr): generate chrec for array referenc...Jiangning Liu2012-03-091-9/+62
* tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther...Eric Botcazou2011-09-251-2/+2
* expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther2011-09-011-1/+2
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-1/+1
* re PR middle-end/49938 (ICE in interpret_loop_phi, at tree-scalar-evolution.c...Richard Guenther2011-08-031-2/+2
* Fix PR48805: Do not instantiate ADDR_EXPRsSebastian Pop2011-07-261-0/+1
* invoke.texi: Document -scev dump modifier.Richard Guenther2011-06-291-17/+17
* Fix PR47576 and PR47555: add PARAM_SCEV_MAX_EXPR_COMPLEXITY.Sebastian Pop2011-02-021-1/+1
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-8/+0
* re PR tree-optimization/46985 (ICE: SIGSEGV in is_gimple_min_invariant (gimpl...Jakub Jelinek2010-12-181-1/+2
* Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr.Sebastian Pop2010-12-021-2/+12
* Also handle ARRAY_REFs in instantiate_scev_r.Sebastian Pop2010-09-301-0/+39
* Fix chrec_contains_symbols_defined_in_loop.Sebastian Pop2010-09-301-11/+14
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* Do not instantiate default definitions in instantiate_scev_name.Sebastian Pop2010-08-111-5/+8
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+18
* Call compute_overall_effect_of_inner_loop from instantiate_scev_name.Sebastian Pop2010-06-091-3/+13
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-7/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* When niter may be zero, return a COND_EXPR with the may_be_zero condition.Sebastian Pop2010-05-281-34/+36
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-4/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)Sebastian Pop2010-01-141-3/+17
* re PR middle-end/42512 (integer wrong code bug with loop)Richard Guenther2010-01-091-0/+17
* Remove trailing white spaces.H.J. Lu2009-11-251-288/+288
* re PR middle-end/40281 (-fprefetch-loop-arrays: ICE: in initialize_matrix_A, ...Sebastian Pop2009-11-251-1/+13
* Partially revert the previous patch, except the following.Sebastian Pop2009-11-251-142/+26