index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
asm_ppc64x.s
Age
Commit message (
Expand
)
Author
2026-03-18
runtime: implement part of library initialization in Go
qmuntal
2026-03-18
runtime: make asmcgocall more robust to missing G
qmuntal
2026-02-18
runtime/cgo: rename and update ppc64x and s390x croscall1 functions
qmuntal
2025-12-09
runtime: on AIX check isarchive before calling libpreinit
Ian Lance Taylor
2025-10-20
runtime: make procyieldAsm no longer loop infinitely if passed 0
Michael Anthony Knyszek
2025-10-20
runtime: wrap procyield assembly and check for 0
Michael Anthony Knyszek
2025-10-20
runtime: fix _rt0_ppc64x_lib on aix
qmuntal
2025-10-08
runtime: cleanup comments from asm_ppc64x.s improvements
Paul Murphy
2025-10-02
runtime: fix aix/ppc64 library initialization
qmuntal
2025-09-30
runtime: unify ppc64/ppc64le library entry point
qmuntal
2025-08-06
cmd/compile: make panicBounds stack frame smaller on ppc64
Keith Randall
2025-08-05
cmd/compile: move ppc64 over to new bounds check strategy
Keith Randall
2025-02-26
runtime: remove ret field from gobuf
Keith Randall
2025-02-25
cmd/compile, runtime: use PC of deferreturn for panic transfer
David Chase
2024-05-22
all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0
Paul E. Murphy
2024-05-11
runtime: add runtime.debugPinnerV1
Alessandro Arzilli
2024-04-22
runtime: reduce stack usage for asmcgocall on PPC64
Cherry Mui
2023-11-19
runtime: add support for crash stack on ppc64/ppc64le
Joel Sing
2023-09-08
runtime: support for debugger function calls on linux/ppc64le
Archana
2023-08-22
runtime: add support for openbsd/ppc64
Joel Sing
2023-08-22
runtime: rework asmcgocall on ppc64x
Joel Sing
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-10
runtime: fix typos
Jes Cok
2023-05-31
runtime: preserve R29 in the write barrier flush path on ppc64
David Chase
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-18
runtime: consolidate function descriptor definitions on PPC64
Michael Pratt
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-17
Revert "Revert "Revert "runtime: consolidate function descriptor definitions ...
Michael Pratt
2023-04-03
Revert "Revert "runtime: consolidate function descriptor definitions on PPC64""
Cherry Mui
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-31
Revert "runtime: consolidate function descriptor definitions on PPC64"
Cherry Mui
2023-03-27
runtime: consolidate function descriptor definitions on PPC64
Paul E. Murphy
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-18
runtime: provide and use a GO_PPC64X_HAS_FUNCDESC define
Joel Sing
2023-02-24
cmd/compile: batch write barrier calls
Keith Randall
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-01-16
runtime: fix performance regression in morestack_noctxt on ppc64
Archana R
2022-08-25
runtime: mark morestack_noctxt SPWRITE on LR architectures
Cherry Mui
2022-06-06
runtime: fix breakpoint in ppc64x
Alejandro Sáez
2022-05-06
cmd/link: generate PPC64 ABI register save/restore functions if needed
Paul E. Murphy
2022-03-28
all: delete PPC64 non-register ABI fallback path
Cherry Mui
2022-03-18
all: delete regabireflect goexperiment
Cherry Mui
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
[next]