aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/riscv/obj.go
AgeCommit message (Expand)Author
11 dayscmd/internal/obj/riscv: add assembly support for Zihintpause extensionsQiu Weihong
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-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-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
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-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-10-23cmd/internal/obj/riscv: simplify validation and encoding of raw instructionsJoel Sing
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-15cmd: fix three printf problems reported by newest vetAlan Donovan
2025-10-08cmd/internal/obj: fix Link.Diag printf errorsAlan Donovan
2025-09-24cmd/internal/obj/riscv: add support for vector unit-stride fault-only-first l...wangboyao
2025-09-17cmd/internal/obj/riscv: add support for Zicond instructionslxq015
2025-09-16cmd/internal/obj/riscv: improve handling of float point movesJoel Sing
2025-09-15cmd/internal/obj/riscv: implement vector segment load/store instructionswangboyao
2025-09-12cmd/asm, cmd/internal/obj: add riscv64 generic CSR opsMark Ryan
2025-09-09runtime: remove duff support for riscv64Meng Zhuo
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-05-21cmd/internal/obj/riscv: fix vector integer multiply addMark Ryan
2025-05-08cmd/internal/obj/riscv: reject invalid vadc/vsbc encodingsMark Ryan
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-05-02cmd/internal/obj/riscv: add support for vector permutation instructionsJoel Sing
2025-05-02cmd/internal/obj/riscv: add support for vector mask instructionsJoel Sing
2025-05-02cmd/internal/obj/riscv: add support for vector reduction instructionsJoel Sing
2025-05-01cmd/internal/obj/riscv: add support for vector floating-point instructionsJoel Sing
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-04-01cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc...Joel Sing
2025-03-29cmd/internal/obj/riscv: add support for vector integer arithmetic instructionsJoel Sing
2025-03-27cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc...Joel Sing
2025-03-27cmd/internal/obj/riscv: improve constant constructionJoel Sing
2025-03-21cmd/internal/obj/riscv: factor out shift constant codeJoel Sing
2025-03-20cmd/internal/obj/riscv: fix the encoding for REV8 and ORCBMark Ryan
2025-03-19cmd/internal/obj/riscv: prevent panics on bad branchesMark Ryan
2025-03-18cmd/internal/obj/riscv: prevent duplicate error reportsMark Ryan
2025-02-27cmd/internal/obj/riscv: implement vector load/store instructionsJoel Sing
2025-02-19all: implement plugin build mode for riscv64Meng Zhuo
2025-02-14cmd/internal/obj/riscv: support MOVD with floating point constantsJoel Sing
2025-02-14cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru...Joel Sing
2025-02-13cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64Meng Zhuo
2025-02-07cmd/internal/obj/riscv: update references to RISC-V specificationJoel Sing
2024-11-21cmd/internal/obj/riscv: rework instruction encoding informationJoel Sing
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-10-30cmd/internal/obj/riscv: update RISC-V instruction tableJoel Sing
2024-10-25cmd/internal/obj: add prologue_end DWARF stmt for riscv64Lin Runze