aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-07-13re PR tree-optimization/86489 (ICE in gimple_phi_arg starting with r261682 wh...Kugan Vivekanandarajah1-0/+1
2018-07-06tree-ssa-loop-niter.c (number_of_iterations_popcount): If popcount argument i...Kugan Vivekanandarajah1-1/+6
2018-06-26Introduce dump_location_tDavid Malcolm1-1/+1
2018-06-21re PR tree-optimization/86232 (ICE in record_estimate, at tree-ssa-loop-niter...Richard Biener1-3/+9
2018-06-16re PR middle-end/82479 (missing popcount builtin detection)Kugan Vivekanandarajah1-1/+175
2018-04-09re PR tree-optimization/85284 (Loop miscompilation starting with r238367)Richard Biener1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-1/+1
2017-12-12re PR middle-end/81889 (bogus warnings with -Wmaybe-uninitialized -O3)Richard Biener1-0/+6
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-1/+1
2017-10-11tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): Properly call a...Richard Biener1-1/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-23/+21
2017-08-24re PR tree-optimization/81913 (wrong code at -O1)Bin Cheng1-2/+4
2017-08-08re PR middle-end/81719 (Range-based for loop on short fixed size array genera...Richard Biener1-0/+16
2017-07-20re PR tree-optimization/81388 (Incorrect code generation with -O1)Bin Cheng1-28/+77
2017-07-18re PR middle-end/81408 (Lots of new -Wunsafe-loop-optimizations warnings with...Bin Cheng1-3/+3
2017-06-29re PR tree-optimization/81196 (Number of iterations found for p!=q but not fo...Bin Cheng1-7/+23
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener1-15/+11
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-2/+1
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-10re PR tree-optimization/77975 (Missed optimization for some small constants)Jakub Jelinek1-10/+17
2017-02-25tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.Jakub Jelinek1-7/+3
2017-02-24tree-ssa-loop-niter.c (number_of_iterations_exit): Update function comment to...Aldy Hernandez1-3/+3
2017-01-24re PR tree-optimization/79159 (spurious array-bounds warning)Bin Cheng1-2/+41
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-16re PR tree-optimization/72817 (wrong code at -O3 on x86_64-linux-gnu (in both...Bin Cheng1-20/+31
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng1-8/+15
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng1-21/+21
2016-08-02re PR tree-optimization/34114 (Missed optimization: cannot determine loop ter...Bin Cheng1-15/+74
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng1-0/+9
2016-07-25Fix memory leak introduced in r238336Martin Liska1-1/+4
2016-07-22common.opt (funsafe-loop-optimizations): Mark ignore.Bin Cheng1-2/+0
2016-07-22tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New Parameter.Bin Cheng1-5/+22
2016-07-21tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng1-3/+110
2016-07-21tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up by removing c...Bin Cheng1-77/+28
2016-07-15tree-scalar-evolution.c (simple_iv_with_niters): New funcion.Bin Cheng1-47/+47
2016-07-14gimple.h (stmt_can_terminate_bb_p): New function.Jan Hubicka1-12/+2
2016-07-13use auto_vec for more local variablesTrevor Saunders1-4/+2
2016-07-05* tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.Jan Hubicka1-1/+1
2016-06-10profile.c: Include cfgloop.h.Jan Hubicka1-13/+20
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