aboutsummaryrefslogtreecommitdiff
path: root/test/live_regabi.go
AgeCommit message (Expand)Author
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-08-21cmd/compile/internal/walk: reuse runtime.scaseMatthew Dempsky
2023-08-21cmd/compile/internal/reflectdata: share hmap and hiter typesMatthew Dempsky
2023-01-21test: test that we schedule OpArgIntReg earlyKeith Randall
2023-01-21cmd/compile: sort liveness variable reportsKeith Randall
2022-08-18cmd/compile: stop using VARKILLKeith Randall
2022-06-30[dev.unified] test: relax live_regabi.goMatthew Dempsky
2021-08-20test: enable regabi test on arm64Cuong Manh Le
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-06-24[dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappersMatthew Dempsky
2021-06-08[dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui
2021-04-21cmd/compile: reenable name preservation on copies in expand_callsCherry Zhang
2021-04-20cmd/compile: disable name preservation on copies in expand_callsCherry Zhang
2021-04-19test: add liveness test for regabiCherry Zhang