aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/slices.go
AgeCommit message (Expand)Author
2023-02-23cmd/compile: inline constant sized memclrNoHeapPointers calls on PPC64Lynn Boger
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2023-01-20cmd/compile: rewrite empty makeslice to zerobase pointerJorropo
2022-08-17test/codegen: updated multiple tests to verify on ppc64,ppc64leArchana R
2022-08-08cmd/compile: optimize unsafe.Slice generated codeKeith Randall
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