summaryrefslogtreecommitdiff
path: root/test/inline.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: better code generation for constant-fold switchCuong Manh Le2023-04-141-0/+14
* cmd/compile: reenable inline static initCuong Manh Le2023-04-141-1/+1
* cmd/compile: reorder operations in SCCs to enable more inliningThan McIntosh2023-03-091-3/+3
* cmd/compile: disable inline static init optimizationCuong Manh Le2023-02-091-1/+1
* cmd/compile: reenable inlstaticinitRuss Cox2022-11-231-1/+1
* cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky2022-11-221-1/+1
* cmd/compile: handle simple inlined calls in staticinitRuss Cox2022-11-161-0/+3
* [dev.unified] test: extract different inline test between unified and non-uni...Cuong Manh Le2022-06-151-12/+0
* cmd/compile: constant-fold switches early in compilationKeith Randall2022-04-141-0/+45
* test: fix inline test on noopt builderKeith Randall2022-03-271-5/+4
* cmd/compile: enable inlining SELECTWayne Zuo2022-03-251-0/+29
* cmd/compile/internal/inline: revise closure inl position fixThan McIntosh2021-11-241-2/+2
* cmd/compile: allow inlining of ORANGEnimelehin2021-10-281-0/+13
* cmd/compile: allow inlining labeled for-statement and switch-statementwdvxdr2021-10-181-4/+2
* [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