summaryrefslogtreecommitdiff
path: root/test/live.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: sort liveness variable reportsKeith Randall2023-01-211-2/+2
* cmd/compile: stop using VARKILLKeith Randall2022-08-181-2/+2
* test: relax live.go for GOEXPERIMENT=unifiedMatthew Dempsky2022-08-101-1/+2
* [dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall2021-08-091-3/+3
* [dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappersMatthew Dempsky2021-06-241-1/+1
* [dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui2021-06-081-1/+1
* [dev.typeparams] test: test regabidefers in live.goCherry Mui2021-06-041-4/+4
* test: add liveness test for regabiCherry Zhang2021-04-191-1/+2
* cmd/compile: wrap/desugar defer calls for register abiThan McIntosh2021-03-231-1/+2
* [dev.regabi] cmd/compile: only save ONAMEs on Curfn.DclMatthew Dempsky2020-12-011-1/+1
* cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64Joel Sing2020-01-291-5/+1
* test: disable the live test on riscv64Joel Sing2020-01-291-1/+6
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-241-7/+11
* Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-161-11/+7
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-161-7/+11
* cmd/compile: extend ssa.go to handle 1-element array and 1-field structCuong Manh Le2019-09-031-1/+12
* Revert "cmd/compile: make isfat handle 1-element array, 1-field struct"Matthew Dempsky2019-08-281-1/+1
* cmd/compile: make isfat handle 1-element array, 1-field structLE Manh Cuong2019-08-281-1/+1
* Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall2019-06-101-1/+1
* Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall2019-06-051-1/+1
* cmd/compile,runtime: allocate defer records on the stackKeith Randall2019-06-041-1/+1
* cmd/compile: fix ordering for short-circuiting opsKeith Randall2019-03-061-4/+5
* cmd/compile: provide types for all order-allocated temporariesKeith Randall2018-10-151-4/+13
* cmd/compile: reuse temporaries in order passKeith Randall2018-10-141-24/+24
* runtime,cmd/compile: pass strings and slices to convT2{E,I} by valueKeith Randall2018-10-141-4/+4
* cmd/compile,runtime: remove ambiguously live logicKeith Randall2018-10-031-85/+90
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-231-1/+1
* cmd/compile: enable stack maps everywhere except unsafe pointsAustin Clements2018-05-221-3/+3
* cmd/compile: open code select{send,recv,default}Matthew Dempsky2018-05-011-10/+10
* runtime: eliminate runtime.hselectMatthew Dempsky2018-05-011-4/+4
* cmd/compile: mark the first word of an interface as a uintptrKeith Randall2018-02-271-1/+1
* cmd/compile: specialize map creation for small hint sizesMartin Möhrmann2017-11-021-2/+2
* cmd/compile: simplify slice/array range loops for some element sizesMartin Möhrmann2017-10-131-9/+17
* cmd/compile: eliminate stores to unread auto variablesMichael Munday2017-08-241-14/+7
* runtime: add mapdelete_fast*Hugues Bruant2017-03-211-4/+6
* runtime: add mapassign_fast*Hugues Bruant2017-03-131-6/+6
* cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky2017-03-071-5/+5
* cmd/compile, runtime: specialize convT2x, don't alloc for zero valsJosh Bleecher Snyder2017-02-281-4/+4
* cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. testsRobert Griesemer2017-02-101-2/+2
* cmd/compile: make sure output params are live if there is a deferKeith Randall2017-02-031-0/+12
* cmd/compile: convert constants to interfaces without allocatingJosh Bleecher Snyder2017-02-021-21/+27
* cmd/compile: insert scheduling checks on loop backedgesDavid Chase2017-01-091-1/+2
* cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase2016-10-311-80/+80
* cmd/compile,runtime: redo how map assignments workKeith Randall2016-10-121-16/+17
* cmd/compile: relax liveness restrictions on ambiguously liveThan McIntosh2016-10-031-9/+10
* test: errorcheck auto-generated functionsCherry Zhang2016-09-221-1/+8
* cmd/compile: args no longer live until end-of-functionKeith Randall2016-09-191-2/+2
* cmd/compile: inline convT2{I,E} when result doesn't escapeKeith Randall2016-09-191-1/+3
* cmd/compile: turn live variable test off for ppcKeith Randall2016-09-161-0/+2
* test,cmd/compile: remove _ssa file suffixKeith Randall2016-09-151-0/+656