| Age | Commit message (Expand) | Author |
| 2026-01-28 | cmd/compile: remove the NORconst op on mips{,64} | Xiaolin Zhao |
| 2025-09-09 | cmd/compile: use constant zero register instead of specialized zero instructi... | Julian Zhu |
| 2025-09-09 | cmd/compile: fix bounds check report | Keith Randall |
| 2025-07-30 | cmd/compile: move mips64 over to new bounds check strategy | Keith Randall |
| 2025-05-21 | cmd/compile/internal: intrinsify publicationBarrier on mips64x | Julian Zhu |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2023-05-24 | cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi... | Junxian Zhu |
| 2023-05-18 | cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPS64x | Junxian Zhu |
| 2023-05-05 | math: optimize math.Abs on mips64x | Junxian Zhu |
| 2023-02-24 | cmd/compile: batch write barrier calls | Keith Randall |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2022-01-19 | cmd/compile: don't elide extension for LoadReg to FP register on MIPS64 | Cherry Mui |
| 2021-09-17 | cmd/compile: restore tail call for method wrappers | Cherry Mui |
| 2021-03-19 | cmd/compile: add clobberdeadreg mode | Cherry Zhang |
| 2021-03-02 | cmd/compile: optimize single-precision floating point square root | fanzha02 |
| 2021-02-25 | cmd/compile: automate resultInArg0 register checks | Josh Bleecher Snyder |
| 2020-12-23 | [dev.regabi] cmd/compile: split out package ssagen [generated] | Russ Cox |
| 2020-12-23 | [dev.regabi] cmd/compile: split out package objw [generated] | Russ Cox |
| 2020-12-23 | [dev.regabi] cmd/compile: group known symbols, packages, names [generated] | Russ Cox |
| 2020-12-08 | [dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated] | Matthew Dempsky |
| 2020-11-25 | [dev.regabi] cmd/compile: replace *Node type with an interface Node [generated] | Russ Cox |
| 2020-11-25 | [dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated] | Russ Cox |
| 2020-11-25 | [dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated] | Russ Cox |
| 2020-11-25 | [dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated] | Russ Cox |
| 2019-11-10 | cmd/compile: enable nil check logging for other architectures. | David Chase |
| 2019-10-29 | cmd/compile: intrinsics for runtime/internal/atomic.Store8 | Austin Clements |
| 2019-10-02 | cmd/compile: allow multiple SSA block control values | Michael Munday |
| 2019-08-28 | runtime, cmd/compile: implement and use DUFFCOPY on MIPS64 | Meng Zhuo |
| 2019-05-03 | cmd/compile,runtime/internal/atomic: add Load8 | Austin Clements |
| 2019-04-07 | cmd/compile: remove AUNDEF opcode | Keith Randall |
| 2019-03-18 | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall |
| 2018-12-02 | all: use "reports whether" consistently instead of "returns whether" | Tobias Klauser |
| 2018-05-02 | cmd/compile: intrinsify runtime.getcallerpc on all link register architectures | Wei Xiao |
| 2018-04-20 | cmd/compile: don't lower OpConvert | Austin Clements |
| 2018-04-11 | cmd/compile: use Block.Likely to put likely branch first | David Chase |
| 2018-02-21 | cmd/compile: intrinsify math.Sqrt on mips64 | Alberto Donizetti |
| 2018-02-13 | runtime: buffered write barrier for mips64 | Austin Clements |
| 2017-10-10 | cmd/compile: intrinsify atomics on MIPS64 | Cherry Zhang |
| 2017-10-10 | cmd/compile: intrinsify runtime.getcallersp | Cherry Zhang |
| 2017-09-19 | cmd/compile: remove Symbol wrappers from Aux fields | Keith Randall |
| 2017-08-02 | cmd/compile: set/unset base register for better assembly print | Cherry Zhang |
| 2017-05-09 | cmd/compile: change ssa.Type into *types.Type | Josh Bleecher Snyder |
| 2017-04-28 | Revert "cmd/compile: add Type.MustSize and Type.MustAlignment" | Josh Bleecher Snyder |
| 2017-04-27 | cmd/compile: add Type.MustSize and Type.MustAlignment | Josh Bleecher Snyder |
| 2017-04-21 | cmd/compile: experiment which clobbers all dead pointer fields | Keith Randall |
| 2017-03-22 | cmd/compile: funnel SSA Prog creation through SSAGenState | Josh Bleecher Snyder |
| 2017-03-17 | cmd/compile: eliminate direct uses of gc.Thearch in backends | Matthew Dempsky |
| 2017-03-13 | cmd/compile/internal/gc: refactor ACALL Prog creation | Matthew Dempsky |
| 2017-03-13 | cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCall | Matthew Dempsky |