| Age | Commit message (Expand) | Author |
| 2019-09-17 | cmd/compile: support more length types for slice extension optimization | LE Manh Cuong |
| 2019-09-16 | Revert "test/codegen: document -all_codegen option in README" | Alberto Donizetti |
| 2019-09-16 | test/codegen: document -all_codegen option in README | Cherry Zhang |
| 2019-09-13 | cmd/compile: add math/bits.Mul64 intrinsic on s390x | Ruixin Bao |
| 2019-09-10 | cmd/compile: improve s390x sign/zero extension removal | Michael Munday |
| 2019-09-09 | Revert "compile: prefer an AND instead of SHR+SHL instructions" | Martin Möhrmann |
| 2019-09-09 | compile: prefer an AND instead of SHR+SHL instructions | Martin Möhrmann |
| 2019-09-01 | test/codegen: mention -all_codegen in the README | Alberto Donizetti |
| 2019-08-31 | cmd/compile: intrinsify RotateLeft32 on wasm | Brian Kessler |
| 2019-08-30 | cmd/compile: eliminate WASM's redundant extension & wrapping | Ben Shi |
| 2019-08-30 | cmd/compile: optimize 386's math.bits.TrailingZeros16 | Ben Shi |
| 2019-08-28 | test/codegen: fix ARM32 RotateLeft32 test | Cherry Zhang |
| 2019-08-28 | cmd/compile: optimize ARM's math.bits.RotateLeft32 | Ben Shi |
| 2019-08-28 | cmd/compile: optimize ARM's math.Abs | Ben Shi |
| 2019-08-28 | Revert "cmd/compile: optimize 386's math.bits.TrailingZeros16" | Bryan C. Mills |
| 2019-08-28 | cmd/compile: apply optimization for readonly globals on wasm | Agniva De Sarker |
| 2019-08-28 | cmd/compile: optimize bounded shifts on wasm | Agniva De Sarker |
| 2019-08-28 | cmd/compile: optimize 386's math.bits.TrailingZeros16 | Ben Shi |
| 2019-08-28 | cmd/compile: generate Select on WASM | Ben Shi |
| 2019-08-27 | cmd/compile: optimize bitset tests | LE Manh Cuong |
| 2019-06-10 | Revert "Revert "cmd/compile,runtime: allocate defer records on the stack"" | Keith Randall |
| 2019-06-05 | Revert "cmd/compile,runtime: allocate defer records on the stack" | Keith Randall |
| 2019-06-04 | cmd/compile,runtime: allocate defer records on the stack | Keith Randall |
| 2019-05-16 | cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT) | fanzha02 |
| 2019-05-03 | cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390x | Michael Munday |
| 2019-05-01 | test: enable more memcombine tests for ppc64le | Lynn Boger |
| 2019-04-30 | cmd/compile: add signed divisibility rules | Brian Kessler |
| 2019-04-28 | cmd/compile: intrinsify math/bits.Add64 for ppc64x | Carlos Eduardo Seo |
| 2019-04-27 | cmd/compile: add unsigned divisibility rules | Brian Kessler |
| 2019-04-25 | cmd/compile: add signed divisibility by power of 2 rules | Brian Kessler |
| 2019-04-23 | Revert "cmd/compile: add signed divisibility by power of 2 rules" | Keith Randall |
| 2019-04-23 | cmd/compile: add signed divisibility by power of 2 rules | Brian Kessler |
| 2019-04-23 | cmd/compile: always mark atColumn1 results as statements | Keith Randall |
| 2019-04-22 | cmd/compile: intrinsify math/bits.Sub64 for arm64 | erifan01 |
| 2019-04-20 | cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit division | Josh Bleecher Snyder |
| 2019-04-03 | cmd/compile: handle new panicindex/slice names in optimizations | Keith Randall |
| 2019-03-22 | cmd/compile: follow up intrinsifying math/bits.Add64 for arm64 | erifan01 |
| 2019-03-20 | cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer... | Carlos Eduardo Seo |
| 2019-03-20 | cmd/compile: intrinsify math/bits.Add64 for arm64 | erifan01 |
| 2019-03-19 | cmd/compile: slightly optimize adding 128 | Josh Bleecher Snyder |
| 2019-03-18 | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall |
| 2019-03-15 | cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo... | Tobias Klauser |
| 2019-03-14 | math, math/bits: add intrinsics for wasm | Richard Musiol |
| 2019-03-14 | cmd/compile: don't generate panicshift for masked int shifts | Josh Bleecher Snyder |
| 2019-03-13 | test/codegen: gofmt | Josh Bleecher Snyder |
| 2019-03-11 | test: fix memcombine tests | Keith Randall |
| 2019-03-07 | cmd/compile: change the condition flags of floating-point comparisons in arm6... | fanzha02 |
| 2019-03-07 | cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo... | erifan01 |
| 2019-03-07 | cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on arm | erifan01 |
| 2019-03-03 | cmd/compile: optimize math/bits.Div32 for arm64 | erifan01 |