Age | Commit message (Expand) | Author | Files | Lines |
2021-04-23 | Avoid more temporaries in IVOPTs | Richard Biener | 1 | -6/+7 |
2021-01-11 | make FOR_EACH_IMM_USE_STMT safe for early exits | Alexandre Oliva | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-10-23 | Do not use doloop pattern with pragma Unroll | Eric Botcazou | 1 | -0/+3 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+2 |
2020-07-23 | ivopts: Handle vector with length IFNs | Kewen Lin | 1 | -0/+4 |
2020-04-09 | Add unsigned type iv_cand for iv_use with non mode-precision type | Bin Cheng | 1 | -1/+17 |
2020-01-31 | Fix fast-math-pr55281.c ICE | Andrew Stubbs | 1 | -2/+9 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-25 | cfgloop.h (get_loop_exit_edges): Add extra parameter denoting loop body, defa... | Richard Biener | 1 | -1/+2 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -5/+5 |
2019-11-08 | dbgcnt.def (ivopts_loop): Add. | Richard Biener | 1 | -0/+4 |
2019-10-30 | re PR tree-optimization/92262 (ICE: verify_gimple failed (error: incorrect sh... | Jakub Jelinek | 1 | -2/+1 |
2019-10-23 | re PR debug/90231 (ivopts causes <optimized away> iterator in the loop) | Jakub Jelinek | 1 | -8/+99 |
2019-09-14 | Consider doloop IV in IVOPTs | Kewen Lin | 1 | -22/+265 |
2019-07-18 | re PR tree-optimization/91137 (Wrong code with -O3) | Bin Cheng | 1 | -40/+52 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -104/+104 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -4/+8 |
2019-06-18 | Add predict_doloop_p target hook | Kewen Lin | 1 | -0/+57 |
2019-06-13 | re PR target/88834 ([SVE] Poor addressing mode choices for LD2 and ST2) | Kugan Vivekanandarajah | 1 | -0/+24 |
2019-06-04 | re PR middle-end/90726 (exponential behavior on SCEV results everywhere) | Richard Biener | 1 | -81/+11 |
2019-05-08 | re PR tree-optimization/90078 (ICE with deep templates caused by overflow) | Bin Cheng | 1 | -25/+31 |
2019-05-08 | re PR tree-optimization/90240 (ICE in try_improve_iv_set, at tree-ssa-loop-iv... | Bin Cheng | 1 | -17/+76 |
2019-04-30 | re PR tree-optimization/90240 (ICE in try_improve_iv_set, at tree-ssa-loop-iv... | Bin Cheng | 1 | -13/+0 |
2019-04-23 | re PR tree-optimization/90078 (ICE with deep templates caused by overflow) | Bin Cheng | 1 | -0/+13 |
2019-03-25 | re PR middle-end/89779 (internal compiler error: tree check: expected class �... | Richard Biener | 1 | -14/+16 |
2019-03-04 | re PR tree-optimization/89487 (ICE in expand_expr_addr_expr_1, at expr.c:7993) | Bin Cheng | 1 | -0/+4 |
2019-01-12 | tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo. | Jakub Jelinek | 1 | -1/+1 |
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-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -1/+1 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -2/+2 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -1/+1 |
2018-06-16 | re PR middle-end/82479 (missing popcount builtin detection) | Kugan Vivekanandarajah | 1 | -0/+10 |
2018-01-13 | Make ivopts handle calls to internal functions | Richard Sandiford | 1 | -35/+145 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -5/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: tree-ssa-loop-ivopts.c:iv_use | Richard Sandiford | 1 | -28/+21 |
2017-12-20 | poly_int: aff_tree | Richard Sandiford | 1 | -11/+13 |
2017-12-20 | poly_int: tree constants | Richard Sandiford | 1 | -4/+13 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -1/+1 |
2017-11-09 | Improve ivopts handling of forced scales | Richard Sandiford | 1 | -4/+13 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -2/+2 |
2017-10-18 | tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file. | Bin Cheng | 1 | -4/+1 |
2017-10-17 | tree-ssa-loop-ivopts.c (add_autoinc_candidates): Bail out only if the use sta... | Eric Botcazou | 1 | -1/+1 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -2/+2 |
2017-08-30 | [62/77] Big machine_mode to scalar_int_mode replacement | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [28/77] Use is_a <scalar_int_mode> for miscellaneous types of test | Richard Sandiford | 1 | -1/+3 |
2017-08-08 | tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle boundary c... | Bin Cheng | 1 | -2/+2 |