| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-23 | cmd/compile: improve integer comparisons with numeric bounds | Jorropo |
| 2024-01-22 | cmd/compile/internal/ssa: fix typo in sccp | Wingrez |
| 2023-12-21 | cmd/compile: handle constant-folding of an out-of-range jump table index | Keith Randall |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-08 | cmd/compile: fix SCCP propagation into jump tables | Keith Randall |
| 2023-12-01 | cmd/compile: correct code generation for right shifts on riscv64 | Joel Sing |
| 2023-11-30 | cmd/compile: fix memcombine pass for big endian, > 1 byte elements | Keith Randall |
| 2023-11-28 | cmd/compile: use correct type for slice pointer | Keith Randall |
| 2023-11-27 | all: fix field names | cui fliter |
| 2023-11-21 | cmd/compile, internal/buildcfg: enable regABI on loong64, and add loong64 in ... | Guoqi Chen |
| 2023-11-21 | cmd/compile: fix If lowering on loong64 | Guoqi Chen |
| 2023-11-21 | cmd/compile: update loong64 CALL* ops | Guoqi Chen |
| 2023-11-21 | cmd/compile/internal: add register info for loong64 regABI | Guoqi Chen |
| 2023-11-21 | cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI... | Guoqi Chen |
| 2023-11-21 | cmd/compile: teach regalloc to rightly do nothing on loong64 in case of dynli... | WANG Xuerui |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |
| 2023-11-21 | cmd/compile, cmd/internal, runtime: change the registers used by the duff dev... | Guoqi Chen |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | ssa: clarify semantics of ID-to-PC translation function | Andrei Matei |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-17 | all: add missing copyright header | Jes Cok |
| 2023-11-13 | cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres... | Paul E. Murphy |
| 2023-11-07 | cmd/compile: fix findIndVar so it does not match disjointed loop headers | Jorropo |
| 2023-11-06 | cmd/compile: adding rule to eliminate ANDCCconst | Jayanth Krishnamurthy |
| 2023-10-31 | cmd/compile: ensure pointer arithmetic happens after the nil check | Keith Randall |
| 2023-10-31 | cmd/compile: handle constant pointer offsets in dead store elimination | Keith Randall |
| 2023-10-31 | cmd/compile/internal/ssa: adjust default to the end in *Block.AuxIntString | Jes Cok |
| 2023-10-30 | cmd/compile/internal/ssa: add missing space in comment | Jes Cok |
| 2023-10-30 | cmd/compile: optimize right shifts of int32 on riscv64 | Ubuntu |
| 2023-10-20 | cmd/compile: improve the implementation of Lowered{Move,Zero} on linux/loong64 | Guoqi Chen |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-18 | cmd/compile/internal/ssa: on PPC64, generate large constant paddi | Paul E. Murphy |
| 2023-10-18 | cmd/compile: update to rules on PPC64 folding bit reversal to load | Jayanth Krishnamurthy |
| 2023-10-18 | cmd/compile: avoid ANDCCconst on PPC64 if condition not needed | Lynn Boger |
| 2023-10-12 | cmd/compile: when combining stores, use line number of first store | Keith Randall |
| 2023-10-12 | cmd/compiler: make decompose shortcuts apply for PtrShaped, not just Ptr | David Chase |
| 2023-10-10 | cmd/compile: get rid of zero-sized values in call expansion | David Chase |
| 2023-10-09 | cmd/compile: fix wrong argument of OpSelectN during expand_calls | Cuong Manh Le |
| 2023-10-09 | cmd/compile: regenerate rewriteRISCV64.go to match cl 528975 | Mark Ryan |
| 2023-10-07 | cmd/compile/internal: stop lowering OpConvert on riscv64 | Joel Sing |
| 2023-10-07 | cmd/compile: optimize right shifts of uint32 on riscv | Mark Ryan |
| 2023-10-06 | cmd/compile: expand calls cleanup | David Chase |
| 2023-10-04 | cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware | David Chase |
| 2023-10-03 | cmd/compile/internal: intrinsify publicationBarrier on riscv64 | Xianmiao Qu |
| 2023-09-25 | cmd/compile: add rules to avoid unnecessary MOVDaddr for PPC64 | Lynn Boger |
| 2023-09-22 | cmd/compile/internal/ssa: optimize (AND (MOVDconst [-1] x)) on PPC64 | Paul E. Murphy |
| 2023-09-21 | cmd/compile: optimize absorbing InvertFlags into Noov comparisons for arm64 | eric fang |
| 2023-09-15 | cmd/compile: reset memcombine correctly between basic blocks | Keith Randall |
| 2023-09-14 | cmd/compile/internal/ir: add Func.DeclareParams | Matthew Dempsky |