go/src/cmd
Wayne Zuo da6556968f cmd/compile: simplify bounded shift on riscv64
The prove pass will mark some shifts bounded, and then we can use that
information to generate better code on riscv64.

Change-Id: Ia22f43d0598453c9417adac7017db28d7240948b
Reviewed-on: https://go-review.googlesource.com/c/go/+/422616
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joel Sing <joel@sing.id.au>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2022-08-31 20:21:00 +00:00
..
addr2line
api
asm cmd/asm: fix condition check to work on ppc64 2022-08-31 16:39:34 +00:00
buildid cmd/buildid: reject rewriting legacy buildids 2022-06-06 14:30:53 +00:00
cgo cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap 2022-08-28 16:04:49 +00:00
compile cmd/compile: simplify bounded shift on riscv64 2022-08-31 20:21:00 +00:00
cover
dist cmd/go/internal/imports: recognize "unix" build tag 2022-08-30 19:01:26 +00:00
doc
fix
go cmd/go/internal/imports: recognize "unix" build tag 2022-08-30 19:01:26 +00:00
gofmt cmd/gofmt: use SkipObjectResolution with -s as well 2022-05-19 20:06:14 +00:00
internal cmd/internal/obj/arm64: allow transition from $0 to ZR for MSR 2022-08-31 16:37:20 +00:00
link cmd/compile/internal/noder: set ir.Name.DictIndex for unified IR 2022-08-18 17:26:17 +00:00
nm cmd/nm: don't rely on an erroneous install target in tests 2022-07-11 19:01:02 +00:00
objdump all: fix spelling 2022-05-17 19:51:29 +00:00
pack
pprof cmd/pprof: fix addr calculation for Windows 2022-08-20 00:56:30 +00:00
test2json cmd/test2json: add signal handler 2022-08-26 17:38:40 +00:00
trace cmd/trace: display goroutines (PC=0) with clearer description 2022-08-25 20:44:19 +00:00
vendor cmd: vendor github.com/google/pprof to fix mangled type parameter symbol names 2022-08-09 20:51:42 +00:00
vet
README.vendor
go.mod cmd: vendor github.com/google/pprof to fix mangled type parameter symbol names 2022-08-09 20:51:42 +00:00
go.sum cmd: vendor github.com/google/pprof to fix mangled type parameter symbol names 2022-08-09 20:51:42 +00:00

README.vendor

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