summaryrefslogtreecommitdiff
path: root/test/codegen/strings.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/ssa: optimize memory moving on arm64eric fang2022-08-231-1/+1
* all: use ":" for compiler generated symbolsCuong Manh Le2022-08-091-1/+1
* cmd/compile: loads from readonly globals into const for mips64xMeng Zhuo2021-03-161-0/+1
* cmd/compile: apply optimization for readonly globals on wasmAgniva De Sarker2019-08-281-0/+3
* cmd/compile: implement some moves using non-overlapping reads&writesKeith Randall2018-10-301-0/+12
* cmd/compile: optimize loads from readonly globals into constantsKeith Randall2018-10-141-0/+27
* cmd/compile: make []byte("...") more efficientKeith Randall2018-10-101-0/+7
* cmd/compile: optimize len([]rune(string))Martin Möhrmann2018-05-061-0/+15