aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race_ppc64le.s
AgeCommit message (Expand)Author
2024-05-17sync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
2023-06-16runtime: use 1-byte load for address checking in racecallatomicCherry Mui
2023-04-11runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime.racecallbackthunkPaul E. Murphy
2022-05-17all: fix spellingJohn Bampton
2022-04-04runtime: use proper C ABI for race call on PPC64LECherry Mui
2022-03-28all: delete PPC64 non-register ABI fallback pathCherry Mui
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-09-27runtime: mark race functions as ABIInternalLynn Boger
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-13cmd/link: support 32b TLS_LE offsets on PPC64Paul E. Murphy
2021-03-05runtime: remove racefuncenterfpCherry Zhang
2020-11-16runtime: declare arg size/map for race version of sync/atomic functionsCherry Zhang
2019-10-23runtime: add race detector support for new timersIan Lance Taylor
2019-09-25runtime: fix ppc64le race codeKeith Randall
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2019-03-29runtime: rename p racectx field to raceprocctxIan Lance Taylor
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger