1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:14:41 -07:00
go/src
Ian Lance Taylor 9e902f0f3a cmd/compile: generalize racewalk to instrument (naming change)
This is mechanical change that is a step toward reusing the racewalk
pass for a more general instrumentation pass.  The first use will be to
add support for the memory sanitizer.

Change-Id: I75b93b814ac60c1db1660e0b9a9a7d7977d86939
Reviewed-on: https://go-review.googlesource.com/16105
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-10-21 13:55:23 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/compile: generalize racewalk to instrument (naming change) 2015-10-21 13:55:23 +00:00
compress compress/flate: improve inflate speed by reading more bits at a time 2015-10-19 00:01:31 +00:00
container
crypto crypto/cipher: fix CTR infinite loop with large block sizes 2015-10-20 21:38:36 +00:00
database/sql database/sql: avoid deadlock waiting for connections 2015-10-16 15:17:03 +00:00
debug
encoding encoding/json: simplify encodeState.{string, stringBytes} 2015-10-14 23:29:14 +00:00
errors
expvar
flag
fmt fmt: Add support for capital '%X' format verb for scanning 2015-10-20 01:08:54 +00:00
go go/types: check that typed constant shift expressions are representable 2015-10-19 17:34:51 +00:00
hash
html html/template: include itself while cloning 2015-10-20 23:53:27 +00:00
image image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
index/suffixarray
internal
io
log
math
mime mime: Remove an allocation in word decoding. 2015-10-18 17:31:52 +00:00
net net/http: update copy of http2 2015-10-21 00:28:55 +00:00
os os: disable symlink tests on android. 2015-10-20 22:18:23 +00:00
path path/filepath: disable symlink tests on android. 2015-10-20 22:18:43 +00:00
reflect reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size 2015-10-18 23:15:26 +00:00
regexp
runtime runtime: add stringStructOf helper function 2015-10-20 23:13:27 +00:00
sort
strconv
strings
sync
syscall cmd/compile, syscall: use go:norace comment for forkAndExecInChild 2015-10-20 14:10:24 +00:00
testing
text text/template: resolve non-empty interface 2015-10-15 05:02:27 +00:00
time
unicode
unsafe
vendor/golang.org/x/net/http2/hpack net/http: update copy of http2 2015-10-21 00:28:55 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc