aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata
AgeCommit message (Expand)Author
2023-09-01cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.Dominique Lefevre
2023-08-29cmd/compile: remove vestigial importpath symbol logicMatthew Dempsky
2023-08-29cmd/compile: eliminate fallback code for missing -p flagMatthew Dempsky
2023-08-24cmd/compile/internal/gc: steps towards work-queueMatthew Dempsky
2023-08-22cmd/compile/internal/typecheck: merge SubstArgTypes into LookupRuntimeMatthew Dempsky
2023-08-22cmd/compile: simplify various signature type handling codeMatthew Dempsky
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-21cmd/compile/internal/reflectdata: share hmap and hiter typesMatthew Dempsky
2023-08-21cmd/compile/internal/abi: stop using types.FuncMatthew Dempsky
2023-08-20cmd/compile/internal/typecheck: add selector helpersMatthew Dempsky
2023-08-20cmd/compile/internal/typecheck: refactor and simplify DeclFuncMatthew Dempsky
2023-08-19Revert "cmd/compile/internal/gc: steps towards work-queue"Matthew Dempsky
2023-08-18cmd/compile/internal/gc: steps towards work-queueMatthew 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-18cmd/compile/internal/reflectdata: remove special case for initMatthew Dempsky
2023-08-17cmd/compile: cleanup Func constructionMatthew Dempsky
2023-08-17cmd/compile: always construct typechecked closuresMatthew Dempsky
2023-08-14cmd/compile: remove reflectdata.{TypePtr,ITabAddr} wrappersMatthew Dempsky
2023-08-14cmd/compile: mark generated eq/hash functions as //go:noinlineMatthew Dempsky
2023-08-11cmd/compile: simplify asmhdr and plugin exports handlingMatthew Dempsky
2023-08-11cmd/compile: cleanup ir.PackageMatthew Dempsky
2023-07-27reflect: deprecate PtrToqiulaidongfeng
2023-06-08cmd/compile: typocuiweixie
2023-05-24cmd/compile: prioritize non-CALL struct member comparisonsDerek Parker
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-05-10internal/abi: common up some offset/size functionsDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-04-28Revert "cmd/compile: constant-fold loads from constant dictionaries and types"Chressie Himpel
2023-04-27cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
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-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