aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir/expr.go
AgeCommit message (Expand)Author
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-21cmd/compile/internal: fix typosJes Cok
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-10-17all: correct name for commentsJes Cok
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-08-04[dev.simd] all: merge master (7a1679d) into dev.simdCherry Mui
2025-07-25cmd/compile: remove unused arg from gorecoverKeith Randall
2025-07-24cmd/compile: use better fatal message for staticValue1Cuong Manh Le
2025-06-23[dev.simd] cmd/compile: generate function body for bodyless intrinsicsCherry Mui
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-05-27cmd/compile/internal/walk: use original type for composite literals in addrTempthepudds
2025-04-02cmd/compile: Remove unused 'NoInline' field from CallExpr stuctureAlexander Musman
2025-02-18cmd/compile/internal/ir: reduce size of miniExpr by 8 bytesMateusz Poliwczak
2024-09-16cmd/compile: remove ir.OGETCALLERPCMichael Pratt
2024-03-20cmd/compile/internal/inline: refactor fixpoint algorithmMatthew Dempsky
2024-03-14Revert "cmd/compile/internal/inline: refactor fixpoint algorithm"Matthew Dempsky
2024-02-28cmd/compile/internal/inline: refactor fixpoint algorithmMatthew Dempsky
2023-11-21cmd/compile/internal/ir: add batch-mode reassignment detection oracleThan McIntosh
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-20cmd/compile/internal/ir: add CallExpr.GoDeferMatthew Dempsky
2023-11-15cmd/compile/internal/ir: fix docPark Zhou
2023-10-24cmd/compile/internal/ir: update CallExpr comment referenceMichael Pratt
2023-10-13cmd/compile: lookup indirect callees from export data for devirtualizationMichael Pratt
2023-10-06cmd/compile: use descriptors for type assertion runtime callsKeith Randall
2023-10-05cmd/compile/internal/ir: tweak a couple namesMatthew Dempsky
2023-09-21cmd/compile: capitalize ir.MethodSym in commentMichael Pratt
2023-09-20cmd/compile: implement range over funcRuss Cox
2023-09-12cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATAMatthew Dempsky
2023-09-11cmd/compile/internal/ir: remove OSIZEOF, etcMatthew Dempsky
2023-09-11cmd/compile/internal/ir: add Type param to NewBasicLitMatthew Dempsky
2023-09-08cmd/compile/internal/ir: remove OrigNodeMatthew Dempsky
2023-09-08cmd/internal/ir: remove ConstExpr in favor of BasicLitMatthew Dempsky
2023-09-08cmd/compile/internal/noder: stop preserving original const stringsMatthew Dempsky
2023-09-07cmd/compile/internal/ir: simplify printing of OLITERALsMatthew Dempsky
2023-08-28cmd/compile/internal/ir: set Addrtaken on Canonical ONAME tooMatthew Dempsky
2023-08-25cmd/compile/internal/ir: mark Addrtaken in NewAddrExprMatthew Dempsky
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-18cmd/compile: construct more IR nodes as typedMatthew Dempsky
2023-08-18cmd/compile/internal/ir: remove AsNodeMatthew Dempsky
2023-08-18cmd/compile/internal/ir: remove OFUNCINST and InstExprMatthew Dempsky
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky
2023-08-15cmd/compile: improve ir.StaticValue and extract ir.StaticCalleeNameMatthew Dempsky
2023-08-10cmd/compile/internal/ir: export 'reassigned', handle OASOPThan McIntosh
2023-05-23cmd/compile: implement min/max builtinsMatthew Dempsky
2023-04-12cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-04all: fix misuses of "a" vs "an"cui fliter