| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/compile: insert scheduling checks on loop backedges | David Chase | 2017-01-09 | 1 | -1/+2 |
| * | cmd/compile: mark temps with new AutoTemp flag, and use it. | David Chase | 2016-10-31 | 1 | -80/+80 |
| * | cmd/compile,runtime: redo how map assignments work | Keith Randall | 2016-10-12 | 1 | -16/+17 |
| * | cmd/compile: relax liveness restrictions on ambiguously live | Than McIntosh | 2016-10-03 | 1 | -9/+10 |
| * | test: errorcheck auto-generated functions | Cherry Zhang | 2016-09-22 | 1 | -1/+8 |
| * | cmd/compile: args no longer live until end-of-function | Keith Randall | 2016-09-19 | 1 | -2/+2 |
| * | cmd/compile: inline convT2{I,E} when result doesn't escape | Keith Randall | 2016-09-19 | 1 | -1/+3 |
| * | cmd/compile: turn live variable test off for ppc | Keith Randall | 2016-09-16 | 1 | -0/+2 |
| * | test,cmd/compile: remove _ssa file suffix | Keith Randall | 2016-09-15 | 1 | -0/+656 |
| * | test: make SSA tests unconditional | Keith Randall | 2016-09-15 | 1 | -656/+0 |
| * | cmd/compile: add SSA backend for s390x and enable by default | Michael Munday | 2016-09-13 | 1 | -1/+1 |
| * | cmd/compile: ignore contentEscapes for marking nodes as escaping | Keith Randall | 2016-09-07 | 1 | -0/+11 |
| * | Revert of cmd/compile: ignore contentEscapes for marking nodes as escaping | Brad Fitzpatrick | 2016-09-07 | 1 | -10/+0 |
| * | cmd/compile: ignore contentEscapes for marking nodes as escaping | Keith Randall | 2016-09-07 | 1 | -0/+10 |
| * | cmd/compile: add MIPS64 optimizations, SSA on by default | Cherry Zhang | 2016-08-26 | 1 | -1/+1 |
| * | cmd/compile: ppc64le working, not optimized enough | David Chase | 2016-08-18 | 1 | -1/+1 |
| * | [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by default | Cherry Zhang | 2016-08-15 | 1 | -1/+1 |
| * | [dev.ssa] cmd/compile: implement GO386=387 | Keith Randall | 2016-08-10 | 1 | -1/+1 |
| * | [dev.ssa] cmd/compile: port SSA backend to amd64p32 | Keith Randall | 2016-08-09 | 1 | -1/+1 |
| * | [dev.ssa] cmd/compile: support NaCl in SSA for ARM | Cherry Zhang | 2016-07-16 | 1 | -1/+1 |
| * | [dev.ssa] cmd/compile: enable SSA on ARM by default | Cherry Zhang | 2016-07-06 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 1 | -1/+1 |
| * | [dev.ssa] cmd/compile: default compile+test with SSA | David Chase | 2015-10-30 | 1 | -0/+1 |
| * | test: add -update_errors flag to run script | Dmitry Vyukov | 2015-04-10 | 1 | -39/+39 |
| * | cmd/gc: evaluate concrete == interface without allocating | Josh Bleecher Snyder | 2015-02-12 | 1 | -4/+1 |
| * | cmd/gc: allocate non-escaping maps on stack | Dmitry Vyukov | 2015-02-12 | 1 | -2/+2 |
| * | [dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbage | Russ Cox | 2014-11-14 | 1 | -1/+1 |
| |\ |
|
| | * | [dev.power64] test: "fix" live.go test on power64x | Austin Clements | 2014-11-03 | 1 | -1/+1 |
| * | | [dev.garbage] cmd/gc, runtime: add locks around print statements | Russ Cox | 2014-11-05 | 1 | -66/+86 |
| |/ |
|
| * | cmd/gc: fix call order in array literal of slice literal of make chan | Russ Cox | 2014-09-30 | 1 | -10/+10 |
| * | cmd/gc: emit write barriers | Russ Cox | 2014-09-11 | 1 | -1/+1 |
| * | runtime: convert panic/recover to Go | Keith Randall | 2014-09-05 | 1 | -1/+1 |
| * | cmd/gc, runtime: refactor interface inlining decision into compiler | Russ Cox | 2014-08-18 | 1 | -24/+27 |
| * | runtime: rewrite malloc in Go. | Keith Randall | 2014-07-30 | 1 | -5/+5 |
| * | cmd/gc: allocate select descriptor on stack | Dmitriy Vyukov | 2014-07-20 | 1 | -3/+3 |
| * | cmd/gc: fix liveness for address-taken variables in inlined functions | Russ Cox | 2014-06-02 | 1 | -0/+32 |
| * | cmd/gc: fix x=x crash | Russ Cox | 2014-05-29 | 1 | -0/+26 |
| * | undo CL 102820043 / b0ce6dbafc18 | Russ Cox | 2014-05-28 | 1 | -26/+0 |
| * | cmd/gc: fix x=x crash | Russ Cox | 2014-05-28 | 1 | -0/+26 |
| * | cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with liveness | Russ Cox | 2014-04-03 | 1 | -6/+33 |
| * | cmd/gc: shorten even more temporary lifetimes | Russ Cox | 2014-04-02 | 1 | -0/+114 |
| * | cmd/gc: shorten more temporary lifetimes | Russ Cox | 2014-04-01 | 1 | -0/+93 |
| * | cmd/gc: shorten temporary lifetimes when possible | Russ Cox | 2014-04-01 | 1 | -0/+118 |
| * | cmd/gc: liveness-related bug fixes | Russ Cox | 2014-03-27 | 1 | -2/+20 |
| * | cmd/gc: correct liveness for fat variables | Russ Cox | 2014-02-15 | 1 | -0/+12 |
| * | cmd/gc: correct liveness for various non-returning functions | Russ Cox | 2014-02-14 | 1 | -0/+61 |
| * | cmd/gc: correct liveness for func ending in panic | Russ Cox | 2014-02-13 | 1 | -0/+8 |
| * | cmd/gc: handle variable initialization by block move in liveness | Russ Cox | 2014-02-13 | 1 | -0/+18 |
| * | cmd/gc: fix liveness for addressed results | Russ Cox | 2014-02-13 | 1 | -0/+9 |
| * | cmd/gc: distinguish unnamed vs blank-named return variables better | Russ Cox | 2014-02-13 | 1 | -0/+7 |