Age | Commit message (Expand) | Author | Files | Lines |
2020-10-09 | random memory leak fixes | Richard Biener | 1 | -0/+1 |
2020-09-24 | add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges | Richard Biener | 1 | -15/+5 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-04-02 | c/94392 - only enable -ffinite-loops for C++ | Richard Biener | 1 | -1/+1 |
2020-01-16 | PR tree-optimization/92429 do not fold when updating epilogue statements | Andre Vieira | 1 | -3/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | Fix typos in 2 functions. | Martin Liska | 1 | -7/+3 |
2019-11-25 | cfgloop.h (get_loop_exit_edges): Add extra parameter denoting loop body, defa... | Richard Biener | 1 | -19/+23 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-10-29 | [vect]PR 88915: Vectorize epilogues when versioning loops | Andre Vieira | 1 | -3/+3 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -73/+73 |
2019-07-04 | Support __builtin_expect_with_probability for analysis of # of loop iterations. | Martin Liska | 1 | -0/+66 |
2019-06-13 | PR tree-optimization/89713 - Assume loop with an exit is finite | Feng Xue | 1 | -0/+21 |
2019-06-05 | re PR middle-end/90726 (exponential behavior on SCEV results everywhere) | Richard Biener | 1 | -8/+33 |
2019-06-04 | Simplify loop size when step=1 | Marc Glisse | 1 | -2/+9 |
2019-01-22 | re PR tree-optimization/88044 (gfortran.dg/transfer_intrinsic_3.f90 hangs aft... | Jakub Jelinek | 1 | -0/+2 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-22 | re PR tree-optimization/88148 (ICE in tree_nop_conversion_p at gcc/tree.c:125... | Richard Biener | 1 | -7/+20 |
2018-11-15 | re PR tree-optimization/84648 (Missed optimization : loop not removed.) | Bin Cheng | 1 | -10/+65 |
2018-11-13 | Ensure that dump calls are guarded with dump_enabled_p | David Malcolm | 1 | -1/+1 |
2018-10-29 | re PR c++/87469 (ice in record_estimate, at tree-ssa-loop-niter.c:3271) | Kugan Vivekanandarajah | 1 | -5/+3 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -2/+2 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+1 |
2018-07-13 | re PR tree-optimization/86489 (ICE in gimple_phi_arg starting with r261682 wh... | Kugan Vivekanandarajah | 1 | -0/+1 |
2018-07-06 | tree-ssa-loop-niter.c (number_of_iterations_popcount): If popcount argument i... | Kugan Vivekanandarajah | 1 | -1/+6 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -1/+1 |
2018-06-21 | re PR tree-optimization/86232 (ICE in record_estimate, at tree-ssa-loop-niter... | Richard Biener | 1 | -3/+9 |
2018-06-16 | re PR middle-end/82479 (missing popcount builtin detection) | Kugan Vivekanandarajah | 1 | -1/+175 |
2018-04-09 | re PR tree-optimization/85284 (Loop miscompilation starting with r238367) | Richard Biener | 1 | -2/+2 |
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 |