aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-03tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid use of pro...Jan Hubicka1-3/+5
2016-05-28tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental commit.Jan Hubicka1-5/+1
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-5/+61
2016-05-20prefetch-5.c: xfail.Jan Hubicka1-5/+4
2016-04-21re PR tree-optimization/70715 (SCEV failed to prove no-overflow-ness informat...Bin Cheng1-1/+5
2016-04-12Revert r234572 (aka PR testsuite/70577)Martin Liska1-4/+5
2016-03-30tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat...Jan Hubicka1-5/+4
2016-03-11re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23...Jakub Jelinek1-2/+2
2016-02-24re PR tree-optimization/68963 (O3 vs. O2 discards part of loop and terminates...Richard Biener1-5/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-01re PR tree-optimization/68529 (scev failed for while(i--))Bin Cheng1-15/+34
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-2/+2
2015-09-21[PR middle-end/60832] Do not convert widest_int to tree just for printing it.Manuel López-Ibáñez1-4/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-28/+28
2015-09-17tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New parameter.Bin Cheng1-132/+63
2015-08-21tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break loop if EXPR...Bin Cheng1-0/+4
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-18tree-ssa-loop-niter.c (refine_value_range_using_guard): New.Bin Cheng1-22/+290
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-26re PR bootstrap/66638 (profiledbootstrap failure on x86-64 with LTO)Bin Cheng1-1/+15
2015-06-23re PR tree-optimization/66449 (ICE: in build2_stat, at tree.c:4376 with -O3)Bin Cheng1-1/+6
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-5/+1
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+5
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-02re PR tree-optimization/48052 (loop not vectorized if index is "unsigned int")Bin Cheng1-61/+227
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-03-18re PR middle-end/64491 (incorrect warning: loop exit may only be reached afte...Andrew Stubbs1-45/+0
2015-02-13re PR tree-optimization/64705 (Bad code generation of sieve on x86-64 because...Bin Cheng1-8/+10
2015-01-28re PR tree-optimization/64277 (Incorrect warning "array subscript is above ar...Ilya Enkovich1-2/+17
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek1-1/+2
2014-11-20* tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Fix typo.Marek Polacek1-1/+1
2014-11-20Warn on undefined loop exit.Andrew Stubbs1-0/+46
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-10/+15
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+10
2014-08-26re PR c++/62175 (Internal compiler error in gimplify_modify_expr gimplify.c:4...Richard Biener1-0/+3
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-22/+14
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+6
2014-06-17genopinit.c (main): Use vec<>::qsort method.Richard Biener1-2/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-136/+124
2014-01-09Makefile.in (TREE_FLOW_H): Remove.Steve Ellcey1-1/+1