aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk
AgeCommit message (Expand)Author
6 dayscmd/compile: remove initContext typeCuong Manh Le
7 dayscmd/compile: remove unused inNonInitFunction contextCuong Manh Le
7 dayscmd/compile: support all constant return types in switch lookup tablesqmuntal
12 dayscmd/compile: optimize switch statements using lookup tablesqmuntal
2026-03-31cmd/compile: ensure map/slice clearing expressions are walkedCuong Manh Le
2026-03-26cmd/compile: fix missing walk for OAS2RECV nodeCuong Manh Le
2026-03-24cmd/compile: handle string literals in FIPS mode consistentlyCherry Mui
2026-03-20Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...Michael Pratt
2026-03-20Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...Michael Pratt
2026-03-19cmd/compile: enable promoted field selectors as keys in struct literalsRobert Griesemer
2026-03-17cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functionsKeith Randall
2026-03-17cmd/compile: don't treat string literal as static data in FIPS modeCherry Mui
2026-03-10cmd/compile: fix ICE when checking slice capCuong Manh Le
2026-03-04runtime, cmd/compile: use preemptible memclr for large pointer-free clears“Muhammad
2026-02-06runtime: add explicit lower bounds check to decoderuneJonah Uellenberg
2026-02-04cmd/compile: don't double-walk the map argument of clearKeith Randall
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-01-28cmd/compile: simplify slice/array range loops on loong64Guoqi Chen
2026-01-23cmd/compile: simplify AlgType usageKeith Randall
2026-01-23cmd/compile: clean up eq and hash implementationsKeith Randall
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2026-01-22cmd/compile: fix mis-compilation for static array initializationCuong Manh Le
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-10-30cmd/compile: implement bits.Mul64 on 32-bit systemsRuss Cox
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-03cmd/compile: minor tweak for race detectorDavid Chase
2025-08-05cmd/compile, runtime: add checkptr instrumentation for unsafe.AddCuong Manh Le
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-25cmd/compile: remove unused arg from gorecoverKeith Randall
2025-06-30cmd/compile/internal/escape: add debug hash for literal allocation optimizationsthepudds
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-05-21cmd/compile, unique: model data flow of non-string pointersCherry Mui
2025-05-21cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...thepudds
2025-05-21cmd/compile/internal/walk: convert composite literals to interfaces without a...thepudds
2025-05-20cmd/compile/internal/escape: additional constant and zero value tests and log...thepudds
2025-05-19cmd/compile: align stack-allocated backing stores higher than requiredKeith Randall
2025-04-24cmd/compile: add cast in range loop final value computationKeith Randall
2025-04-21cmd/compile: ensure we evaluate side effects of len() argKeith Randall
2025-04-21cmd/compile: don't evaluate side effects of range over arrayKeith Randall
2025-04-15cmd/compile/internal/escape: add hash for bisecting stack allocation of varia...thepudds
2025-04-11cmd/compile: turn off variable-sized make() stack allocation with -NKeith Randall
2025-04-04cmd/compile: allow pointer-containing elements in stack allocationsKeith Randall
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-03-11cmd/compile: Enable inlining of tail callsAlexander Musman
2025-02-25cmd/compile, runtime: optimize concatbytesCuong Manh Le
2025-02-13cmd/compile: move []byte->string map key optimization to ssaKeith Randall
2025-02-10cmd/compile: avoid ifaceeq call if we know the interface is directKeith Randall