aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal
AgeCommit message (Expand)Author
20 hoursall: prealloc slice with possible minimum capabilitiesShulhan
38 hourscmd/asm, cmd/internal/obj/arm64: support memory with MUL VL imm offsetJunyang Shao
38 hourscmd/asm, cmd/internal/obj/arm64: support memory with imm offset in SVEJunyang Shao
38 hourscmd/asm, cmd/internal/obj/arm64: support special operands in SVEJunyang Shao
38 hourscmd/asm, cmd/internal/obj/arm64: support memory with extensions in SVEJunyang Shao
38 hourscmd/asm, cmd/internal/obj/arm64: support SVE register listsJunyang Shao
38 hourscmd/asm, cmd/internal/obj/arm64: add support for immediatesJunyang Shao
5 dayscmd/asm, cmd/internal/obj/arm64: support register with index in SVEJunyang Shao
5 dayscmd/asm, cmd/internal/obj/arm64: add GP and SIMD reg support for SVEJunyang Shao
5 dayscmd/internal/obj/loong64: correct instruction encodinglimeidan
7 dayscmd/internal/obj/arm64: add ASIMD cross-lane reduction instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add ASIMD miscellaneous unary instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add ASIMD arithmetic instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add ASIMD shift instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add remaining ASIMD compare instructionsAlexander Musman
7 dayscmd/internal/obj: refactor arm64 ASIMD instruction encodingAlexander Musman
11 dayscmd/internal/obj/riscv: add assembly support for Zihintpause extensionsQiu Weihong
13 dayscmd/asm, cmd/go: pass -std to assembler for standard library packagesCherry Mui
2026-03-31cmd/internal/obj/riscv: add support for FENCE operands and FENCE.TSOwangboyao
2026-03-26cmd/internal/obj/riscv: add assembly support of Zbc extensionXueqi Luo
2026-03-20cmd/internal/obj/arm64: new arm64 assembling path for SVEJunyang Shao
2026-03-10cmd/internal/obj/riscv: materialise 32 bit unsigned constantsJoel Sing
2026-02-27cmd/internal/obj: arm64 assembler support unshifted hi for large offsetsAlexander Musman
2026-02-24cmd/asm/internal/asm/testdata: add SB testsRoland Shoemaker
2026-02-22cmd/internal/obj: support arm64 FMOVQ from/to global addressAlexander Musman
2026-02-17cmd/internal/obj: remove ARM64 prefix from encoding helpersAlexander Musman
2026-02-17cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/archAlexander Musman
2026-02-14cmd/internal/obj/loong64: improve ARNG type register name conversionGuoqi Chen
2025-12-23cmd/asm/internal/asm: run riscv64 end-to-end tests for each profileJoel Sing
2025-12-23cmd/asm/internal/asm: abort end to end test if assembly failedJoel Sing
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-20cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions supportGuoqi Chen
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-13cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructionsJoel 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