aboutsummaryrefslogtreecommitdiff
path: root/test/live_syscall.go
AgeCommit message (Expand)Author
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
2018-10-03cmd/compile,runtime: remove ambiguously live logicKeith Randall
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-12-08cmd/compile: fix unsafe.Pointer liveness for Syscall-like functionsMatthew Dempsky
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox