aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race_arm64.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-03-05runtime: remove racefuncenterfpCherry Zhang
2020-11-16runtime: declare arg size/map for race version of sync/atomic functionsCherry Zhang
2020-11-02runtime: use indexed load/store in ARM64 assemblyCherry Zhang
2020-10-30runtime: add a comment about thread pointer alignment on darwin/arm64Cherry Zhang
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-03-03runtime: use CBZ/CBNZ in linux/arm64 assembly codeXiangdong Ji
2019-10-23runtime: add race detector support for new timersIan Lance Taylor
2019-10-17runtime: save g register during arm64 race detector callbacksKeith Randall
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2019-03-30runtime: use raceprocctx in race_arm64Ian Lance Taylor
2018-11-21runtime: add arg maps for sync/atomic functions in ARM64 race modeCherry Zhang
2018-11-13cmd,runtime: enable race detector on arm64Fangming.Fang