aboutsummaryrefslogtreecommitdiff
path: root/test/live2.go
AgeCommit message (Expand)Author
2023-08-21cmd/compile/internal/reflectdata: share hmap and hiter typesMatthew Dempsky
2019-09-03cmd/compile: extend ssa.go to handle 1-element array and 1-field structCuong Manh Le
2019-08-28Revert "cmd/compile: make isfat handle 1-element array, 1-field struct"Matthew Dempsky
2019-08-28cmd/compile: make isfat handle 1-element array, 1-field structLE Manh Cuong
2018-10-03cmd/compile,runtime: remove ambiguously live logicKeith Randall
2017-11-02cmd/compile: specialize map creation for small hint sizesMartin Möhrmann
2017-08-24cmd/compile: eliminate stores to unread auto variablesMichael Munday
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-10-07test: re-enable live2 test on amd64Keith Randall
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-10-30[dev.ssa] cmd/compile: default compile+test with SSADavid Chase
2015-02-12cmd/gc: allocate non-escaping maps on stackDmitry Vyukov
2014-11-05[dev.garbage] cmd/gc, runtime: add locks around print statementsRuss Cox
2014-09-30cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox
2014-09-11cmd/gc: emit write barriersRuss Cox
2014-06-02cmd/gc: fix liveness for address-taken variables in inlined functionsRuss Cox