aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/devirtualize/devirtualize.go
AgeCommit message (Expand)Author
2026-03-30cmd/compile/internal/devirtualize: improve debug logsMateusz Poliwczak
2026-03-30cmd/compile/internal/devirtualize: use pointer identity for type comparisonMateusz Poliwczak
2025-11-21cmd/compile/internal/devirtualize: fix typosJes Cok
2025-10-14cmd/compile/internal/devirtualize: do not track assignments to non-PAUTOMateusz Poliwczak
2025-10-14cmd/compile/internal/devirtualize: use FatalfAt instead of Fatalf where possibleMateusz Poliwczak
2025-10-14cmd/compile/internal/devirtualize: fix OCONVNOP assertionMateusz Poliwczak
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-20cmd/compile/internal/ir: add CallExpr.GoDeferMatthew Dempsky
2023-10-05cmd/compile/internal/ir: tweak a couple namesMatthew Dempsky
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-21cmd/compile: do some TODOs about FatalfMatthew Dempsky
2023-08-20cmd/compile/internal/typecheck: add selector helpersMatthew Dempsky
2023-06-29cmd/{go,compile}: run gofmtThan McIntosh
2023-05-22cmd/compile: enable PGO-driven call devirtualizationMichael Pratt
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-09-06cmd/compile: do not devirtualize defer/go callsCuong Manh Le
2022-08-18cmd/compile: fix devirtualization bug with unified IRMatthew Dempsky
2022-08-18cmd/compile/internal/noder: shape-based stenciling for unified IRMatthew Dempsky
2020-12-25[dev.regabi] cmd/compile: cleanup devirtualization docsMatthew Dempsky
2020-12-25[dev.regabi] cmd/compile: new devirtualization pkg [generated]Matthew Dempsky