Sign in
go
/
go
/
b8caed823b39b5a86b694f9ec60a8b43323248e8
/
src
/
runtime
/
race_amd64.s
3fc529e
runtime: adjust program counters in race detector
by Dmitry Vyukov
· 10 years ago
f59f9b8
runtime: fix stack corruption in race mode
by Dmitry Vyukov
· 10 years ago
5f179c7
runtime: fix build for race detector
by Shenghou Ma
· 10 years ago
7b4df8f
runtime, sync/atomic: add write barrier for atomic write of pointer
by Russ Cox
· 10 years ago
50e0749
[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
by Russ Cox
· 10 years ago
2b3f379
runtime: fix atomic operations on non-heap addresses
by Dmitriy Vyukov
· 10 years ago
3e80463
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
by Russ Cox
· 10 years ago
15ced2d
[dev.cc] runtime: convert assembly files for C to Go transition
by Russ Cox
· 10 years ago
b55791e
[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/race_amd64.s]
cb040d5
runtime: use new #include "textflag.h"
by Russ Cox
· 11 years ago
f167297
runtime/race: better handling of atomic operations
by Dmitriy Vyukov
· 11 years ago
2c110a1
cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package
by Matthew Dempsky
· 11 years ago
d89cd24
runtime: avoid $sym(SB) as constant
by Russ Cox
· 11 years ago
89f185f
all: remove 'extern register M *m' from runtime
by Russ Cox
· 11 years ago
a1695d2
runtime: use custom thunks for race calls instead of cgo
by Dmitriy Vyukov
· 11 years ago
0273dc1
runtime: convert .s textflags from numbers to symbolic constants.
by Keith Randall
· 12 years ago
9ddfb64
runtime: record argument size in assembly functions
by Russ Cox
· 12 years ago
e2f9e81
runtime: fix racefuncenter argument corruption.
by Rémy Oudompheng
· 12 years ago
ec892be
runtime: preserve DX during racefuncenter
by Russ Cox
· 12 years ago