aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race_amd64.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-04-08cmd/asm,runtime: reduce spellings of GOEXPERIMENTsAustin Clements
2021-04-06runtime: use register ABI for race detector functionsCherry Zhang
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-05runtime: remove racefuncenterfpCherry Zhang
2021-02-23runtime: use BX instead of R15 in race detectorKeith Randall
2021-02-08[dev.regabi] runtime: use g register in some assembly functions on AMD64Cherry Zhang
2021-02-08[dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64Cherry Zhang
2021-02-05[dev.regabi] runtime: zero X15 in racecallCherry Zhang
2021-02-05[dev.regabi] runtime: mark racecallbackthunk as ABIInternalCherry Zhang
2020-11-16runtime: declare arg size/map for race version of sync/atomic functionsCherry Zhang
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2019-10-23runtime: add race detector support for new timersIan Lance Taylor
2019-03-29runtime: rename p racectx field to raceprocctxIan Lance Taylor
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2016-06-29runtime: fix race atomic operations on external memoryDmitry Vyukov
2016-05-03runtime: per-P contexts for race detectorDmitry Vyukov
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-18[dev.ssa] cmd/compile: fill remaining SSA gapsDavid Chase
2015-02-20runtime: adjust program counters in race detectorDmitry Vyukov
2015-02-13runtime: fix stack corruption in race modeDmitry Vyukov
2015-01-07runtime: fix build for race detectorShenghou Ma
2015-01-06runtime, sync/atomic: add write barrier for atomic write of pointerRuss Cox
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-20runtime: fix atomic operations on non-heap addressesDmitriy Vyukov
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox