aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/msan_amd64.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-11runtime: don't call msanread when running on the system stackIan Lance Taylor
2015-10-21runtime, runtime/msan: add msan runtime supportIan Lance Taylor