aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk
AgeCommit message (Expand)Author
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
2025-02-04cmd/compile: prefer hv2 <= 127 over hv2 < 128Jakub Ciolek
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2024-12-02hash/maphash, cmd/compile: make Comparable[string] not escape its argumentCherry Mui
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-18cmd/compile: avoid static init of strings in FIPS modeRuss Cox
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-10-30cmd/compile,internal/runtime/maps: stack allocated maps and small allocMichael Pratt
2024-10-30runtime,internal/runtime/maps: specialized swissmapsMichael Pratt
2024-10-25cmd/compile: optimize type switch for a single runtime known type with a case...Youlin Feng
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-07cmd/compile: avoid dynamic type when possibleCuong Manh Le
2024-09-16cmd/compile: remove ir.OGETCALLERPCMichael Pratt
2024-09-11cmd/compile/internal/typecheck: simplify IndexConstCuong Manh Le
2024-09-10cmd/compile: remove trivial closure referenceCuong Manh Le
2024-09-10cmd/compile: optimize []byte(string1 + string2)Paschalis Tsilias