tools/go/ssa
Alan Donovan 538acf1c92 go/ssa: add position info to all Load/Store instructions
Was originally https://codereview.appspot.com/92880043/ by Richard Musiol.

Change-Id: If0b22cf962b94ef44edbac28a5e5af4acb950991
Reviewed-on: https://go-review.googlesource.com/2174
Reviewed-by: Robert Griesemer <gri@golang.org>
2014-12-29 23:03:32 +00:00
..
interp go/ssa: simplify make([]T, len, k) to new([k]T)[:len] for constant k 2014-12-29 21:06:17 +00:00
ssautil tools: add import comments. 2014-12-09 22:42:16 +00:00
testdata go/ssa: simplify make([]T, len, k) to new([k]T)[:len] for constant k 2014-12-29 21:06:17 +00: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/ssa: add position info to all Load/Store instructions 2014-12-29 23:03:32 +00:00
builder_test.go go/ssa: canonicalize receiver types to avoid creating duplicate thunk functions 2014-12-29 17:53:02 +00:00
const.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
create.go go/ssa: canonicalize receiver types to avoid creating duplicate thunk functions 2014-12-29 17:50:45 +00:00
doc.go tools: add import comments. 2014-12-09 22:42:16 +00: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/ssa: add position info to all Load/Store instructions 2014-12-29 23:03:32 +00:00
example_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
func.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
lift.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
lvalue.go go/ssa: add position info to all Load/Store instructions 2014-12-29 23:03:32 +00:00
methods.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
print.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
sanity.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
source.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
source_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
ssa.go go/ssa: add position info to all Load/Store instructions 2014-12-29 23:03:32 +00:00
stdlib_test.go go/ssa: report memory consumption separated by phase in stdlib_test 2014-11-13 13:03:59 -05:00
testmain.go go/ssa: add position info to all Load/Store instructions 2014-12-29 23:03:32 +00:00
testmain_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
util.go astutil: add Unparen utility, eliminating 7 copies. 2014-12-29 22:24:57 +00:00
wrappers.go go/ssa: canonicalize receiver types to avoid creating duplicate thunk functions 2014-12-29 17:50:45 +00:00