aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-if-to-switch.cc
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-01if-to-switch: properly allow side effects only for first conditionMartin Liska1-9/+11
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+2
2022-06-21if-to-switch: Don't skip the first condition bb when find_conditions in if-to...Xionghu Luo1-1/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-02-10if-to-switch: fix memory leak in case mergingMartin Liska1-8/+9
2021-02-10if-to-switch: fix a memory leakMartin Liska1-2/+1
2021-01-13if-to-switch: fix also virtual phisMartin Liska1-7/+4
2021-01-11if-to-switch: remove memory leaksMartin Liska1-41/+56
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-08if-to-switch: fix matching of negative conditionsMartin Liska1-0/+6
2020-12-02if-to-switch: Support chain with 2 BBs.Martin Liska1-2/+4
2020-12-02if-to-switch: consider only integral typesMartin Liska1-0/+1
2020-12-01Add if-chain to switch conversion pass.Martin Liska1-0/+566