aboutsummaryrefslogtreecommitdiff
path: root/test/live.go
AgeCommit message (Expand)Author
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-08-21cmd/compile/internal/walk: reuse runtime.scaseMatthew Dempsky
2023-08-21cmd/compile/internal/reflectdata: share hmap and hiter typesMatthew Dempsky
2023-01-21cmd/compile: sort liveness variable reportsKeith Randall
2022-08-18cmd/compile: stop using VARKILLKeith Randall
2022-08-10test: relax live.go for GOEXPERIMENT=unifiedMatthew Dempsky
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-06-24[dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappersMatthew Dempsky
2021-06-08[dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui
2021-06-04[dev.typeparams] test: test regabidefers in live.goCherry Mui
2021-04-19test: add liveness test for regabiCherry Zhang
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2020-12-01[dev.regabi] cmd/compile: only save ONAMEs on Curfn.DclMatthew Dempsky
2020-01-29cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64Joel Sing
2020-01-29test: disable the live test on riscv64Joel Sing
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
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
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-03-06cmd/compile: fix ordering for short-circuiting opsKeith Randall
2018-10-15cmd/compile: provide types for all order-allocated temporariesKeith Randall
2018-10-14cmd/compile: reuse temporaries in order passKeith Randall
2018-10-14runtime,cmd/compile: pass strings and slices to convT2{E,I} by valueKeith Randall
2018-10-03cmd/compile,runtime: remove ambiguously live logicKeith Randall
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-05-22cmd/compile: enable stack maps everywhere except unsafe pointsAustin Clements
2018-05-01cmd/compile: open code select{send,recv,default}Matthew Dempsky
2018-05-01runtime: eliminate runtime.hselectMatthew Dempsky
2018-02-27cmd/compile: mark the first word of an interface as a uintptrKeith Randall
2017-11-02cmd/compile: specialize map creation for small hint sizesMartin Möhrmann
2017-10-13cmd/compile: simplify slice/array range loops for some element sizesMartin Möhrmann
2017-08-24cmd/compile: eliminate stores to unread auto variablesMichael Munday
2017-03-21runtime: add mapdelete_fast*Hugues Bruant
2017-03-13runtime: add mapassign_fast*Hugues Bruant
2017-03-07cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky
2017-02-28cmd/compile, runtime: specialize convT2x, don't alloc for zero valsJosh Bleecher Snyder
2017-02-10cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. testsRobert Griesemer
2017-02-03cmd/compile: make sure output params are live if there is a deferKeith Randall
2017-02-02cmd/compile: convert constants to interfaces without allocatingJosh Bleecher Snyder
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-10-12cmd/compile,runtime: redo how map assignments workKeith Randall
2016-10-03cmd/compile: relax liveness restrictions on ambiguously liveThan McIntosh
2016-09-22test: errorcheck auto-generated functionsCherry Zhang