aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/unified.go
AgeCommit message (Expand)Author
11 dayscmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
2024-04-24cmd/compile: bail PGO method lookup on interface typesMichael Pratt
2024-04-04all: fix some commentscui fliter
2024-03-27cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoirMichael Pratt
2024-02-09cmd/compile: fail noder.LookupFunc gracefully if function genericMichael Pratt
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-13cmd/compile: support lookup of functions from export dataMichael Pratt
2023-10-13cmd/compile: lookup indirect callees from export data for devirtualizationMichael Pratt
2023-08-25cmd/compile: remove ErrorfVers and base.Flag.Lang hackMatthew Dempsky
2023-08-22cmd/compile: redo IsRuntimePkg/IsReflectPkg predicateAustin Clements
2023-08-17cmd/compile: always construct typechecked closuresMatthew Dempsky
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky
2023-08-11cmd/compile: cleanup ir.PackageMatthew Dempsky
2023-08-09cmd/compile: mark instantiated functions from package runtime as noraceCuong Manh Le
2023-03-22cmd/compile: re-compile instantiated generic methods in linkshared modeCuong Manh Le
2023-01-27cmd/compile/internal/noder: remove unused noding codeMatthew Dempsky
2022-11-15cmd/compile: add testing-flag guard to package-is-collected assertDavid Chase
2022-11-08cmd/compile: fix transitive inlining of generic functionsMatthew Dempsky
2022-08-31cmd/compile: use HaveInlineBody for unified IRMatthew Dempsky
2022-08-31cmd/compile/internal/noder: reuse package scope's namesshaoliming
2022-08-18cmd/compile/internal/noder: shape-based stenciling for unified IRMatthew Dempsky
2022-08-04all: clean up TODO after fixing issue 44505hopehook
2022-08-03[dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: move "has init" to private metadataMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: implement simple inline body pruning heuristicMatthew Dempsky
2022-06-14[dev.unified] cmd/compile: more Unified IR docs and reviewMatthew Dempsky
2022-06-06[dev.unified] cmd/compile: remove package heightCuong Manh Le
2022-05-25internal/pkgbits: add Index typeMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-13cmd/compile: tidy up noder's unified IR docsDaniel Martí
2022-05-13cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""Matthew Dempsky
2022-04-11all: gofmt main repoRuss Cox
2022-04-04cmd/compile: switch to final unified IR export formatMatthew Dempsky
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-07cmd/compile: fix reentrancy issue in unified IR function body readingMatthew Dempsky
2022-03-01cmd/compile: move unified IR's reader2 into importer packageMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2021-09-29cmd/compile: rename some types2.Context variables from env to ctxtRobert Findley
2021-09-29go/types, types2: rename Environment to ContextRobert Findley
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: remove 'ext' fields from unified IR reader/writer typesMatthew Dempsky
2021-09-08go/types, types2: add Environment to ConfigRobert Griesemer
2021-09-01cmd/compile: emit unified IR wrappers after inliningMatthew Dempsky
2021-07-21[dev.typeparams] cmd/compile: cleanup unified IR file format a littleMatthew Dempsky
2021-07-14[dev.typeparams] cmd/compile: record more typ/fun info for dictionaries in un...Matthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-07-01[dev.typeparams] cmd/compile: refactor top-level typechecking in unified IRMatthew Dempsky
2021-06-30[dev.typeparams] cmd/compile: add derived-type dictionaries to unified IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky