aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-01-30cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos...Neal Patel
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
2026-01-23cmd/compile/internal/pgo: error parsing profile (for pgo) after scalingRyan Diep
2025-12-27cmd: fix unused errors reported by ineffassignLin Lin
2025-12-04cmd/internal/fuzztest: move fuzz tests out of cmd/go test suiteMichael Matloob
2025-11-26cmd/link, cmd/internal/obj: fix a remote call failure issuelimeidan
2025-11-26cmd/internal/obj/loong64: remove the incorrect unsigned instructionsXiaolin Zhao
2025-11-26cmd/internal/obj/loong64: add {,x}vmadd series instructions supportGuoqi Chen
2025-11-26cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructionsXiaolin Zhao
2025-11-25cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in...Guoqi Chen
2025-11-25cmd/internal/obj/riscv: document compressed instructionsMark Ryan
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24[dev.simd] all: merge master (02d1f3a) into dev.simdCherry Mui
2025-11-24cmd/internal/obj: set morestack arg spilling and regabi prologue onSrinivas Pokala
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
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-21cmd/internal/obj/riscv: improve large branch/call/jump testsJoel Sing
2025-11-21cmd/internal/objabi: remove -V=goexperiment internal special caseDmitri Shuralyov
2025-11-20cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocsWANG Xuerui
2025-11-20cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions supportGuoqi Chen
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-19cmd/internal/obj/loong64: add MULW.D.W[U] instructionsXiaolin Zhao
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-14doc, cmd/internal/obj/riscv: document the riscv64 assemblerMark Ryan
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
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-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-10cmd/internal/obj/arm64: shorten constant integer loadsKeith Randall
2025-11-05cmd/internal/obj/loong64: add {,X}VSHUF.{B/H/W/V} instructions supportGuoqi Chen
2025-11-05cmd/internal/obj/loong64: add {,X}VEXTRINS.{B,H,W,V} instruction supportGuoqi Chen
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2025-11-03cmd/internal/obj/loong64: using {xv,v}slli.d to perform copying between vecto...Guoqi Chen
2025-11-03cmd/internal/obj/loong64: add VPERMI.W, XVPERMI.{W,V,Q} instruction supportGuoqi Chen
2025-11-03cmd/internal/obj: support arm64 FMOVQ large offset encodingAlexander Musman
2025-11-02cmd/go: skip git sha256 tests if git < 2.29David Finkel
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-27cmd/internal/obj, cmd/asm: reclassify the offset of memory access operations ...Xiaolin Zhao
2025-10-23cmd/internal/obj/riscv: simplify validation and encoding of raw instructionsJoel Sing
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-21cmd/internal/obj/ppc64: improve large prologue generationPaul Murphy
2025-10-17all: correct name for commentsJes Cok
2025-10-15cmd/internal/obj: move ARM64RegisterExtension from cmd/asm/internal/archVasily Leonenko