aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata
AgeCommit message (Expand)Author
2023-02-17Revert "cmd/compile: use ONAME node directly from generated hash func"Matthew Dempsky
2023-02-09cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysisCuong Manh Le
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
2023-01-26cmd/compile/internal/types: remove TTYPEPARAM and TUNION typesMatthew Dempsky
2023-01-26cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-11-16cmd/compile: do not emit a few more basic types from every compilationRuss Cox
2022-10-31cmd/compile/internal/pgo: remove most global stateMichael Pratt
2022-09-02cmd/compile: new inline heuristic for struct comparesDerek Parker
2022-08-30cmd/compile: only inline method wrapper if method don't contain closuresCuong Manh Le
2022-08-16runtime: process ptr bitmaps one word at a timeKeith Randall
2022-08-10cmd/compile: do not use content addressable symbol for generic iface method n...Cherry Mui
2022-08-09Revert "runtime: process ptr bitmaps one word at a time"Keith Randall
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/compile: rename types.Rnd -> types.RoundUpCuong Manh Le
2022-08-08runtime: process ptr bitmaps one word at a timeKeith Randall
2022-07-19[dev.unified] cmd/compile/internal/reflectdata: remove hasRType's `required` ...Matthew Dempsky
2022-07-18[dev.unified] cmd/compile/internal/reflectdata: prefer ITabAddrAt in ConvIfac...Matthew Dempsky
2022-06-23[dev.unified] cmd/compile: rename haveRType and implicitExprMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clausesMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through for OMAPLITMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: start setting RType fields for Unified IRMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: add RType fieldsMatthew Dempsky
2022-06-21[dev.unified] cmd/compile: extract rtype code from walkMatthew Dempsky
2022-06-21[dev.unified] cmd/compile: refactor reflectdata.{TypePtr,ITabAddr}Matthew Dempsky
2022-06-14cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall
2022-05-17all: fix spellingJohn Bampton
2022-05-17cmd/compile: skip exporting generic functions for -buildmode=pluginMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-13cmd/compile: sort named types before unnamed in reflectDavid Chase
2022-05-05cmd/compile: construct ir.FuncType within typecheck.DeclFuncMatthew Dempsky
2022-05-05cmd/compile: remove ir.NewField's ntyp parameterMatthew Dempsky
2022-05-03cmd/compile: mark shape type dupokzhouguangyuan
2022-04-21cmd/compile: Unify & improve struct comparisonsDerek Parker
2022-04-12cmd/compile: always write fun[0] in incomplete itabWayne Zuo
2022-04-11all: gofmt main repoRuss Cox
2022-04-05reflectdata: unroll a loop in array equal function generationvpachkov
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-23cmd/compile: don't mark non-generic defined type symbol dupokCherry Mui
2022-03-21cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky