Age | Commit message (Expand) | Author | Files | Lines |
2023-07-19 | tree-switch-conversion: Fix a comment typo | Jakub Jelinek | 1 | -1/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -1/+1 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-30 | Improve profile handling in switch lowering. | Martin Liska | 1 | -1/+7 |
2022-06-27 | tree-switch-conversion.h: use final/override for cluster vfunc impls | David Malcolm | 1 | -15/+17 |
2022-06-23 | Fix typo | Xionghu Luo | 1 | -1/+1 |
2022-03-28 | tree-optimization/105070 - annotate bit cluster tests with locations | Richard Biener | 1 | -1/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-08-16 | Speed up jump table switch detection. | Martin Liska | 1 | -2/+12 |
2021-02-10 | if-to-switch: fix memory leak in case merging | Martin Liska | 1 | -0/+10 |
2021-02-05 | debug: fix switch lowering debug info | Tom de Vries | 1 | -4/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-01 | Add if-chain to switch conversion pass. | Martin Liska | 1 | -7/+17 |
2020-11-06 | Add -fbit-tests option. | Martin Liska | 1 | -0/+6 |
2020-09-29 | switch conversion: make a rapid speed up | Martin Liska | 1 | -4/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-14 | Remove dead code in switch conv pass. | Martin Liska | 1 | -6/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -3/+3 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -10/+20 |
2019-05-10 | Add params for jump-table expansion params (PR middle-end/90340). | Martin Liska | 1 | -6/+0 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-16 | tree-switch-conversion.h (switch_decision_tree::emit_case_nodes): Add locatio... | Eric Botcazou | 1 | -3/+5 |
2018-10-24 | Switch conversion: support any ax + b transformation (PR tree-optimization/84... | Martin Liska | 1 | -4/+6 |
2018-08-27 | Improve switch code emission for a balanced tree (PR tree-optimization/86847). | Martin Liska | 1 | -0/+24 |
2018-08-27 | Fix probability for bit-tests. | Martin Liska | 1 | -3/+9 |
2018-08-27 | Fix probabilities for jump table (PR tree-optimization/86702). | Martin Liska | 1 | -6/+5 |
2018-06-28 | Come up with jump_table ratio constants used in jump_table_cluster. | Martin Liska | 1 | -0/+6 |
2018-06-22 | Fix emission of jump tables (PR tree-optimization/86263). | Martin Liska | 1 | -0/+20 |
2018-06-20 | Enable clustering for switch statements. | Martin Liska | 1 | -1/+18 |
2018-06-20 | Switch other switch expansion methods into classes. | Martin Liska | 1 | -0/+543 |
2018-06-20 | Transform switch_conversion into a class. | Martin Liska | 1 | -0/+266 |