aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
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
2025-11-17[dev.simd] cmd/compile, simd: change AES op names and add missing sizeJunyang Shao
2025-11-17[dev.simd] cmd/compile, simd: add VPALIGNRJunyang Shao
2025-11-17[dev.simd] cmd/compile: fix unstable outputJunyang Shao
2025-11-17cmd/compile: teach prove about subtract idiomsKeith Randall
2025-11-17cmd/compile: clean up prove passKeith Randall
2025-11-14cmd: update x/tools to 59ff18cAlan Donovan
2025-11-14cmd/go: tests: rename git-min-vers->git-sha256David Finkel
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-14doc, cmd/internal/obj/riscv: document the riscv64 assemblerMark Ryan
2025-11-14cmd/compile/internal: remove incorrect riscv64 SLTI ruleMark Ryan
2025-11-14cmd/compile: fold negation into multiplicationMeng Zhuo
2025-11-14cmd/compile: optimize comparisons with single bit differenceMichael Munday
2025-11-14cmd/compile: remove unnecessary casts and types from riscv64 rulesMichael Munday
2025-11-14go/types, types2: swap object.color for Checker.objPathIdxMark Freeman
2025-11-14cmd/link/internal/ld: make runtime.buildVersion with experiments validmatloob@golang.org
2025-11-13cmd/trace: annotation proc start/stop with thread and proc alwaysMichael Anthony Knyszek
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-13cmd/go: fix flaky TestScript/mod_get_directRuss Cox
2025-11-13go/types, types2: rename definedType to declaredType and clarify docsMark Freeman
2025-11-13go/types, types2: check for direct cycles as a separate phaseRobert Griesemer
2025-11-13cmd/go/internal/modfetch: consolidate global varsIan Alexander
2025-11-13cmd/go/internal/modfetch/codehost: fix flaky TestReadZipRuss Cox
2025-11-13cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructionsJoel Sing
2025-11-13cmd/internal/obj/riscv: implement better bit pattern encodingJoel Sing
2025-11-12cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H/W/V}{,U} instructions supportGuoqi Chen
2025-11-12cmd/go: keep objects alive while stopping cleanupsMichael Anthony Knyszek
2025-11-12cmd/compile: don't clear ptrmask in fillptrmaskIan Lance Taylor
2025-11-12cmd/compile: use FCLASSD for subnormal checks on riscv64Michael Munday
2025-11-12cmd/compile: optimize liveness in stackallocDaniel Morsing
2025-11-12cmd/link: change shdr and phdr from arrays to slicesIan Lance Taylor
2025-11-12cmd/go: clarify the -o testflag is only for copying the binarySean Liao
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-11[dev.simd] cmd/compile: add masked merging ops and optimizationsJunyang Shao
2025-11-11cmd/go: implement accurate pseudo-versions for MercurialRuss Cox
2025-11-11cmd/go/internal/vcweb: cache hg serversRuss Cox
2025-11-11cmd/go: implement -reuse for Mercurial reposRuss Cox
2025-11-10go/types, types2: first argument to append must never be be nilRobert Griesemer