summaryrefslogtreecommitdiff
path: root/test/live.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: make SSA tests unconditionalKeith Randall2016-09-151-656/+0
* cmd/compile: add SSA backend for s390x and enable by defaultMichael Munday2016-09-131-1/+1
* cmd/compile: ignore contentEscapes for marking nodes as escapingKeith Randall2016-09-071-0/+11
* Revert of cmd/compile: ignore contentEscapes for marking nodes as escapingBrad Fitzpatrick2016-09-071-10/+0
* cmd/compile: ignore contentEscapes for marking nodes as escapingKeith Randall2016-09-071-0/+10
* cmd/compile: add MIPS64 optimizations, SSA on by defaultCherry Zhang2016-08-261-1/+1
* cmd/compile: ppc64le working, not optimized enoughDavid Chase2016-08-181-1/+1
* [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang2016-08-151-1/+1
* [dev.ssa] cmd/compile: implement GO386=387Keith Randall2016-08-101-1/+1
* [dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall2016-08-091-1/+1
* [dev.ssa] cmd/compile: support NaCl in SSA for ARMCherry Zhang2016-07-161-1/+1
* [dev.ssa] cmd/compile: enable SSA on ARM by defaultCherry Zhang2016-07-061-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* [dev.ssa] cmd/compile: default compile+test with SSADavid Chase2015-10-301-0/+1
* test: add -update_errors flag to run scriptDmitry Vyukov2015-04-101-39/+39
* cmd/gc: evaluate concrete == interface without allocatingJosh Bleecher Snyder2015-02-121-4/+1
* cmd/gc: allocate non-escaping maps on stackDmitry Vyukov2015-02-121-2/+2
* [dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbageRuss Cox2014-11-141-1/+1
|\
| * [dev.power64] test: "fix" live.go test on power64xAustin Clements2014-11-031-1/+1
* | [dev.garbage] cmd/gc, runtime: add locks around print statementsRuss Cox2014-11-051-66/+86
|/
* cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-301-10/+10
* cmd/gc: emit write barriersRuss Cox2014-09-111-1/+1
* runtime: convert panic/recover to GoKeith Randall2014-09-051-1/+1
* cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox2014-08-181-24/+27
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-5/+5
* cmd/gc: allocate select descriptor on stackDmitriy Vyukov2014-07-201-3/+3
* cmd/gc: fix liveness for address-taken variables in inlined functionsRuss Cox2014-06-021-0/+32
* cmd/gc: fix x=x crashRuss Cox2014-05-291-0/+26
* undo CL 102820043 / b0ce6dbafc18Russ Cox2014-05-281-26/+0
* cmd/gc: fix x=x crashRuss Cox2014-05-281-0/+26
* cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with livenessRuss Cox2014-04-031-6/+33
* cmd/gc: shorten even more temporary lifetimesRuss Cox2014-04-021-0/+114
* cmd/gc: shorten more temporary lifetimesRuss Cox2014-04-011-0/+93
* cmd/gc: shorten temporary lifetimes when possibleRuss Cox2014-04-011-0/+118
* cmd/gc: liveness-related bug fixesRuss Cox2014-03-271-2/+20
* cmd/gc: correct liveness for fat variablesRuss Cox2014-02-151-0/+12
* cmd/gc: correct liveness for various non-returning functionsRuss Cox2014-02-141-0/+61
* cmd/gc: correct liveness for func ending in panicRuss Cox2014-02-131-0/+8
* cmd/gc: handle variable initialization by block move in livenessRuss Cox2014-02-131-0/+18
* cmd/gc: fix liveness for addressed resultsRuss Cox2014-02-131-0/+9
* cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox2014-02-131-0/+7