Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-01 | if-to-switch: properly allow side effects only for first condition | Martin Liska | 1 | -9/+11 |
2022-06-27 | Add 'final' and 'override' to opt_pass vfunc impls | David Malcolm | 1 | -2/+2 |
2022-06-21 | if-to-switch: Don't skip the first condition bb when find_conditions in if-to... | Xionghu Luo | 1 | -1/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-02-10 | if-to-switch: fix memory leak in case merging | Martin Liska | 1 | -8/+9 |
2021-02-10 | if-to-switch: fix a memory leak | Martin Liska | 1 | -2/+1 |
2021-01-13 | if-to-switch: fix also virtual phis | Martin Liska | 1 | -7/+4 |
2021-01-11 | if-to-switch: remove memory leaks | Martin Liska | 1 | -41/+56 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-08 | if-to-switch: fix matching of negative conditions | Martin Liska | 1 | -0/+6 |
2020-12-02 | if-to-switch: Support chain with 2 BBs. | Martin Liska | 1 | -2/+4 |
2020-12-02 | if-to-switch: consider only integral types | Martin Liska | 1 | -0/+1 |
2020-12-01 | Add if-chain to switch conversion pass. | Martin Liska | 1 | -0/+566 |