aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/logopt
AgeCommit message (Expand)Author
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-05[dev.regabi] cmd/compile: remove toolstash scaffoldingMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: reimplement capture analysisMatthew 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
2020-03-10cmd/compile: avoid string(int) conversionsmasher164
2019-12-10cmd/compile/internal/logopt: gofmtTobias Klauser
2019-11-12cmd/compile: expand initial $GOROOT in optimizer logging json/lsp file namesDavid 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