aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
37 hourscmd/asm, cmd/internal/obj/arm64: support memory with MUL VL imm offsetJunyang Shao
37 hourscmd/asm, cmd/internal/obj/arm64: support memory with imm offset in SVEJunyang Shao
37 hourscmd/asm, cmd/internal/obj/arm64: support special operands in SVEJunyang Shao
37 hourscmd/asm, cmd/internal/obj/arm64: support memory with extensions in SVEJunyang Shao
37 hourscmd/asm, cmd/internal/obj/arm64: support SVE register listsJunyang Shao
37 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
12 dayscmd/internal/obj/loong64: run go generateKeith Randall
14 dayscmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry 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-18cmd/link: modify the register used in trampolinelimeidan
2026-03-18cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64Guoqi Chen
2026-03-17cmd/internal/obj/loong64: centralize the functions for getting instruction co...limeidan
2026-03-17cmd/internal/obj/loong64: correcting spelling errors in the commentsGuoqi Chen
2026-03-17cmd/compile: don't treat string literal as static data in FIPS modeCherry Mui
2026-03-10cmd/compile: fix arm direct tail callKeith Randall
2026-03-10cmd/internal/obj/arm: set spadj in arm32 tailcallThea Heinen
2026-03-10cmd/internal/obj/riscv: materialise 32 bit unsigned constantsJoel Sing
2026-03-10cmd/internal/obj/riscv: factor out constant materialisation codeJoel Sing
2026-03-10cmd/internal/obj/riscv: factor out constant materialisation identificationJoel Sing
2026-03-07cmd/internal/obj: fix indirect tail call codeKeith Randall
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall
2026-02-28cmd/internal/obj/loong64: change to get the opcodes of assembly instructions ...limeidan
2026-02-27cmd/internal/obj: arm64 assembler support unshifted hi for large offsetsAlexander Musman
2026-02-27cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64limeidan
2026-02-24internal/cpu,cmd/internal/obj/arm64: add SBRoland Shoemaker
2026-02-23cmd/internal/obj/loong64: remove getting 32-bits address optab entrylimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVVF optab entries into ABSFlimeidan
2026-02-23cmd/internal/obj/loong64: merge moving data operations into one caselimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVD optab entries into MOVFlimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVWU optab entries into MOVBUlimeidan
2026-02-23cmd/internal/obj/loong64: rearrange optab entrieslimeidan
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
2026-02-12cmd/compile: set alignment for all content-addressable symbolsIan Lance Taylor
2026-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing