aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/compare.go
AgeCommit message (Expand)Author
2026-01-23cmd/compile: clean up eq and hash implementationsKeith Randall
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2025-02-10cmd/compile: avoid ifaceeq call if we know the interface is directKeith Randall
2024-08-01cmd/compile: add race instrumentation during walkCompareCuong Manh Le
2023-05-24cmd/compile: prioritize non-CALL struct member comparisonsDerek Parker
2023-03-04cmd/compile/internal/ir: explicit Pos for New{Bool,Int,String}Matthew Dempsky
2023-02-28cmd/compile/internal/walk: remove unused eqForCuong Manh Le
2023-02-04cmd/compile: generate type equal func during walkCuong Manh Le
2023-01-26cmd/compile/internal/types: remove unneeded functionalityMatthew Dempsky
2022-09-02cmd/compile: new inline heuristic for struct comparesDerek Parker
2022-08-31cmd/compile: avoid excessive libfuzzer instrumentation of int comparesKhaled Yakdan
2022-06-21[dev.unified] cmd/compile: extract rtype code from walkMatthew Dempsky
2022-05-23cmd/compile: support libFuzzer value profiling mode for integer comparesKhaled Yakdan
2022-05-20cmd/compile: intercept string compares in libFuzzer modeKhaled Yakdan
2022-05-05cmd/compile: fix constructing expr side-effects when comparing 0-size typesCuong Manh Le
2022-04-21cmd/compile: Unify & improve struct comparisonsDerek Parker
2022-04-11all: gofmt main repoRuss Cox
2021-10-06cmd/compile: make encoding/binary loads/stores cheaper to inlineJosh Bleecher Snyder
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
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
2020-12-24[dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressableCuong Manh Le
2020-12-23[dev.regabi] cmd/compile: prefer types constructors over typecheckMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]Russ Cox