index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
logopt
/
logopt_test.go
Age
Commit message (
Expand
)
Author
2025-05-21
cmd/compile/internal/escape: make escape analysis -m=2 logs more accessible
thepudds
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-02-06
cmd/compile: replace os.MkdirTemp with T.TempDir
Oleksandr Redko
2022-11-15
cmd/compile: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-05-13
cmd/compile/internal: fix test error on loong64
Xiaodong Liu
2022-04-12
Revert "cmd/compile/internal: fix test error on loong64"
Bryan Mills
2022-04-12
cmd/compile/internal: fix test error on loong64
Xiaodong Liu
2022-03-09
cmd/compile: require -p flag
Russ Cox
2021-07-03
[dev.typeparams] cmd/compile: flatten OINLCALL in walk
Matthew Dempsky
2021-05-26
[dev.typeparams] cmd/compile: simplify ~r/~b naming
Matthew Dempsky
2020-12-14
Merge branch 'master' into dev.regabi
Alexander Rakoczy
2020-12-09
cmd/compile: fix message typo
Ikko Ashimine
2020-11-30
[dev.regabi] cmd/compile: clean up in preparation for statement Nodes
Russ Cox
2020-11-01
cmd/compile: fix recognition of unnamed return variables
Matthew Dempsky
2020-10-15
cmd/compile: use staticValue for inlining logic
Matthew Dempsky
2020-10-15
cmd/compile: set n.Name.Defn for inlined parameters
Matthew Dempsky
2020-09-26
cmd/compile: fix logopt log directory naming for windows
David Chase
2020-04-13
cmd/compile: run TestLogOpt for riscv64 on amd64
Joel Sing
2020-04-11
Revert "cmd/compile: make logopt test skip if cannot create scratch directory"
Alex Brainman
2020-04-11
cmd/compile: add explanations to escape-analysis JSON/LSP logging
David Chase
2020-04-10
cmd/compile: change gc logging to report inline failure instead of success
David Chase
2020-04-07
cmd/compile/internal/logopt: preserve env while running command
Egon Elbre
2020-04-06
cmd/compile: make logopt test skip if cannot create scratch directory
David Chase
2020-04-03
cmd/compile: add logging for large (>= 128 byte) copies
David Chase
2019-11-12
cmd/compile: enable optimizer logging for inline-related events
David Chase
2019-11-10
cmd/compile: enable optimizer logging for bounds checking
David Chase
2019-11-10
cmd/compile: add framework for logging optimizer (non)actions to LSP
David Chase