aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssagen/ssa.go
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-13all: fix misspellings in commentscuishuang
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequalAlexander Musman
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
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-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-06Revert "runtime: remove the pc field of _defer struct"Keith Randall
2025-11-03runtime: remove the pc field of _defer structYoulin Feng
2025-10-15cmd/compile: use block starting position for phi line numberKeith Randall
2025-10-10cmd/compile: repair bisection behavior for float-to-unsigned conversionDavid Chase
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-09cmd/compile: modify float-to-[u]int so that amd64 and arm64 matchDavid Chase
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-09-26[dev.simd] simd, cmd/compile: add 128 bit select-from-pairDavid Chase
2025-08-22[dev.simd] cmd/compile: ensure the whole X15 register is zeroedCherry Mui
2025-08-14[dev.simd] all: merge master (924fe98) into dev.simdCherry Mui
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-08-05cmd/compile: remove support for old-style bounds check callsKeith Randall
2025-08-04[dev.simd] all: merge master (7a1679d) into dev.simdCherry Mui
2025-08-01[dev.simd] cmd/compile: changes for AVX2 SIMD masked load/storeDavid Chase
2025-07-30cmd/compile: add floating point min/max intrinsics on s390xMichael Munday
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-24cmd/compile,runtime: remember idx+len for bounds check failure with less codeKeith Randall
2025-07-22cmd/compile: fix loclist for heap return vars without optimizationsDerek Parker
2025-06-10[dev.simd] all: merge master (773701a) into dev.simdCherry Mui
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-05-28[dev.simd] cmd/compile: adapters for simdDavid Chase
2025-05-21cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...thepudds
2025-05-19cmd/compile: allocate backing store for append on the stackKeith Randall
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-04-21cmd/compile: ensure we evaluate side effects of len() argKeith Randall
2025-04-18cmd/compile: use the builtin clearapocelipes
2025-04-09cmd/compile: fix the test for ABI specification so it works right w/ genericsDavid Chase
2025-04-04cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fieldsKeith Randall
2025-04-04cmd/compile: aggregate scalar allocations for heap escapesKeith Randall
2025-03-11cmd/compile: Enable inlining of tail callsAlexander Musman
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-25internal/abi: use arch family instead of arch stringKeith Randall
2025-02-19cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...David Chase
2025-02-04cmd/compile: include liveness info in GOSSAFUNC outputDavid Chase
2024-12-21cmd/compile: load map length with the right typeCherry Mui
2024-11-19cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64Guoqi Chen