aboutsummaryrefslogtreecommitdiff
path: root/test/live.go
AgeCommit message (Expand)Author
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
2016-07-16[dev.ssa] cmd/compile: support NaCl in SSA for ARMCherry Zhang
2016-07-06[dev.ssa] cmd/compile: enable SSA on ARM by defaultCherry Zhang
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-04-10test: add -update_errors flag to run scriptDmitry Vyukov
2015-02-12cmd/gc: evaluate concrete == interface without allocatingJosh Bleecher Snyder
2015-02-12cmd/gc: allocate non-escaping maps on stackDmitry Vyukov
2014-11-14[dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbageRuss Cox
2014-11-05[dev.garbage] cmd/gc, runtime: add locks around print statementsRuss Cox
2014-11-03[dev.power64] test: "fix" live.go test on power64xAustin Clements
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-09-05runtime: convert panic/recover to GoKeith Randall
2014-08-18cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2014-07-20cmd/gc: allocate select descriptor on stackDmitriy Vyukov
2014-06-02cmd/gc: fix liveness for address-taken variables in inlined functionsRuss Cox
2014-05-29cmd/gc: fix x=x crashRuss Cox
2014-05-28undo CL 102820043 / b0ce6dbafc18Russ Cox
2014-05-28cmd/gc: fix x=x crashRuss Cox
2014-04-03cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with livenessRuss Cox
2014-04-02cmd/gc: shorten even more temporary lifetimesRuss Cox
2014-04-01cmd/gc: shorten more temporary lifetimesRuss Cox
2014-04-01cmd/gc: shorten temporary lifetimes when possibleRuss Cox
2014-03-27cmd/gc: liveness-related bug fixesRuss Cox
2014-02-15cmd/gc: correct liveness for fat variablesRuss Cox
2014-02-14cmd/gc: correct liveness for various non-returning functionsRuss Cox
2014-02-13cmd/gc: correct liveness for func ending in panicRuss Cox
2014-02-13cmd/gc: handle variable initialization by block move in livenessRuss Cox
2014-02-13cmd/gc: fix liveness for addressed resultsRuss Cox
2014-02-13cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox
2014-01-16cmd/gc: handle non-escaping address-taken variables betterRuss Cox