go/src/cmd
Matthew Dempsky cf1ae5fc36 [dev.typeparams] cmd/compile: add -d=unified flag to enable unified IR
This CL adds a new -d=unified debug flag, which controls whether
unified IR mode is used.

Change-Id: Iaa5f3cc0a24b9881aeec5317cd6b462b4a7b6fc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/327054
Trust: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
2021-06-15 22:29:54 +00:00
..
addr2line
api cmd/api: disallow silent API additions after api/go1.n.txt is created 2021-05-03 19:14:16 +00:00
asm cmd/internal/obj/arm64: disable AL and NV for some condition operation instructions 2021-05-14 07:53:46 +00:00
buildid
cgo cmd/link, cmd/cgo: support -flto in CFLAGS 2021-06-01 19:59:18 +00:00
compile [dev.typeparams] cmd/compile: add -d=unified flag to enable unified IR 2021-06-15 22:29:54 +00:00
cover cmd/cover: use golang.org/x/tools/cover directly 2021-03-25 20:57:58 +00:00
dist cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_lto 2021-06-07 21:18:03 +00:00
doc cmd/doc: properly display interface methods 2021-03-19 03:05:26 +00:00
fix
go cmd/go, misc/cgo: skip test if no .edata 2021-06-13 08:17:17 +00:00
gofmt cmd/gofmt: always format non-directory arguments again 2021-04-30 16:17:01 +00:00
internal [dev.typeparams] all: always enable regabig on AMD64 2021-06-11 20:52:41 +00:00
link [dev.typeparams] all: merge master (fdab5be) into dev.typeparams 2021-06-14 13:24:47 -07:00
nm cmd/dist,runtime: support cgo on openbsd/mips64 2021-04-28 12:51:42 +00:00
objdump cmd/internal/objfile: emit better error for Go object of a different version 2021-04-30 16:53:35 +00:00
pack cmd/pack: use testing.T.TempDir in tests 2021-04-07 13:24:10 +00:00
pprof cmd/vendor: upgrade pprof to latest 2021-05-08 14:59:49 +00:00
test2json
trace runtime: move next_gc and last_next_gc into gcControllerState 2021-04-14 14:03:30 +00:00
vendor cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from direct ones 2021-06-08 19:32:28 +00:00
vet cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.Notify 2021-03-08 23:13:52 +00:00
README.vendor
go.mod cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from direct ones 2021-06-08 19:32:28 +00:00
go.sum cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from direct ones 2021-06-08 19:32:28 +00:00

README.vendor

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