aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata/alg.go
AgeCommit message (Expand)Author
2023-02-17Revert "cmd/compile: use ONAME node directly from generated hash func"Matthew Dempsky
2023-02-04cmd/compile: use ONAME node directly from generated hash funcCuong Manh Le
2023-02-04cmd/compile: factor out code to generate hash funcCuong Manh Le
2023-02-04cmd/compile: use runtime hash func for known typesCuong Manh Le
2023-02-04cmd/compile: use memhash from package runtimeCuong Manh Le
2023-02-04cmd/compile: generate type equal func during walkCuong Manh Le
2023-02-04cmd/compile: factor out code to generate equal funcCuong Manh Le
2023-01-26cmd/compile/internal/types: remove Markdcl/Pushdcl/PopdclMatthew Dempsky
2023-01-26cmd/compile/internal/types: remove unneeded functionalityMatthew Dempsky
2022-05-05cmd/compile: construct ir.FuncType within typecheck.DeclFuncMatthew Dempsky
2022-05-05cmd/compile: remove ir.NewField's ntyp parameterMatthew Dempsky
2022-04-21cmd/compile: Unify & improve struct comparisonsDerek Parker
2022-04-11all: gofmt main repoRuss Cox
2022-04-05reflectdata: unroll a loop in array equal function generationvpachkov
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-07-04[dev.typeparams] cmd/compile: better Call constructorMatthew Dempsky
2021-05-24cmd/compile: ensure equal functions don't do unaligned loadsKeith Randall
2021-04-05cmd/compile: reference ABIInternal memequal_varlenCherry Zhang
2021-03-29cmd/compile: set ir.Name.Func in more casesAustin Clements
2021-02-03[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...Dan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-08[dev.regabi] cmd/compile: fix some methods error textBaokun Lee
2020-12-29[dev.regabi] cmd/compile: more Linksym cleanupMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-23[dev.regabi] cmd/compile: prefer types constructors over typecheckMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package reflectdata [generated]Russ Cox