aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/logopt/logopt_test.go
AgeCommit message (Expand)Author
2025-05-21cmd/compile/internal/escape: make escape analysis -m=2 logs more accessiblethepudds
2023-09-14cmd/compile/internal/ir: add Func.DeclareParamsMatthew Dempsky
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
2022-05-13cmd/compile/internal: fix test error on loong64Xiaodong Liu
2022-04-12Revert "cmd/compile/internal: fix test error on loong64"Bryan Mills
2022-04-12cmd/compile/internal: fix test error on loong64Xiaodong Liu
2022-03-09cmd/compile: require -p flagRuss Cox
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2020-12-14Merge branch 'master' into dev.regabiAlexander Rakoczy
2020-12-09cmd/compile: fix message typoIkko Ashimine
2020-11-30[dev.regabi] cmd/compile: clean up in preparation for statement NodesRuss Cox
2020-11-01cmd/compile: fix recognition of unnamed return variablesMatthew Dempsky
2020-10-15cmd/compile: use staticValue for inlining logicMatthew Dempsky
2020-10-15cmd/compile: set n.Name.Defn for inlined parametersMatthew Dempsky
2020-09-26cmd/compile: fix logopt log directory naming for windowsDavid Chase
2020-04-13cmd/compile: run TestLogOpt for riscv64 on amd64Joel Sing
2020-04-11Revert "cmd/compile: make logopt test skip if cannot create scratch directory"Alex Brainman
2020-04-11cmd/compile: add explanations to escape-analysis JSON/LSP loggingDavid Chase
2020-04-10cmd/compile: change gc logging to report inline failure instead of successDavid Chase
2020-04-07cmd/compile/internal/logopt: preserve env while running commandEgon Elbre
2020-04-06cmd/compile: make logopt test skip if cannot create scratch directoryDavid Chase
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2019-11-12cmd/compile: enable optimizer logging for inline-related eventsDavid Chase
2019-11-10cmd/compile: enable optimizer logging for bounds checkingDavid Chase
2019-11-10cmd/compile: add framework for logging optimizer (non)actions to LSPDavid Chase