aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata/alg.go
AgeCommit message (Expand)Author
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-23cmd/compile: simplify AlgType usageKeith Randall
2026-01-23cmd/compile: simplify array parsing in equality signaturesKeith Randall
2026-01-23cmd/compile: clean up eq and hash implementationsKeith Randall
2026-01-23cmd/compile: use equality signatures in hash function generationKeith Randall
2026-01-23cmd/compile: reorg equality functions a bitKeith Randall
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2024-03-18cmd/compile: simplify algorithm kindsKeith Randall
2023-09-14cmd/compile/internal/ir: add Func.DeclareParamsMatthew Dempsky
2023-08-22cmd/compile/internal/typecheck: merge SubstArgTypes into LookupRuntimeMatthew Dempsky
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-20cmd/compile/internal/typecheck: add selector helpersMatthew Dempsky
2023-08-20cmd/compile/internal/typecheck: refactor and simplify DeclFuncMatthew Dempsky
2023-08-18cmd/compile/internal/ir: remove AsNodeMatthew Dempsky
2023-08-18cmd/compile/internal/typecheck: remove DeclContextMatthew Dempsky
2023-08-18cmd/compile/internal/typecheck: replace Temp calls with TempAtMatthew Dempsky
2023-08-17cmd/compile: cleanup Func constructionMatthew Dempsky
2023-08-17cmd/compile: always construct typechecked closuresMatthew Dempsky
2023-08-14cmd/compile: mark generated eq/hash functions as //go:noinlineMatthew Dempsky
2023-08-11cmd/compile: cleanup ir.PackageMatthew Dempsky
2023-05-24cmd/compile: prioritize non-CALL struct member comparisonsDerek Parker
2023-03-06cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlinesDavid Chase
2023-03-04cmd/compile/internal/ir: explicit Pos for New{Bool,Int,String}Matthew Dempsky
2023-02-28cmd/compile: use ONAME node directly from generated hash funcCuong Manh Le
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