Age | Commit message (Expand) | Author | Files | Lines |
2020-09-24 | add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges | Richard Biener | 1 | -2/+1 |
2020-05-06 | middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERS | Richard Biener | 1 | -2/+3 |
2020-04-02 | c/94392 - only enable -ffinite-loops for C++ | Richard Biener | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -45/+45 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -1/+0 |
2019-05-20 | cfgloop.h (struct loop): Add simdlen member. | Jakub Jelinek | 1 | -0/+1 |
2019-03-08 | re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto) | Richard Biener | 1 | -0/+1 |
2019-03-07 | re PR tree-optimization/89618 (Inner loop won't vectorize unless dummy statem... | Richard Biener | 1 | -0/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-04-13 | re PR tree-optimization/82965 (gcc.dg/vect/pr79347.c starts failing after r25... | Jan Hubicka | 1 | -48/+70 |
2018-04-06 | re PR rtl-optimization/84872 (ICE in create_preheader, at cfgloopmanip.c:1536) | Jakub Jelinek | 1 | -1/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-07 | Add unroll and jam pass | Michael Matz | 1 | -17/+30 |
2017-11-16 | cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile manipulation. | Jan Hubicka | 1 | -68/+55 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -27/+4 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -16/+4 |
2017-07-18 | re PR tree-optimization/81463 (ICE in scale_loop_profile at gcc/cfgloopmanip.... | Jan Hubicka | 1 | -1/+1 |
2017-07-16 | cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE fixpoint a... | Jan Hubicka | 1 | -2/+2 |
2017-07-05 | cfgloop.h (struct loop): Add comment. | Bin Cheng | 1 | -1/+2 |
2017-07-01 | cfg.c (scale_bbs_frequencies): New function. | Jan Hubicka | 1 | -28/+30 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -49/+18 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -19/+25 |
2017-02-21 | loop.texi (Loop manipulation): Remove nonexistent tree_ssa_loop_version from ... | Aldy Hernandez | 1 | -1/+4 |
2017-02-05 | re PR tree-optimization/79347 (vect_do_peeling is messing up profile) | Jan Hubicka | 1 | -5/+9 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-24 | re PR tree-optimization/71595 (ICE on valid code at -O2 and -O3 on x86_64-lin... | Richard Biener | 1 | -10/+14 |
2016-10-14 | re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies) | Pat Haugen | 1 | -1/+4 |
2016-08-11 | re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440) | Richard Biener | 1 | -4/+9 |
2016-07-29 | cfgloop.h (struct loop): New field constraints. | Bin Cheng | 1 | -0/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -10/+3 |
2016-05-27 | cfgloop.c (record_niter_bound): Record likely upper bounds. | Jan Hubicka | 1 | -0/+3 |
2016-01-23 | tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the... | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-17 | Add in_oacc_kernels_region in struct loop | Tom de Vries | 1 | -0/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -2/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -2/+2 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -12/+3 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -1/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+3 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -2/+2 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-01-25 | re PR middle-end/59561 (warning: iteration 4 invokes undefined behavior) | Jakub Jelinek | 1 | -0/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -3/+3 |