aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm64/obj7.go
AgeCommit message (Expand)Author
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-08-15runtime: remove duff support for arm64Keith Randall
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-07-21cmd/compile: for arm64 epilog, do SP increment with a single instructionKeith Randall
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2024-10-31cmd/internal/obj/arm64: make sure prologue and epilogue are pattern matched f...Hao Liu
2024-06-25cmd/internal/obj/arm64: fix return with registerJoel Sing
2023-11-08cmd/internal/obj/arm64: fix frame pointer restore in epilogueKeith Randall
2023-10-18cmd/internal/obj/arm64: replace the migrated url addresscui fliter
2023-09-08cmd/internal/obj: mark unspill code in prologue preemptiblezhouguangyuan
2023-08-25cmd/internal/obj/arm64: load large constants into vector registers from rodataJoel Sing
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-09-20cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang
2022-08-31cmd/internal/obj/arm64: allow transition from $0 to ZR for MSReric fang
2022-08-29cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZReric fang
2022-08-23cmd/internal/obj/arm64: remove the transition from $0 to ZReric fang
2022-06-29cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui
2022-06-28cmd/internal/obj/arm64: fix BITCON constant printing erroreric fang
2022-03-15cmd/internal/obj/arm64: refactor the handling of shifted RSPeric fang
2022-03-09cmd/internal/obj/arm64: optimize function prologue/epilogue with STP/LDPeric fang
2022-03-08cmd/internal/obj/arm64: optimize stacksplit prologue for small stackeric fang
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-08-18cmd/internal/obj/arm64: fix the encoding error when operating with ZReric 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 ARM64Cherry Mui
2021-05-26[dev.typeparams] cmd/internal/obj/arm64: use ABI-compatible registers in func...Cherry Mui
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-05cmd/internal/obj/arm64: simplify huge frame prologueAustin Clements
2021-03-22cmd/internal/obj/arm64: mark functions with small stacks NOSPLITeric fang
2021-03-04cmd/internal/obj/asm64: add support for moving BITCON to RSPeric fang
2021-02-19runtime: enable framepointer on all arm64Russ Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-10-06runtime: use sigaltstack on macOS/ARM64Cherry Zhang
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-08-20cmd/internal/obj: stop removing NOPs from instruction streamKeith Randall
2020-05-13cmd/internal/obj: add stmt prologueEnd to DWARF for arm64David Chase
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-11-12cmd/internal/obj/arm64: save LR after decrementing SP on darwinCherry Zhang
2019-11-08cmd/internal/obj/arm64: make function epilogue async-signal safeCherry Zhang