aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
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-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-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-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-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
2025-10-15cmd: fix three printf problems reported by newest vetAlan Donovan
2025-10-14cmd/internal/obj/arm64: add support for PAC instructionsBill Roberts
2025-10-08cmd/internal/obj: fix Link.Diag printf errorsAlan Donovan
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-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-09-30cmd/compile/internal/ssa: remove redundant "type:" prefix checkYoulin Feng
2025-09-27cmd/compile: implement jump table on loong64limeidan
2025-09-26Revert "cmd/internal/obj/loong64: use the MOVVP instruction to optimize prolo...abner chenc
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-25cmd/internal/obj/riscv: remove ACFLWSP/ACFSWSP and ACFLW/ACFSWJoel Sing
2025-09-24cmd/internal/obj/riscv: add support for vector unit-stride fault-only-first l...wangboyao