aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
2025-03-05cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H,W,D,Q} and {V,XV}{ADD/SUB}...Xiaolin Zhao
2025-03-03cmd/internal/obj/loong64: add F{MAXA/MINA}.{S/D} instructionsXiaolin Zhao
2025-03-03cmd/internal/obj/loong64: add {V,XV}{SLL/SRL/SRA/ROTR}[I].{B/H/W/D} instructi...Xiaolin Zhao
2025-03-01cmd/internal/obj/riscv: add riscv64 CSR mapMark Ryan
2025-02-28cmd/internal/obj, cmd/asm: reclassify 32-bit immediate value of loong64limeidan
2025-02-27cmd/internal/obj/riscv: implement vector load/store instructionsJoel Sing
2025-02-26runtime: remove ret field from gobufKeith Randall
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-20cmd/internal/obj/loong64: optimize immediate loadinglimeidan
2025-02-20cmd/internal/obj/x86: add support for the endbr64 instruction on amd64Joel 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-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2025-02-10cmd/compile: avoid ifaceeq call if we know the interface is directKeith Randall
2025-02-07cmd/internal/obj/riscv: update references to RISC-V specificationJoel Sing
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
2024-12-12cmd/internal/obj: disallow linknamed access to builtin symbolsCherry Mui
2024-11-27cmd/internal/obj: handle static assembly symbols correctly in FIPS checkRuss Cox
2024-11-22cmd/compile, cmd/link: FIPS fixes for large programsRuss Cox
2024-11-21cmd/internal/obj/riscv: rework instruction encoding informationJoel Sing
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-21cmd/internal/obj/ppc64: support for decimal floating point instructionsJayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-19cmd/internal/obj/arm64: recognize FIPS static temps as unalignedRuss Cox
2024-11-18cmd/internal/obj: exclude external test packages from FIPS scopeRuss Cox
2024-11-15crypto/internal/fips/check: enable windows/arm64Filippo Valsorda
2024-11-14cmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel relocationPaul E. Murphy
2024-11-14all: enable FIPS verification codeRuss Cox
2024-11-13cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappersCherry Mui
2024-11-13cmd/internal/obj: add tool to generate Cnames stringchenguoqi
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-13cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQGuoqi Chen
2024-11-11cmd/compile: allow more types for wasmimport/wasmexport parameters and resultsCherry Mui
2024-11-11cmd/internal/obj/loong64: switch Lookup function call to ABIInternal modeGuoqi Chen
2024-11-08cmd/asm: use single-instruction forms for all loong64 sign and zero extensionsXiaolin Zhao
2024-11-08cmd/internal/obj/loong64: add {V,XV}PCNT.{B,H,W,D} instructions supportGuoqi Chen
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-11-07cmd/internal/obj/loong64: add {V,XV}SEQ.{B,H,W,D} instructions supportGuoqi Chen
2024-11-07cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V,XV}ST/{V,XV}STX instructi...Guoqi Chen
2024-11-07cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64Guoqi Chen
2024-11-02cmd/asm: add support for loong64 FMA instructionsXiaolin Zhao
2024-11-01cmd/asm: add support for loong64 CRC32 instructionsXiaolin Zhao
2024-11-01cmd/asm: add support for the rest of loong64 unary bitopsXiaolin Zhao
2024-10-31cmd/internal/obj/arm64: make sure prologue and epilogue are pattern matched f...Hao Liu
2024-10-30cmd/internal/obj/riscv: update RISC-V instruction tableJoel Sing
2024-10-29cmd/internal/obj/ppc64: support for extended mnemonics of BCJayanth Krishnamurthy