go/src/cmd
Dave Cheney 5edcff0134 cmd/compile/internal/gc: bv.go cleanup
Drive by gardening of bv.go.

- Unexport the Bvec type, it is not used outside internal/gc.
  (machine translated with gofmt -r)
- Removed unused constants and functions.
  (driven by cmd/unused)

Change-Id: I3433758ad4e62439f802f4b0ed306e67336d9aba
Reviewed-on: https://go-review.googlesource.com/22602
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-04-29 13:22:15 +00:00
..
addr2line
api cmd/api: ignore vendored packages 2016-04-22 23:07:35 +00:00
asm cmd/compile: allow 64-bit multiplication with immediates on s390x 2016-04-28 20:27:43 +00:00
cgo cmd/cgo: add missing formatting directive in error message 2016-04-15 22:03:22 +00:00
compile cmd/compile/internal/gc: bv.go cleanup 2016-04-29 13:22:15 +00:00
cover all: single space after period. 2016-03-02 00:13:47 +00:00
dist os/exec: add Cmd.RunContext and Cmd.WaitContext 2016-04-28 19:06:41 +00:00
doc cmd/doc: group constructors with type in package presentation 2016-04-21 21:45:05 +00:00
fix all: single space after period. 2016-03-02 00:13:47 +00:00
go cmd/go, go/build: add support for binary-only packages 2016-04-29 00:23:02 +00:00
gofmt cmd/gofmt: make gofmt -s simplify slices in presence of dot-imports 2016-04-06 18:19:33 +00:00
internal cmd/compile: allow 64-bit multiplication with immediates on s390x 2016-04-28 20:27:43 +00:00
link cmd/link: fix -no-pie / -race check 2016-04-28 23:32:31 +00:00
nm all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
objdump cmd/objdump: skip TestDisasm* on s390x 2016-04-12 18:10:47 +00:00
pack cmd/pack,vet: use `go doc` instead of `godoc` in doc 2016-03-17 21:06:40 +00:00
pprof cmd/pprof/internal: move to cmd/internal/pprof 2016-04-12 15:02:28 +00:00
trace cmd/trace: generate new pprof profiles 2016-04-22 19:54:24 +00:00
vet cmd/vet: improve checking unkeyed fields in composite literals 2016-04-28 13:51:40 +00:00
yacc all: delete dead non-test code 2016-03-25 06:28:13 +00:00