aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/builder_test.go
AgeCommit message (Expand)Author
2023-02-17go/ssa: substitute type parameters in local typesTim King
2023-02-15go/ssa: skip typeparam/issue58513.goMatthew Dempsky
2022-11-18go/ssa: build generic function bodiesTim King
2022-11-17internal/testenv: skip tests that need export data for std if 'go tool compil...Bryan C. Mills
2022-05-18go/ssa: tweak Function.Name() for generic instantiationsAlan Donovan
2022-05-16go/ssa: fix *SelectorExpr within *IndexExpr handlingTim King
2022-04-22go/ssa: monomorphize generic instantiations.Tim King
2022-04-15go/ssa: Update callee for wrapper function instantiation.Tim King
2022-04-12go/ssa: emit Low expression before High in *ast.SliceTim King
2022-04-08go/ssa: Instantiate calls to generic functions and methods.Tim King
2022-04-08go/ssa: Adds datastructures for function instantiation.Tim King
2017-02-22go/ssa: eliminate dead φ-nodes in cyclesAlan Donovan
2017-02-07tools: updates for minimum Go version 1.6Alan Donovan
2016-04-28go/ssa: reduce set of expected indirect importsAlan 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-02-23go/loader: rename SourceImports flag to ImportFromBinary and invert senseAlan Donovan
2015-01-22go/ssa: simplify TypesWithMethodSetsAlan Donovan
2014-12-29go/ssa: canonicalize receiver types to avoid creating duplicate thunk functionsAlan 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-07-31go.tools/go/ssa: print types package-relative in all instructions.Alan Donovan
2014-06-16go.tools/go/ssa: add a flag for selecting bare init functionsPeter Collingbourne
2014-03-27go.tools/go/loader: add Config.ParserMode configuration parameter.Alan Donovan
2014-02-18go.tools/go/ssa: fix nondeterministic computation of necessary method sets.Alan Donovan
2014-02-11go.tools/go/types: remove Type.MethodSet() method.Alan Donovan
2014-01-22go.tools/go/loader: permit Create* methods to specify the ad-hoc package's pathAlan Donovan
2014-01-16go.tools: rename packages.Alan Donovan