aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/stack.go
AgeCommit message (Expand)Author
2024-02-29cmd/compile: soften type matching when allocating stack slotskhr@golang.org
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-04-03cmd/compile: handle new panicindex/slice names in optimizationsKeith Randall
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-05-14cmd/compile: assign and preserve statement boundaries.David Chase
2018-05-08cmd/compile: add some generic composite type optimizationsMichael Munday
2018-04-11test/codegen: port last stack and memcombining testsAlberto Donizetti
2018-03-30test/codegen: port stack-related tests to codegenAlberto Donizetti