1
0
mirror of https://github.com/golang/go synced 2024-10-02 00:28:33 -06:00
go/ssa
Robert Griesemer 271af2c149 go.tools/importer: delete BuiltinCallSignature
This functionality is now provided by go/types.

R=adonovan
CC=golang-dev
https://golang.org/cl/14489045
2013-10-11 12:26:31 -07:00
..
interp go.tools/importer: change type of print{,ln} built-ins. 2013-10-10 13:33:29 -04:00
testdata go.tools/ssa: fix ssa tests (fix build partly) 2013-09-18 11:39:55 -07:00
blockopt.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
builder_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
builder.go go.tools/importer: delete BuiltinCallSignature 2013-10-11 12:26:31 -07:00
const.go go.tools/go/types: nil is not a constant + misc. cleanups 2013-10-09 14:17:25 -07:00
create.go go.tools/ssa: SSA fixes for *types.Builtin becoming an object (CL 13813043) 2013-09-23 18:18:35 -04:00
doc.go go.tools/ssa: doc tweaks + a sanity check. 2013-10-09 12:47:30 -04:00
dom.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
emit.go go.tools/ssa: s/Ret/Return/g 2013-10-08 12:31:39 -04:00
example_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
func.go go.tools/ssa: doc tweaks + a sanity check. 2013-10-09 12:47:30 -04:00
lift.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
lvalue.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
print.go go.tools/ssa: s/Ret/Return/g 2013-10-08 12:31:39 -04:00
promote.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
sanity.go go.tools/ssa: doc tweaks + a sanity check. 2013-10-09 12:47:30 -04:00
source_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
source.go go.tools/ssa: SSA fixes for *types.Builtin becoming an object (CL 13813043) 2013-09-23 18:18:35 -04:00
ssa.go go.tools/go/types: nil is not a constant + misc. cleanups 2013-10-09 14:17:25 -07:00
stdlib_test.go go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00
testmain.go go.tools/ssa: s/Ret/Return/g 2013-10-08 12:31:39 -04:00
util.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
visit.go go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00