summaryrefslogtreecommitdiff
path: root/test/live_regabi.go
Commit message (Expand)AuthorAgeFilesLines
* test: test that we schedule OpArgIntReg earlyKeith Randall2023-01-211-0/+22
* cmd/compile: sort liveness variable reportsKeith Randall2023-01-211-1/+1
* cmd/compile: stop using VARKILLKeith Randall2022-08-181-2/+2
* [dev.unified] test: relax live_regabi.goMatthew Dempsky2022-06-301-1/+2
* test: enable regabi test on arm64Cuong Manh Le2021-08-201-1/+1
* [dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall2021-08-091-3/+3
* [dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappersMatthew Dempsky2021-06-241-1/+1
* [dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui2021-06-081-1/+1
* cmd/compile: reenable name preservation on copies in expand_callsCherry Zhang2021-04-211-4/+1
* cmd/compile: disable name preservation on copies in expand_callsCherry Zhang2021-04-201-1/+4
* test: add liveness test for regabiCherry Zhang2021-04-191-0/+719