aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2025-11-03cmd/internal/obj: support arm64 FMOVQ large offset encodingAlexander Musman
2025-11-02cmd/go: skip git sha256 tests if git < 2.29David Finkel
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
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
2025-10-21cmd/internal/obj/ppc64: improve large prologue generationPaul Murphy
2025-10-17all: correct name for commentsJes Cok
2025-10-15cmd/internal/obj: move ARM64RegisterExtension from cmd/asm/internal/archVasily Leonenko
2025-10-15cmd: fix three printf problems reported by newest vetAlan Donovan
2025-10-14cmd/internal/obj/arm64: add support for PAC instructionsBill Roberts
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-08cmd/internal/obj: fix Link.Diag printf errorsAlan Donovan
2025-10-07cmd/go, testing: add TB.ArtifactDir and -artifacts flagDamien Neil
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-09-30cmd/compile/internal/ssa: remove redundant "type:" prefix checkYoulin Feng
2025-09-27cmd/compile: implement jump table on loong64limeidan
2025-09-26Revert "cmd/internal/obj/loong64: use the MOVVP instruction to optimize prolo...abner chenc
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-25cmd/internal/obj/riscv: remove ACFLWSP/ACFSWSP and ACFLW/ACFSWJoel Sing
2025-09-24cmd/internal/obj/riscv: add support for vector unit-stride fault-only-first l...wangboyao
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui
2025-09-17cmd/internal/obj/riscv: add support for Zicond instructionslxq015
2025-09-16cmd/go: check pattern for utf8 validity before call regexp.MustCompileYoulin Feng
2025-09-16cmd/internal/obj/riscv: improve handling of float point movesJoel Sing
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-16[dev.simd] cmd/compile: use the right type for spill slotCherry Mui
2025-09-15cmd/internal/obj/loong64: use the MOVVP instruction to optimize prologueXiaolin Zhao
2025-09-15cmd/internal/obj/riscv: implement vector segment load/store instructionswangboyao
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15cmd/internal/testdir: re-enable default all codegen flag on linux-amd64Michael Anthony Knyszek
2025-09-12cmd/asm, cmd/internal/obj: add riscv64 generic CSR opsMark Ryan
2025-09-11[dev.simd] all: merge master (cf5e993) into dev.simdCherry Mui
2025-09-09runtime: remove duff support for riscv64Meng Zhuo
2025-09-04cmd/internal/obj/loong64: add ADDU16I.D instruction supportXiaolin Zhao
2025-09-04runtime, cmd/compile, cmd/internal/obj: remove duff support for loong64limeidan
2025-09-04cmd/internal/obj/loong64: fix the usage of offset in the instructions [X]VLDR...Xiaolin Zhao
2025-09-03[dev.simd] all: merge master (4c4cefc) into dev.simdCherry Mui
2025-09-02[dev.simd] cmd/compile: add instructions and rewrites for scalar-> vector movesDavid Chase
2025-08-31cmd/internal/obj/loong64: add LDPTR.{W/D} and STPTR.{W/D} instructions supportXiaolin Zhao
2025-08-27cmd/internal/obj/loong64: simplify buildopXiaolin Zhao
2025-08-22all: delete remaining windows/arm codeAlberto Donizetti
2025-08-21cmd/asm: process forward jump to PCALIGNZhouGuangyuan
2025-08-21cmd/internal/objabi,cmd/link: add support for additional riscv64 relocationsJoel Sing
2025-08-15runtime: remove duff support for amd64Keith Randall
2025-08-15runtime: remove duff support for arm64Keith Randall