aboutsummaryrefslogtreecommitdiff
path: root/test/inline.go
AgeCommit message (Expand)Author
2020-11-06cmd/compile: support inlining of type switchesMatthew Dempsky
2020-10-29cmd/compile: inline functions evaluated in go and defer statementsBranden J Brown
2020-10-20cmd/compile: allowing inlining of functions with OCALLPARTDan Scales
2020-10-15cmd/compile: use staticValue for inlining logicMatthew Dempsky
2020-10-15cmd/compile: allow inlining of "for" loopsMatthew Dempsky
2020-09-15test: fix inline.go to pass linux-amd64-nooptMatthew Dempsky
2020-09-14cmd/compile: call fninit earlierMatthew Dempsky
2020-04-03cmd/compile: allow mid-stack inlining when there is a cycle of recursionDan Scales
2019-09-16cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-11-08cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall
2017-11-05cmd/compile: inline closures with capturesHugues Bruant
2017-10-11cmd/compile: inline calls to local closuresHugues Bruant
2017-10-10cmd/compile: remove outdated TODO about inliningMatthew Dempsky
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-03-21cmd/compile: allow inlining of functions with switch statementsTodd Neal
2016-03-18cmd/compile: allow inlining of functions that declare a constTodd Neal
2015-10-29cmd/compile: add support for a go:noinline directiveTodd Neal
2015-02-26cmd/internal/gc: transitive inliningRuss Cox