summaryrefslogtreecommitdiff
path: root/test/inline.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] test: rename blank functionsMatthew Dempsky2021-07-281-2/+2
* [dev.typeparams] cmd/compile: delay method value wrapper generation until walkCuong Manh Le2021-06-271-2/+4
* cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh2021-05-181-2/+2
* cmd/compile: set types properly for imported funcs with closuresDan Scales2021-04-141-11/+11
* cmd/compile: include typecheck information in export/importKeith Randall2021-04-101-11/+11
* test: fix inline.go test for linux-amd64-nooptEgon Elbre2021-02-251-7/+12
* cmd/compile: disable inlining functions with closures for nowDan Scales2021-02-241-1/+1
* cmd/compile: reduce inline cost of OCONVOPEgon Elbre2021-02-241-0/+23
* [dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales2021-01-201-11/+11
* cmd/compile: support inlining of type switchesMatthew Dempsky2020-11-061-2/+1
* cmd/compile: inline functions evaluated in go and defer statementsBranden J Brown2020-10-291-0/+17
* cmd/compile: allowing inlining of functions with OCALLPARTDan Scales2020-10-201-0/+17
* cmd/compile: use staticValue for inlining logicMatthew Dempsky2020-10-151-0/+9
* cmd/compile: allow inlining of "for" loopsMatthew Dempsky2020-10-151-0/+23
* test: fix inline.go to pass linux-amd64-nooptMatthew Dempsky2020-09-151-2/+1
* cmd/compile: call fninit earlierMatthew Dempsky2020-09-141-1/+1
* cmd/compile: allow mid-stack inlining when there is a cycle of recursionDan Scales2020-04-031-0/+18
* cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky2019-09-161-6/+6
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-3/+3
* cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall2018-11-081-0/+18
* cmd/compile: inline closures with capturesHugues Bruant2017-11-051-0/+33
* cmd/compile: inline calls to local closuresHugues Bruant2017-10-111-1/+48
* cmd/compile: remove outdated TODO about inliningMatthew Dempsky2017-10-101-0/+10
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/compile: allow inlining of functions with switch statementsTodd Neal2016-03-211-0/+36
* cmd/compile: allow inlining of functions that declare a constTodd Neal2016-03-181-0/+5
* cmd/compile: add support for a go:noinline directiveTodd Neal2015-10-291-0/+9
* cmd/internal/gc: transitive inliningRuss Cox2015-02-261-0/+24