aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/strings.go
AgeCommit message (Expand)Author
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2025-11-13test: fix tests to work with sizespecializedmalloc turned offmatloob@golang.org
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-09-09cmd/compile/internal/ssa: expand runtime.memequal for length {3,5,6,7}Youlin Feng
2025-09-05cmd/compile: optimize loads from readonly globals into constants on loong64Xiaolin Zhao
2024-09-10cmd/compile: optimize []byte(string1 + string2)Paschalis Tsilias
2023-07-26cmd/compile: optimize s==s for stringsKeith Randall
2023-05-23cmd/compile: avoid slicebytetostring call in len(string([]byte))Cuong Manh Le
2022-08-23cmd/compile/internal/ssa: optimize memory moving on arm64eric fang
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2021-03-16cmd/compile: loads from readonly globals into const for mips64xMeng Zhuo
2019-08-28cmd/compile: apply optimization for readonly globals on wasmAgniva De Sarker
2018-10-30cmd/compile: implement some moves using non-overlapping reads&writesKeith Randall
2018-10-14cmd/compile: optimize loads from readonly globals into constantsKeith Randall
2018-10-10cmd/compile: make []byte("...") more efficientKeith Randall
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann