go/src/cmd
Joel Sing d28b8524a4 cmd/compile: optimize subtraction of zero on riscv64
Change-Id: I9a994b01e9fecb13077c30df4b7677d40d179cce
Reviewed-on: https://go-review.googlesource.com/c/go/+/221681
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2020-03-03 12:03:48 +00:00
..
addr2line internal/testenv: remove SetModVendor 2019-03-08 23:40:24 +00:00
api cmd/api: read std package info once, not per goos-goarch-cgo 2019-05-21 18:14:40 +00:00
asm cmd/asm: add asimd instruction 'rev16' on arm64 2020-02-25 18:40:19 +00:00
buildid cmd/buildid: fix rewrite algorithm 2018-01-04 16:56:51 +00:00
cgo cmd/cgo: better handling for '.' in pkgpath for gccgo 2019-11-19 19:38:07 +00:00
compile cmd/compile: optimize subtraction of zero on riscv64 2020-03-03 12:03:48 +00:00
cover syscall: respect permission bits on file opening on Windows 2019-10-22 10:09:39 +00:00
dist cmd/go, cmd/link: implement -buildmode=pie on windows 2020-03-01 05:00:10 +00:00
doc cmd/doc: flag usage() inconsistency 2019-12-18 17:57:19 +00:00
fix cmd/fix: eliminate data races in TestRewrite and gofmt 2019-11-18 15:11:03 +00:00
go cmd/go, cmd/link: implement -buildmode=pie on windows 2020-03-01 05:00:10 +00:00
gofmt cmd/gofmt, go/format: sync internal.go 2020-02-28 14:23:08 +00:00
internal cmd/go, cmd/link: implement -buildmode=pie on windows 2020-03-01 05:00:10 +00:00
link cmd/go, cmd/link: implement -buildmode=pie on windows 2020-03-01 05:00:10 +00:00
nm all: base64-encode binaries that will cause Apple notarization to fail 2019-11-21 14:55:12 +00:00
objdump cmd/objdump: disable unsupported tests on riscv64 2020-01-25 05:48:12 +00:00
pack all: shorten some tests 2019-05-22 12:54:00 +00:00
pprof all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
test2json cmd/test2json: document missing "skip" action 2018-03-24 18:37:22 +00:00
trace cmd/trace: update to use WebComponents V0 polyfill 2020-02-20 19:12:11 +00:00
vendor all: update module dependencies 2020-02-19 21:26:10 +00:00
vet cmd/vet: add test for loading complex values with a single instruction 2019-11-05 01:01:31 +00:00
go.mod all: update module dependencies 2020-02-19 21:26:10 +00:00
go.sum all: update module dependencies 2020-02-19 21:26:10 +00:00
README.vendor all: document vendoring in the standard library 2019-05-09 17:11:16 +00:00

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.