1
0
mirror of https://github.com/golang/go synced 2024-11-06 06:36:20 -07:00
go/src
Matthew Dempsky 6a29440dcc cmd/compile/internal/gc: remove more backend Sym uses
Removes all external uses of Linksym and Pkglookup, which are the only
two exported functions that return Syms.

Also add Duffcopy and Duffzero since they're used often enough across
SSA backends.

Passes toolstash -cmp.

Change-Id: I8d3fd048ad5cd676fc46378f09a917569ffc9b2c
Reviewed-on: https://go-review.googlesource.com/36418
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2017-02-06 23:25:44 +00:00
..
archive time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
bufio
builtin
bytes
cmd cmd/compile/internal/gc: remove more backend Sym uses 2017-02-06 23:25:44 +00:00
compress
container
context context: lazily initialize cancelCtx done channel 2017-02-01 20:08:41 +00:00
crypto crypto/tls: reject SNI values with a trailing dot. 2017-02-01 21:59:57 +00:00
database/sql database/sql: fix spelling mistake 2017-02-01 21:06:35 +00:00
debug
encoding time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
errors
expvar
flag
fmt
go runtime/pprof: add definitions of profile label types 2017-02-06 15:43:06 +00:00
hash
html
image image/jpeg: improve performance when encoding *image.YCbCr 2017-02-01 21:38:59 +00:00
index/suffixarray
internal
io io: fix test when MultiReader is inlined with -l=3 2017-02-02 18:56:20 +00:00
log
math
mime mime/multipart: allow boundary len <= 70 2017-02-01 21:06:49 +00:00
net net/http/httputil: don't log read error when it's context.Canceled 2017-02-06 19:16:56 +00:00
os os/user: cache the result of user.Current 2017-02-06 18:49:52 +00:00
path path/filepath: ignore dot for Dir(\\server\share) 2017-02-04 07:24:20 +00:00
plugin
reflect reflect: adjust documentation on Value 2017-02-01 19:11:34 +00:00
regexp
runtime runtime: add definitions for SetGoroutineLabels and Do 2017-02-06 20:29:37 +00:00
sort sort: optimize average calculation in binary search 2017-02-06 17:08:13 +00:00
strconv
strings
sync
syscall syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.pl 2017-02-01 22:09:32 +00:00
testing Revert "testing: delete unused stopAlarm()" 2017-02-01 21:26:15 +00:00
text
time time: Fix typo in Time.String() description. 2017-02-05 21:14:45 +00:00
unicode
unsafe
vendor/golang_org/x vendor/golang.org/x/crypto/curve25519: avoid loss of R15 in -dynlink mode 2017-02-06 20:14:03 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash buildall.bash: clarify target selection 2017-02-04 04:34:36 +00:00
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc