]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-if-to-switch.cc
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / gimple-if-to-switch.cc
2021-02-10  Martin Liskaif-to-switch: fix memory leak in case merging
2021-02-10  Martin Liskaif-to-switch: fix a memory leak
2021-01-13  Martin Liskaif-to-switch: fix also virtual phis
2021-01-11  Martin Liskaif-to-switch: remove memory leaks
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-08  Martin Liskaif-to-switch: fix matching of negative conditions
2020-12-02  Martin Liskaif-to-switch: Support chain with 2 BBs.
2020-12-02  Martin Liskaif-to-switch: consider only integral types
2020-12-01  Martin LiskaAdd if-chain to switch conversion pass.