aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_ppc64x.s
AgeCommit message (Expand)Author
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
2021-10-05runtime: add ABIInternal to strhash and memhash on ppc64xLynn Boger
2021-09-27runtime: add runtime changes for register ABI on ppc64xLynn Boger
2021-09-22runtime: call cgocallbackg indirectly on PPC64Cherry Mui
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-02-19runtime: fix spurious stack overflow detectionRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox