tools/go/ssa
Alan Donovan 149e030318 go.tools/cmd/ssadump: print packages and functions to stdout, not stderr.
And serialize the printing of each item with a mutex.
It is the formatted output of this tool, after all.

Also: minor doc tweaks.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/114620044
2014-08-01 14:44:37 -04:00
..
interp go.tools/go/ssa: permit "for range x" 2014-07-15 17:34:50 +01:00
ssautil go.tools/go/loader: add Config.ParserMode configuration parameter. 2014-03-27 12:50:26 -04:00
testdata go.tools/go/ssa: improve generated code for addressable expressions. 2014-07-17 15:06:09 -04:00
blockopt.go go.tools/go/ssa: don't attempt fusion on single-pred blocks with φ-nodes 2014-04-24 09:08:21 -04:00
builder.go go.tools/go/ssa: improve printing of anonymous functions. 2014-07-31 17:37:41 -04:00
builder_test.go go.tools/go/ssa: print types package-relative in all instructions. 2014-07-31 16:29:47 -04:00
const.go go/ssa: make Builtin capable of representing non-spec-defined intrinsics. 2014-06-13 17:34:07 -04:00
create.go go.tools/cmd/ssadump: print packages and functions to stdout, not stderr. 2014-08-01 14:44:37 -04:00
doc.go go/ssa: s/Capture/FreeVar/g 2014-06-11 14:04:45 -04:00
dom.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00
emit.go go.tools/go/ssa: improve generated code for addressable expressions. 2014-07-17 15:06:09 -04:00
example_test.go go.tools/go/ssa: fix incorrect indentation in SSA printout. 2014-05-16 12:37:17 -04:00
func.go go.tools/cmd/ssadump: print packages and functions to stdout, not stderr. 2014-08-01 14:44:37 -04:00
lift.go go.tools/go/ssa: introduce a sanity check for dead referrers 2014-07-10 06:27:25 -04:00
lvalue.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
methods.go go.tools/go/ssa: rename promote.go and split into two files, {methods,wrappers}.go. 2014-07-31 16:28:34 -04:00
print.go go.tools/go/ssa: print types package-relative in all instructions. 2014-07-31 16:29:47 -04:00
sanity.go go.tools/go/ssa: introduce a sanity check for dead referrers 2014-07-10 06:27:25 -04:00
source.go go.tools/go/ssa: improve generated code for addressable expressions. 2014-07-17 15:06:09 -04:00
source_test.go go.tools/cmd/ssadump: print packages and functions to stdout, not stderr. 2014-08-01 14:44:37 -04:00
ssa.go go.tools/cmd/ssadump: print packages and functions to stdout, not stderr. 2014-08-01 14:44:37 -04:00
stdlib_test.go go.tools/go/ssa: improve printing of anonymous functions. 2014-07-31 17:37:41 -04:00
testmain.go go.tools/cmd/ssadump: print packages and functions to stdout, not stderr. 2014-08-01 14:44:37 -04:00
util.go go.tools/go/ssa: rename promote.go and split into two files, {methods,wrappers}.go. 2014-07-31 16:28:34 -04:00
wrappers.go go.tools/go/ssa: rename promote.go and split into two files, {methods,wrappers}.go. 2014-07-31 16:28:34 -04:00