| Age | Commit message (Expand) | Author |
| 2025-10-07 | Revert "cmd/compile: redo arm64 LR/FP save and restore" | Keith Randall |
| 2025-10-06 | cmd/compile: redo arm64 LR/FP save and restore | Keith Randall |
| 2025-08-15 | runtime: remove duff support for arm64 | Keith Randall |
| 2025-07-24 | cmd/internal/obj: rip out argp adjustment for wrapper frames | Keith Randall |
| 2025-07-21 | cmd/compile: for arm64 epilog, do SP increment with a single instruction | Keith Randall |
| 2025-05-05 | Revert "cmd/compile: allow all of the preamble to be preemptible" | Keith Randall |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 2024-10-31 | cmd/internal/obj/arm64: make sure prologue and epilogue are pattern matched f... | Hao Liu |
| 2024-06-25 | cmd/internal/obj/arm64: fix return with register | Joel Sing |
| 2023-11-08 | cmd/internal/obj/arm64: fix frame pointer restore in epilogue | Keith Randall |
| 2023-10-18 | cmd/internal/obj/arm64: replace the migrated url address | cui fliter |
| 2023-09-08 | cmd/internal/obj: mark unspill code in prologue preemptible | zhouguangyuan |
| 2023-08-25 | cmd/internal/obj/arm64: load large constants into vector registers from rodata | Joel Sing |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-20 | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements |
| 2023-04-20 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2022-10-05 | cmd/compile: add late lower pass for last rules to run | eric fang |
| 2022-09-20 | cmd/compile: Add some CMP and CMN optimization rules on arm64 | eric fang |
| 2022-08-31 | cmd/internal/obj/arm64: allow transition from $0 to ZR for MSR | eric fang |
| 2022-08-29 | cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZR | eric fang |
| 2022-08-23 | cmd/internal/obj/arm64: remove the transition from $0 to ZR | eric fang |
| 2022-06-29 | cmd/internal/obj/arm64: save LR and SP in one instruction for small frames | Cherry Mui |
| 2022-06-28 | cmd/internal/obj/arm64: fix BITCON constant printing error | eric fang |
| 2022-03-15 | cmd/internal/obj/arm64: refactor the handling of shifted RSP | eric fang |
| 2022-03-09 | cmd/internal/obj/arm64: optimize function prologue/epilogue with STP/LDP | eric fang |
| 2022-03-08 | cmd/internal/obj/arm64: optimize stacksplit prologue for small stack | eric fang |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-09-07 | cmd/compile: add prefetch intrinsic support | Ruslan Andreev |
| 2021-08-18 | cmd/internal/obj/arm64: fix the encoding error when operating with ZR | eric fang |
| 2021-06-02 | [dev.typeparams] runtime: mark assembly functions called directly from compil... | Cherry Mui |
| 2021-05-26 | [dev.typeparams] cmd/compile: add morestack arg spilling code on ARM64 | Cherry Mui |
| 2021-05-26 | [dev.typeparams] cmd/internal/obj/arm64: use ABI-compatible registers in func... | Cherry Mui |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-04-05 | cmd/internal/obj/arm64: simplify huge frame prologue | Austin Clements |
| 2021-03-22 | cmd/internal/obj/arm64: mark functions with small stacks NOSPLIT | eric fang |
| 2021-03-04 | cmd/internal/obj/asm64: add support for moving BITCON to RSP | eric fang |
| 2021-02-19 | runtime: enable framepointer on all arm64 | Russ Cox |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-10-06 | runtime: use sigaltstack on macOS/ARM64 | Cherry Zhang |
| 2020-08-31 | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall |
| 2020-08-28 | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall |
| 2020-08-27 | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall |
| 2020-08-27 | runtime: framepointers are no longer an experiment - hard code them | Keith Randall |
| 2020-08-20 | cmd/internal/obj: stop removing NOPs from instruction stream | Keith Randall |
| 2020-05-13 | cmd/internal/obj: add stmt prologueEnd to DWARF for arm64 | David Chase |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-11-12 | cmd/internal/obj/arm64: save LR after decrementing SP on darwin | Cherry Zhang |
| 2019-11-08 | cmd/internal/obj/arm64: make function epilogue async-signal safe | Cherry Zhang |