Age | Commit message (Expand) | Author | Files | Lines |
2020-12-01 | Add if-chain to switch conversion pass. | Martin Liska | 1 | -0/+1 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 1 | -0/+1 |
2020-11-02 | pass: Run cleanup passes before SLP [PR96789] | Kewen Lin | 1 | -0/+6 |
2020-10-30 | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 1 | -0/+1 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -2/+0 |
2020-09-20 | New modref/ipa_modref optimization passes | Jan Hubicka | 1 | -0/+2 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -2/+0 |
2020-06-17 | Lower VEC_COND_EXPR into internal functions. | Martin Liska | 1 | -0/+1 |
2020-06-03 | Optimize ODR enum streaming | Jan Hubicka | 1 | -0/+1 |
2020-05-20 | Fix alignment for local variable [PR90811] | Kito Cheng | 1 | -0/+1 |
2020-01-18 | [C++ coroutines] Initial implementation. | Iain Sandoe | 1 | -0/+2 |
2020-01-14 | Initial commit of analyzer | David Malcolm | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-28 | Move jump threading before reload | Ilya Leoshkevich | 1 | -1/+1 |
2019-09-20 | New IPA-SRA | Martin Jambor | 1 | -1/+1 |
2019-09-09 | Remove bt-load.c | Richard Sandiford | 1 | -4/+0 |
2019-08-26 | PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc... | Martin Sebor | 1 | -0/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-08 | subreg: Add -fsplit-wide-types-early (PR88233) | Segher Boessenkool | 1 | -1/+2 |
2019-07-04 | re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co... | Richard Biener | 1 | -1/+1 |
2019-04-25 | tree-pass.h (make_pass_phi_only_cprop): Remove. | Richard Biener | 1 | -1/+0 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-17 | Add a loop versioning pass | Richard Sandiford | 1 | -0/+1 |
2018-12-03 | Repeat jump threading after combine | Ilya Leoshkevich | 1 | -0/+1 |
2018-11-20 | re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning) | Jan Hubicka | 1 | -0/+1 |
2018-06-08 | Convert dump and optgroup flags to enums | David Malcolm | 1 | -1/+1 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -6/+0 |
2018-05-18 | Radically simplify emission of balanced tree for switch statements. | Martin Liska | 1 | -0/+1 |
2018-01-13 | Add an "early rematerialisation" pass | Richard Sandiford | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-16 | PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over self | Martin Sebor | 1 | -0/+1 |
2017-12-07 | re PR tree-optimization/81303 (410.bwaves regression caused by r249919) | Bin Cheng | 1 | -0/+1 |
2017-12-07 | Add unroll and jam pass | Michael Matz | 1 | -0/+1 |
2017-10-23 | tree-pass.h (PROP_rtl_split_insns): Define. | Sandra Loosemore | 1 | -0/+1 |
2017-08-29 | Make expansion of balanced binary trees of switches on tree level. | Martin Liska | 1 | -0/+1 |
2017-06-16 | re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge) | Richard Biener | 1 | -1/+0 |
2017-05-31 | passes.c: implement pre-ICE emergency dumping | Alexander Monakov | 1 | -0/+1 |
2017-05-23 | cgraphunit.c (symbol_table::process_new_functions): Update. | Jan Hubicka | 1 | -1/+2 |
2017-05-23 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -2/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum... | Jakub Jelinek | 1 | -0/+1 |
2016-11-22 | OpenMP offloading to NVPTX: middle-end changes | Alexander Monakov | 1 | -0/+2 |
2016-10-28 | GIMPLE store merging pass | Kyrylo Tkachov | 1 | -0/+1 |
2016-10-20 | loop splitting | Michael Matz | 1 | -0/+1 |
2016-10-18 | Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o. | Aldy Hernandez | 1 | -0/+1 |
2016-09-20 | PR middle-end/49905 - Better sanity checking on sprintf src & dest to | Martin Sebor | 1 | -0/+1 |
2016-09-20 | Add Early VRP | Kugan Vivekanandarajah | 1 | -0/+1 |
2016-09-18 | passes.def (pass_early_thread_jumps): Schedule after forwprop. | Jan Hubicka | 1 | -0/+1 |
2016-08-18 | tree-pass.h (make_pass_materialize_all_clones): Declare. | Richard Biener | 1 | -0/+2 |
2016-05-27 | tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h. | Jeff Law | 1 | -0/+1 |