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
/
rt0_linux_ppc64le.s
Age
Commit message (
Expand
)
Author
2026-01-30
all: switch linux-ppc64 target to ELFv2 ABI
Paul Murphy
2025-09-30
runtime: unify ppc64/ppc64le library entry point
qmuntal
2024-05-22
all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0
Paul E. Murphy
2023-04-12
runtime: cleanup ppc64le/linux library startup code
Paul E. Murphy
2023-02-08
runtime: correct typos
Oleksandr Redko
2022-03-22
runtime: make static/dynamic startup detection work with musl on ppc64le
Paul E. Murphy
2020-09-02
runtime: add file copyright header declaration
Heisenberg
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2017-08-11
runtime: make sure R0 is zero before _main on ppc64le
Carlos Eduardo Seo
2017-08-09
cmd/go,cmd/link: support buildmode c-shared on ppc64le
Lynn Boger
2017-06-05
runtime: save and restore CR for ppc64le
Ian Lance Taylor
2017-05-24
runtime: fix ppc64le c-archive init
Ian Lance Taylor
2016-05-26
runtime: add library startup support for ppc64le
Russ Cox
2015-11-13
runtime: replace tls0 with m0.tls
Matthew Dempsky
2015-10-18
runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm
Michael Hudson-Doyle
2015-01-07
cmd/cgo, runtime/cgo: support ppc64
Austin Clements
2015-01-07
runtime: set up C TLS and save g to it on ppc64
Austin Clements
2014-12-05
all: power64 is now ppc64
Russ Cox