aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test/ssa_test.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-02-06cmd/compile: replace os.MkdirTemp with T.TempDirOleksandr Redko
2022-11-15cmd/compile: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2021-10-08runtime: fix uint64->float32 conversion for softfloatKeith Randall
2020-12-23[dev.regabi] cmd/compile: split out package test [generated]Russ Cox