Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-11-25 | Improve verification of loop->latch in verify_loop_structure | Tom de Vries | 1 | -0/+1 |
2015-11-17 | Add in_oacc_kernels_region in struct loop | Tom de Vries | 1 | -0/+3 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -0/+10 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -14/+46 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -1/+1 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-25 | hash-traits.h (ggc_hasher): Rename to... | Richard Sandiford | 1 | -1/+1 |
2015-06-25 | function.h (struct incoming_args): Move struct. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-02 | re PR tree-optimization/48052 (loop not vectorized if index is "unsigned int") | Bin Cheng | 1 | -0/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -4/+4 |
2014-10-22 | cfgbuild.h: New. | Andrew MacLeod | 1 | -41/+1 |