aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/switch.go
AgeCommit message (Expand)Author
6 dayscmd/internal/tesdir: fix Test/codegen/switch on loong64qmuntal
7 dayscmd/compile: support all constant return types in switch lookup tablesqmuntal
11 dayscmd/compile: optimize switch statements using lookup tablesqmuntal
2026-03-31test/codegen: replace commas with spaces between regexpsKeith Randall
2026-03-31test/codegen: get rid of \sKeith Randall
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-09-27cmd/compile: implement jump table on loong64limeidan
2025-02-13cmd/compile: implement signed loads from read-only memoryKeith Randall
2023-10-09cmd/compile: use type hash from itab field instead of type fieldKeith Randall
2023-10-09cmd/compile: use cache in front of convI2IKeith Randall
2023-10-06cmd/compile: use cache in front of type assert runtime callKeith Randall
2023-10-06cmd/compile: add a cache to interface type switchesKeith Randall
2023-10-06cmd/compile: improve interface type switchesKeith Randall
2023-08-23cmd/compile: use jump tables for large type switchesKeith Randall
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-08-31cmd/compile: use better splitting condition for string binary searchKeith Randall
2022-05-13cmd/compile: use jump table on ARM64Cherry Mui
2022-04-14cmd/compile: add jump table codegen testKeith Randall
2019-09-18cmd/compile: optimize switch on stringsMatthew Dempsky