aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-3/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-01-13re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu)Jakub Jelinek1-6/+37
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...Bin Cheng1-1/+74
2013-12-11revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...Bin Cheng1-89/+1
2013-12-10re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...Bin Cheng1-1/+89
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-28/+0
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-7/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+6
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-20re PR middle-end/58484 (ICE in chrec_fold_plus_1, at tree-chrec.c:272 buildin...Richard Biener1-35/+51
2013-09-18re PR tree-optimization/58417 (Incorrect optimization in SCEV const-prop)Richard Biener1-105/+106
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-02re PR tree-optimization/57511 (Missing SCEV final value replacement)Richard Biener1-0/+1
2013-05-16Add SCEV cprop dumping.Marek Polacek1-0/+17
2013-05-02tree-scalar-evolution.c (scev_info_hasher): Remove.Richard Biener1-82/+91
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-25/+71
2013-04-24Prune SCEVMarek Polacek1-133/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-18re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations))Richard Biener1-51/+73
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-10/+10
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-0/+8
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-27re PR middle-end/53676 (empty loop is not always removed now)Richard Guenther1-1/+24
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther1-59/+0
2012-03-20tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...Tristan Gingold1-1/+1
2012-03-09tree-scalar-evolution (interpret_rhs_expr): generate chrec for array referenc...Jiangning Liu1-9/+62
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