Age | Commit message (Expand) | Author | Files | Lines |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-10-12 | wide-int: Allow up to 16320 bits wide_int and change widest_int precision to ... | Jakub Jelinek | 1 | -4/+7 |
2023-08-02 | More profile updating clenaups | Jan Hubicka | 1 | -0/+1 |
2023-07-27 | Fix profile update after RTL unrolling | Jan Hubicka | 1 | -0/+1 |
2023-07-21 | Implement flat loop profile detection | Jan Hubicka | 1 | -0/+1 |
2023-07-21 | improfe loop dumps | Jan Hubicka | 1 | -0/+1 |
2023-07-21 | Cleanup expected_loop_iterations | Jan Hubicka | 1 | -1/+4 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -18/+18 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-05-10 | Replace PTR with 'void *' in compiler. | Martin Liska | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-08-05 | cfgloop: Make loops_list support an optional loop_p root | Kewen Lin | 1 | -60/+40 |
2021-07-29 | Use range-based for loops for traversing loops | Kewen Lin | 1 | -33/+107 |
2021-07-20 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -1/+1 |
2021-06-17 | return auto_vec from get_loop_hot_path | Trevor Saunders | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-18 | Clean up loop-closed PHIs after loop finalize | guojiufu | 1 | -1/+1 |
2020-09-24 | add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges | Richard Biener | 1 | -1/+1 |
2020-09-18 | cfgloop.h: Reword comment describing is_exit flag | Alex Coplan | 1 | -3/+3 |
2020-04-02 | c/94392 - only enable -ffinite-loops for C++ | Richard Biener | 1 | -0/+4 |
2020-03-10 | loop-iv: make find_simple_exit static | Roman Zhuykov | 1 | -1/+0 |
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 | -2/+2 |
2019-11-21 | cfgloop.h (loop_iterator::~loop_iterator): Remove. | Richard Biener | 1 | -10/+2 |
2019-11-18 | Refactor tree-loop-distribution.c for thread safety | Giuliano Belinassi | 1 | -0/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -73/+73 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -5/+10 |
2019-05-20 | cfgloop.h (struct loop): Add simdlen member. | Jakub Jelinek | 1 | -0/+3 |
2019-03-08 | re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto) | Richard Biener | 1 | -0/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -1/+1 |
2018-04-13 | re PR tree-optimization/82965 (gcc.dg/vect/pr79347.c starts failing after r25... | Jan Hubicka | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-07 | Add unroll and jam pass | Michael Matz | 1 | -1/+2 |
2017-12-06 | re PR tree-optimization/81945 (ICE in operator[], at vec.h:749) | Jakub Jelinek | 1 | -1/+1 |
2017-11-27 | cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll. | Eric Botcazou | 1 | -3/+4 |
2017-11-23 | generic.texi (ANNOTATE_EXPR): Document 3rd operand. | Eric Botcazou | 1 | -0/+5 |
2017-09-25 | cfgloop.h (sort_sibling_loops): Declare. | Richard Biener | 1 | -0/+1 |
2017-08-30 | [36/77] Use scalar_int_mode in the RTL iv routines | Richard Sandiford | 1 | -6/+6 |
2017-07-05 | cfgloop.h (struct loop): Add comment. | Bin Cheng | 1 | -1/+12 |
2017-03-14 | alias.c (struct alias_set_entry): Pack properly. | Richard Biener | 1 | -18/+18 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-22 | make next/prev nondebug_insn take rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2016-07-29 | cfgloop.h (struct loop): New field constraints. | Bin Cheng | 1 | -0/+49 |
2016-06-24 | Dump profile-based number of iterations | Martin Liska | 1 | -3/+4 |
2016-05-27 | cfgloop.c (record_niter_bound): Record likely upper bounds. | Jan Hubicka | 1 | -0/+5 |
2016-05-20 | cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify. | Jan Hubicka | 1 | -2/+2 |
2016-03-07 | re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_... | Richard Biener | 1 | -10/+22 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-26 | Revert "Improve verification of loop->latch in verify_loop_structure" | Tom de Vries | 1 | -1/+0 |