aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-if-to-switch.cc
AgeCommit message (Expand)AuthorFilesLines
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