aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2025-11-24cmd/internal/obj: set morestack arg spilling and regabi prologue onSrinivas Pokala
2025-11-24cmd/compile: update s390x CALL* opsSrinivas Pokala
2025-11-24cmd/compile/internal/s390x: add initial spill supportSrinivas Pokala
2025-11-24cmd/compile/internal: add register ABI information for s390xSrinivas Pokala
2025-11-24cmd/compile: document register-based ABI for s390xSrinivas Pokala
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-24Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels"Cherry Mui
2025-11-24cmd/compile: relax stmtline_test on amd64David Chase
2025-11-23cmd/compile: use 32x32->64 multiplies on loong64Xiaolin Zhao
2025-11-23cmd/internal/obj/loong64: optimize duplicate optab entriesXiaolin Zhao
2025-11-23cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ...Axel Wagner
2025-11-22cmd/go: update default go directive in mod or work initIan Alexander
2025-11-21cmd/internal/obj/riscv: improve large branch/call/jump testsJoel Sing
2025-11-21cmd/go: support sha1 repos when git default is sha256David Finkel
2025-11-21[dev.simd] internal/runtime/gc: add simd package based greentea kernelsJunyang Shao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-21cmd/compile: simplify negative on multiplicationMeng Zhuo
2025-11-21cmd/cgo: strip top-level const qualifier from argument frame structIan Lance Taylor
2025-11-21cmd/compile: rewrite Rsh to RshU if arguments are proved positiveJorropo
2025-11-21cmd/compile: propagate unsigned relations for Rsh if arguments are positiveJorropo
2025-11-21cmd/compile: make dse track multiple shadowed rangesJakub Ciolek
2025-11-21cmd/compile/internal/ssa: correct type of ARM64 conditional instructionsCh1n-ch1nless
2025-11-21[dev.simd] cmd/compile, simd: update conversion API namesJunyang Shao
2025-11-21cmd/internal/objabi: remove -V=goexperiment internal special caseDmitri Shuralyov
2025-11-21[dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128Neal Patel
2025-11-21cmd/compile: fix integer overflow in prove passJakub Ciolek
2025-11-21cmd/compile/internal: fix typosJes Cok
2025-11-21cmd/compile/internal/devirtualize: fix typosJes Cok
2025-11-20cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocsWANG Xuerui
2025-11-20[dev.simd] simd, cmd/compile: add more element types for Select128FromPairDavid Chase
2025-11-20[dev.simd] simd: fix signatures for PermuteConstant* methodsDavid Chase
2025-11-20cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions supportGuoqi Chen
2025-11-20cmd/vendor: update to x/tools@68724afAlan Donovan
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20cmd/internal/obj/x86: handle global reference in From3 in dynlink modeCherry Mui
2025-11-20spec: adjust rule for type parameter on RHS of alias declarationRobert Griesemer
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-11-19cmd/compile: Implement LoweredZeroLoop with LSX Instruction on loong64Guoqi Chen
2025-11-19cmd/internal/obj/loong64: add MULW.D.W[U] instructionsXiaolin Zhao
2025-11-19go/types, types2: fix object path for grouped declaration statementsMark Freeman
2025-11-19cmd/compile: fix control flow for unsigned divisions proof relationsJorropo
2025-11-19cmd/compile: cleanup useless if statement in proveJorropo
2025-11-18cmd/compile: prefer fixed registers for valuesKeith Randall
2025-11-18cmd/compile: fold boolean NOT into branchesKeith Randall
2025-11-18[dev.simd] cmd/compile, simd: change DotProductQuadruple and add peepholesJunyang Shao
2025-11-18cmd/link: align sections, not symbols after DWARF compressCherry Mui
2025-11-18[dev.simd] cmd/compile, simd: change SHA ops names and typesJunyang Shao
2025-11-18cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...Joel Sing
2025-11-17cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...Joel Sing
2025-11-17cmd/compile: use 32x32->64 multiplies on arm64Keith Randall