aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
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-12cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64Guoqi 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/internal/goobj: regenerate builtinlistIan Lance Taylor
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/objabi, cmd/link: add FIPS symbol kindsRuss 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-06cmd/objdump: add s390x plan9 disasm supportSrinivas Pokala
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/osinfo: stop importing golang.org/x/sys/unixIan Lance Taylor
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
2024-10-29cmd/internal/obj/ppc64: add double-decimal arithmetic instructionsJayanth Krishnamurthy
2024-10-29cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64Joel Sing
2024-10-28cmd: use internal/syscall/windows to get Windows versionqmuntal
2024-10-25cmd/internal/obj: add prologue_end DWARF stmt for riscv64Lin Runze
2024-10-25cmd/internal/obj/riscv: update references to RISC-V specificationJoel Sing
2024-10-24cmd/internal/obj,cmd/asm: add vector registers to riscv64 assemblerJoel Sing
2024-10-24cmd/internal/obj/riscv: add vector instruction encodingsJoel Sing
2024-10-23cmd/asm: add support for LDREXB/STREXBMauri de Souza Meneguzzo
2024-10-22cmd/compile: use STP/LDP around morestack on arm64Keith Randall
2024-10-21cmd/internal/buildid: skip over GNU build ID from buildid computationCherry Mui
2024-10-21cmd/internal/buildid: skip over Mach-O UUID from buildid computationCherry Mui
2024-10-21cmd/internal/macho: new package for handling mach-o files in toolchainCherry Mui
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-08cmd/internal/obj: optimize the function stacksplit on loong64Xiaolin Zhao
2024-10-01cmd/internal/obj: make asmidx error less crypticAustin Clements
2024-09-27cmd/internal/obj/loong64: mark functions with small stacks NOSPLITXiaolin Zhao
2024-09-27cmd/internal/obj/riscv: rename the iIEncodingMark Ryan
2024-09-19cmd/objdump: add loong64 disassembler supportGuoqi Chen
2024-09-18cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390xSrinivas Pokala
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-09-16cmd/compile/internal/typecheck: remove getcallerpc/sp builtin signatureMichael Pratt
2024-09-13cmd/internal/obj/loong64: add support for instructions FSCALEB{F/D} and FLOGB...Xiaolin Zhao
2024-09-12cmd/compile,cmd/internal/obj/riscv: always provide ANDN, ORN and XNOR for ris...Joel Sing