aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue15747.go
AgeCommit message (Expand)Author
2018-02-13runtime: remove legacy eager write barrierAustin Clements
2017-10-30cmd/compile: compiler support for buffered write barrierAustin Clements
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-10-28cmd/compile: disable various write barrier optimizationsAustin Clements
2016-10-15test: simplify fixedbugs/issue15747.goAustin Clements
2016-09-19cmd/compile: args no longer live until end-of-functionKeith Randall
2016-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-05-27cmd/compile: fix liveness computation for heap-escaped parametersRuss Cox