Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/compile: fix //go:uintptrescapes for basic method calls | Matthew Dempsky | 2019-11-05 | 1 | -9/+31 |
* | cmd/compile: better integrate parameter tagging with escape.go | Matthew Dempsky | 2019-09-10 | 1 | -1/+1 |
* | cmd/compile: skip escape analysis diagnostics for OADDR | Matthew Dempsky | 2019-04-02 | 1 | -2/+2 |
* | cmd/compile: reuse temporaries in order pass | Keith Randall | 2018-10-14 | 1 | -2/+2 |
* | cmd/compile,runtime: remove ambiguously live logic | Keith Randall | 2018-10-03 | 1 | -4/+4 |
* | cmd/compile: fix go:uintptrescapes tag for unnamed parameters | Cherry Zhang | 2018-02-14 | 1 | -4/+16 |
* | cmd/compile: mark temps with new AutoTemp flag, and use it. | David Chase | 2016-10-31 | 1 | -2/+2 |
* | cmd/compile: args no longer live until end-of-function | Keith Randall | 2016-09-19 | 1 | -3/+3 |
* | cmd/compile, syscall: add //go:uintptrescapes comment, and use it | Ian Lance Taylor | 2016-07-06 | 1 | -0/+31 |