summaryrefslogtreecommitdiff
path: root/test/uintptrescapes2.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile: skip escape analysis diagnostics for wrappersMatthew Dempsky2021-06-241-1/+1
* cmd/compile: fix //go:uintptrescapes for basic method callsMatthew Dempsky2019-11-051-9/+31
* cmd/compile: better integrate parameter tagging with escape.goMatthew Dempsky2019-09-101-1/+1
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-2/+2
* cmd/compile: reuse temporaries in order passKeith Randall2018-10-141-2/+2
* cmd/compile,runtime: remove ambiguously live logicKeith Randall2018-10-031-4/+4
* cmd/compile: fix go:uintptrescapes tag for unnamed parametersCherry Zhang2018-02-141-4/+16
* cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase2016-10-311-2/+2
* cmd/compile: args no longer live until end-of-functionKeith Randall2016-09-191-3/+3
* cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor2016-07-061-0/+31