aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/maps.go
AgeCommit message (Expand)Author
2026-03-31test/codegen: replace commas with spaces between regexpsKeith Randall
2025-11-04cmd/compile/internal/ssa: more aggressive on dead auto elimYoulin Feng
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-02-13cmd/compile: move []byte->string map key optimization to ssaKeith Randall
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2025-01-14internal/runtime/maps: re-enable some testsKeith Randall
2024-08-02cmd/compile,runtime: disable swissmap fast variantsMichael Pratt
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-03-01cmd/compile: include all entries in map literal hint sizeKeith Randall
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2018-10-15cmd/compile: avoid string allocations when map key is struct or array literalMartin Möhrmann
2018-05-08cmd/compile: optimize map-clearing range idiomMartin Möhrmann
2018-03-19test/codegen: port maps test to codegenAlberto Donizetti