aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc
AgeCommit message (Expand)Author
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-16cmd/compile: fix panic with dead hidden closuresCuong Manh Le
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-16[dev.typeparams] cmd/compile: simplify SSA devirtualizationMatthew Dempsky
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-05[dev.typeparams] cmd/compile: refactor export writingMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-09cmd/compile: make non-concurrent compiles deterministic againMatthew Dempsky
2021-05-03cmd/compile: add traceback argument info to ABI0 assembly functionsCherry Zhang
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13cmd/compile: don't modify underlying type when creating bitmap for bodyless f...David Chase
2021-04-09test: do not run softfloat test with regabiargsCherry Zhang
2021-04-08cmd/compile,cmd/internal/objabi: abstract out object header stringAustin Clements
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-03-30cmd/compile: update default ABI choices for calls and bodyless fn stack mapsDavid Chase
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-23cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh
2021-03-22cmd/compile: fix WriteFuncMap for new ABI.David Chase
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-02cmd/compile: better version of check frame offsets against abiDavid Chase
2021-03-01Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills
2021-02-27cmd/compile: check frame offsets against abiDavid Chase
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-01-19[dev.regabi] cmd/compile: directly create go.map and go.track symbolsMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: remove unneeded packages from ir.PkgsMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-15[dev.regabi] cmd/compile: move stkobj symbol generation to SSAMatthew Dempsky
2021-01-14[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA constructionMatthew Dempsky
2021-01-13[dev.regabi] cmd/compile: fix GOEXPERIMENT=regabi builderMatthew Dempsky
2021-01-13[dev.regabi] cmd/compile: refactor abiutils from "gc" into new "abi"David Chase
2021-01-12[dev.regabi] cmd/compile: transform closures during walkMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: compile functions before closuresMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: unindent compileFunctionsMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: always use the compile queueMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: call NeedFuncSym in InitLSymMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: remove CaptureVarsMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: earlier deadcode removalMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: fix package-initialization orderMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: some more manual shufflingMatthew Dempsky