Age | Commit message (Expand) | Author | Files | Lines |
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 |