aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/slices.go
AgeCommit message (Expand)Author
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2020-08-27cmd/compile: generate subfic on ppc64Paul E. Murphy
2020-05-07cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann
2019-10-08cmd/compile: don't use statictmps for small object in slice literalCuong Manh Le
2019-09-17cmd/compile: support more length types for slice extension optimizationLE Manh Cuong
2019-02-26cmd/compile: treat slice pointers as non-nilKeith Randall
2018-05-06cmd/compile: optimize append(x, make([]T, y)...) slice extensionMartin Möhrmann
2018-05-02cmd/compile: refactor memclrrange for arrays and slicesMartin Möhrmann