aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/create.go
AgeCommit message (Expand)Author
2022-11-18go/ssa: build generic function bodiesTim King
2022-04-22go/ssa: monomorphize generic instantiations.Tim King
2022-04-20go/ssa: return nil on parameterized types on MethodValue.Tim King
2022-04-12go/ssa: gofmtRuss Cox
2022-04-08go/ssa: bound functions are now unique per instantiation.Tim King
2022-04-08go/ssa: Adds datastructures for function instantiation.Tim King
2022-04-06go/ssa: Track created functions in the builder.Tim King
2022-03-02go/ssa: changes Package.values to objects.Tim King
2022-03-02go/ssa: adds *types.Info field to ssa.Function.Tim King
2022-03-02go/ssa: Put type canonicalization on own mutex.Tim King
2018-08-08go/ssa: updates to support go/packagesAlan Donovan
2017-03-02go/loader: don't create types.Package for "unsafe"Alan Donovan
2017-02-13x/tools: support Go 1.9 type aliasesAlan Donovan
2016-11-04go/ssa: remove go1.8 tagged filesAlan Donovan
2016-11-02x/tools: clone some files in preparation for alias changesAlan Donovan
2016-01-06tools: switch to standard go/types at tipAlan Donovan
2016-01-06x/tools/...: fork and tag !1.5 all files that use go/types et alAlan Donovan
2015-08-31go/ssa: rename some API features (incompatible change)Alan Donovan
2015-04-17go/loader: eliminate ImportFromBinary option and PackageCreated hookAlan Donovan
2015-04-14go/ssa/ssautil: break ssa->loader dependencyAlan Donovan
2015-03-05go/ssa: treat declared init functions less speciallyAlan Donovan
2015-02-18go/ssa: standardize parsing of BuilderMode flags.Alan Donovan
2014-12-29go/ssa: canonicalize receiver types to avoid creating duplicate thunk functionsAlan Donovan
2014-11-10go.tools: use golang.org/x/... import pathsAndrew Gerrand
2014-08-01go.tools/cmd/ssadump: print packages and functions to stdout, not stderr.Alan Donovan
2014-07-11go.tools/go/loader: use new types.TypeAndValue mode predicates.Alan Donovan
2014-06-16go.tools/go/ssa: add a flag for selecting bare init functionsPeter Collingbourne
2014-06-11go.tools/ssa: create thunks for method expressions T.f.Alan Donovan
2014-03-11go.tools: various comments + doc tweaks.Alan Donovan
2014-02-18go.tools/go/loader: add AllowTypeErrors flag.Alan Donovan
2014-02-18go.tools/go/ssa: fix nondeterministic computation of necessary method sets.Alan Donovan
2014-01-28go.tools/go/ssa: use bytes.Buffer instead of io.Writer.Alan Donovan
2014-01-16go.tools: rename packages.Alan Donovan