tools/go/ssa
Alan Donovan 767744efe2 go/ssa/interp: add more intrinsics for sync/atomic and runtime
Change-Id: I4743fa32be5549b2d141595d236c653e53cc9ff4
Reviewed-on: https://go-review.googlesource.com/37712
Reviewed-by: Robert Griesemer <gri@golang.org>
2017-03-06 18:20:00 +00:00
..
interp go/ssa/interp: add more intrinsics for sync/atomic and runtime 2017-03-06 18:20:00 +00:00
ssautil tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
testdata go/ssa: emit DebugRefs for x, y = z() assignments 2015-10-23 10:25:05 +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: create an 'init' function even if len(files)==0 2017-03-03 14:03:29 +00:00
builder_test.go go/ssa: eliminate dead φ-nodes in cycles 2017-02-22 01:23:56 +00:00
const.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
create.go go/loader: don't create types.Package for "unsafe" 2017-03-02 21:55:26 +00:00
doc.go go/ssa: update package doc to mention ssautil.CreateProgram 2015-07-27 18:48:45 +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 tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
example_test.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
func.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
lift.go go/ssa: eliminate dead φ-nodes in cycles 2017-02-22 01:23:56 +00:00
lvalue.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
methods.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
mode.go go/ssa: make *BuilderMode satisfy flag.Value 2016-03-07 22:18:09 +00:00
print.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
sanity.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
source.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
source_test.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
ssa.go x/tools/go/ssa: remove unused field from NamedConst 2017-03-01 14:40:01 +00:00
stdlib_test.go go/ssa: avoid no-arg println(), for gccgo compatibility 2016-11-23 22:44:20 +00:00
testmain.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
testmain_test.go go/ssa: support custom TestMain functions in test packages 2016-10-19 17:50:59 +00:00
util.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
wrappers.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00