tools/go/ssa
Alan Donovan c80e5833f9 go/ssa/interp: fix fallout from recent runtime refactoring.
(It's not clear at what point a more robust solution would be worthwhile.)

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/142700043
2014-09-25 17:14:39 -04:00
..
interp go/ssa/interp: fix fallout from recent runtime refactoring. 2014-09-25 17:14:39 -04: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: fix a race condition in needMethodsOf. 2014-09-15 14:01:54 -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: fix a race condition in needMethodsOf. 2014-09-15 14:01:54 -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/go/ssa: fix a race condition in needMethodsOf. 2014-09-15 14:01:54 -04:00
stdlib_test.go go/buildutil: rename AllPackages{,List} -> {ForEachPackage,AllPackages}. 2014-09-11 14:33:37 -04:00
testmain.go go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate. 2014-09-08 13:24:38 -04:00
testmain_test.go go.tools/go/ssa: improvements to CreateTestMainPackage. 2014-08-08 14:47:16 -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