summaryrefslogtreecommitdiff
path: root/test/live2.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: extend ssa.go to handle 1-element array and 1-field structCuong Manh Le2019-09-031-2/+2
* Revert "cmd/compile: make isfat handle 1-element array, 1-field struct"Matthew Dempsky2019-08-281-2/+2
* cmd/compile: make isfat handle 1-element array, 1-field structLE Manh Cuong2019-08-281-2/+2
* cmd/compile,runtime: remove ambiguously live logicKeith Randall2018-10-031-8/+7
* cmd/compile: specialize map creation for small hint sizesMartin Möhrmann2017-11-021-2/+2
* cmd/compile: eliminate stores to unread auto variablesMichael Munday2017-08-241-2/+5
* cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase2016-10-311-5/+5
* test: re-enable live2 test on amd64Keith Randall2016-10-071-1/+0
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* [dev.ssa] cmd/compile: default compile+test with SSADavid Chase2015-10-301-0/+1
* cmd/gc: allocate non-escaping maps on stackDmitry Vyukov2015-02-121-4/+4
* [dev.garbage] cmd/gc, runtime: add locks around print statementsRuss Cox2014-11-051-2/+4
* cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-301-6/+4
* cmd/gc: emit write barriersRuss Cox2014-09-111-1/+1
* cmd/gc: fix liveness for address-taken variables in inlined functionsRuss Cox2014-06-021-0/+39