aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_ppc64x.s
AgeCommit message (Expand)Author
2026-03-18runtime: implement part of library initialization in Goqmuntal
2026-03-18runtime: make asmcgocall more robust to missing Gqmuntal
2026-02-18runtime/cgo: rename and update ppc64x and s390x croscall1 functionsqmuntal
2025-12-09runtime: on AIX check isarchive before calling libpreinitIan Lance Taylor
2025-10-20runtime: make procyieldAsm no longer loop infinitely if passed 0Michael Anthony Knyszek
2025-10-20runtime: wrap procyield assembly and check for 0Michael Anthony Knyszek
2025-10-20runtime: fix _rt0_ppc64x_lib on aixqmuntal
2025-10-08runtime: cleanup comments from asm_ppc64x.s improvementsPaul Murphy
2025-10-02runtime: fix aix/ppc64 library initializationqmuntal
2025-09-30runtime: unify ppc64/ppc64le library entry pointqmuntal
2025-08-06cmd/compile: make panicBounds stack frame smaller on ppc64Keith Randall
2025-08-05cmd/compile: move ppc64 over to new bounds check strategyKeith Randall
2025-02-26runtime: remove ret field from gobufKeith Randall
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-05-11runtime: add runtime.debugPinnerV1Alessandro Arzilli
2024-04-22runtime: reduce stack usage for asmcgocall on PPC64Cherry Mui
2023-11-19runtime: add support for crash stack on ppc64/ppc64leJoel Sing
2023-09-08runtime: support for debugger function calls on linux/ppc64leArchana
2023-08-22runtime: add support for openbsd/ppc64Joel Sing
2023-08-22runtime: rework asmcgocall on ppc64xJoel Sing
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10runtime: fix typosJes Cok
2023-05-31runtime: preserve R29 in the write barrier flush path on ppc64David Chase
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-18runtime: consolidate function descriptor definitions on PPC64Michael Pratt
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-17Revert "Revert "Revert "runtime: consolidate function descriptor definitions ...Michael Pratt
2023-04-03Revert "Revert "runtime: consolidate function descriptor definitions on PPC64""Cherry Mui
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-31Revert "runtime: consolidate function descriptor definitions on PPC64"Cherry Mui
2023-03-27runtime: consolidate function descriptor definitions on PPC64Paul E. Murphy
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-18runtime: provide and use a GO_PPC64X_HAS_FUNCDESC defineJoel Sing
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-01-16runtime: fix performance regression in morestack_noctxt on ppc64Archana R
2022-08-25runtime: mark morestack_noctxt SPWRITE on LR architecturesCherry Mui
2022-06-06runtime: fix breakpoint in ppc64xAlejandro Sáez
2022-05-06cmd/link: generate PPC64 ABI register save/restore functions if neededPaul E. Murphy
2022-03-28all: delete PPC64 non-register ABI fallback pathCherry Mui
2022-03-18all: delete regabireflect goexperimentCherry Mui
2021-11-06all: remove more leftover // +build linesTobias Klauser