Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: get_addr_base_and_unit_offset | Richard Sandiford | 1 | -1/+1 |
2017-12-12 | re PR middle-end/81889 (bogus warnings with -Wmaybe-uninitialized -O3) | Richard Biener | 1 | -0/+6 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -1/+1 |
2017-10-11 | tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): Properly call a... | Richard Biener | 1 | -1/+2 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -23/+21 |
2017-08-24 | re PR tree-optimization/81913 (wrong code at -O1) | Bin Cheng | 1 | -2/+4 |
2017-08-08 | re PR middle-end/81719 (Range-based for loop on short fixed size array genera... | Richard Biener | 1 | -0/+16 |
2017-07-20 | re PR tree-optimization/81388 (Incorrect code generation with -O1) | Bin Cheng | 1 | -28/+77 |
2017-07-18 | re PR middle-end/81408 (Lots of new -Wunsafe-loop-optimizations warnings with... | Bin Cheng | 1 | -3/+3 |
2017-06-29 | re PR tree-optimization/81196 (Number of iterations found for p!=q but not fo... | Bin Cheng | 1 | -7/+23 |
2017-06-19 | tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ... | Richard Biener | 1 | -15/+11 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -2/+1 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-03-10 | re PR tree-optimization/77975 (Missed optimization for some small constants) | Jakub Jelinek | 1 | -10/+17 |
2017-02-25 | tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning. | Jakub Jelinek | 1 | -7/+3 |
2017-02-24 | tree-ssa-loop-niter.c (number_of_iterations_exit): Update function comment to... | Aldy Hernandez | 1 | -3/+3 |
2017-01-24 | re PR tree-optimization/79159 (spurious array-bounds warning) | Bin Cheng | 1 | -2/+41 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-08-16 | re PR tree-optimization/72817 (wrong code at -O3 on x86_64-linux-gnu (in both... | Bin Cheng | 1 | -20/+31 |
2016-08-09 | re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440) | Bin Cheng | 1 | -8/+15 |
2016-08-09 | re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440) | Bin Cheng | 1 | -21/+21 |
2016-08-02 | re PR tree-optimization/34114 (Missed optimization: cannot determine loop ter... | Bin Cheng | 1 | -15/+74 |
2016-07-29 | cfgloop.h (struct loop): New field constraints. | Bin Cheng | 1 | -0/+9 |
2016-07-25 | Fix memory leak introduced in r238336 | Martin Liska | 1 | -1/+4 |
2016-07-22 | common.opt (funsafe-loop-optimizations): Mark ignore. | Bin Cheng | 1 | -2/+0 |
2016-07-22 | tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New Parameter. | Bin Cheng | 1 | -5/+22 |
2016-07-21 | tree-chrec.c (convert_affine_scev): New parameter. | Bin Cheng | 1 | -3/+110 |
2016-07-21 | tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up by removing c... | Bin Cheng | 1 | -77/+28 |
2016-07-15 | tree-scalar-evolution.c (simple_iv_with_niters): New funcion. | Bin Cheng | 1 | -47/+47 |
2016-07-14 | gimple.h (stmt_can_terminate_bb_p): New function. | Jan Hubicka | 1 | -12/+2 |
2016-07-13 | use auto_vec for more local variables | Trevor Saunders | 1 | -4/+2 |
2016-07-05 | * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P. | Jan Hubicka | 1 | -1/+1 |
2016-06-10 | profile.c: Include cfgloop.h. | Jan Hubicka | 1 | -13/+20 |
2016-06-03 | tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid use of pro... | Jan Hubicka | 1 | -3/+5 |
2016-05-28 | tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental commit. | Jan Hubicka | 1 | -5/+1 |
2016-05-27 | cfgloop.c (record_niter_bound): Record likely upper bounds. | Jan Hubicka | 1 | -5/+61 |
2016-05-20 | prefetch-5.c: xfail. | Jan Hubicka | 1 | -5/+4 |
2016-04-21 | re PR tree-optimization/70715 (SCEV failed to prove no-overflow-ness informat... | Bin Cheng | 1 | -1/+5 |
2016-04-12 | Revert r234572 (aka PR testsuite/70577) | Martin Liska | 1 | -4/+5 |
2016-03-30 | tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat... | Jan Hubicka | 1 | -5/+4 |
2016-03-11 | re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23... | Jakub Jelinek | 1 | -2/+2 |
2016-02-24 | re PR tree-optimization/68963 (O3 vs. O2 discards part of loop and terminates... | Richard Biener | 1 | -5/+9 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-01 | re PR tree-optimization/68529 (scev failed for while(i--)) | Bin Cheng | 1 | -15/+34 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -15/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+8 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -2/+2 |
2015-09-21 | [PR middle-end/60832] Do not convert widest_int to tree just for printing it. | Manuel López-Ibáñez | 1 | -4/+5 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -28/+28 |