aboutsummaryrefslogtreecommitdiff
path: root/test/live.go
AgeCommit message (Expand)Author
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
2016-09-19cmd/compile: args no longer live until end-of-functionKeith Randall
2016-09-19cmd/compile: inline convT2{I,E} when result doesn't escapeKeith Randall
2016-09-16cmd/compile: turn live variable test off for ppcKeith Randall
2016-09-15test,cmd/compile: remove _ssa file suffixKeith Randall
2016-09-15test: make SSA tests unconditionalKeith Randall
2016-09-13cmd/compile: add SSA backend for s390x and enable by defaultMichael Munday
2016-09-07cmd/compile: ignore contentEscapes for marking nodes as escapingKeith Randall
2016-09-07Revert of cmd/compile: ignore contentEscapes for marking nodes as escapingBrad Fitzpatrick
2016-09-07cmd/compile: ignore contentEscapes for marking nodes as escapingKeith Randall
2016-08-26cmd/compile: add MIPS64 optimizations, SSA on by defaultCherry Zhang
2016-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-08-10[dev.ssa] cmd/compile: implement GO386=387Keith Randall
2016-08-09[dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall