aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2025-07-19cmd/internal/obj: enable got pcrel itype in fips140 for riscv64Meng Zhuo
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-16cmd/internal/obj/wasm: use 64-bit instructions for indirect callsCherry Mui
2025-07-15cmd/internal/doc: upgrade godoc pkgsite to 01b046eMichael Matloob
2025-07-07cmd/internal/doc: fix GOROOT skew and path joining bugsMichael Matloob
2025-06-29cmd/doc: fix -http on Windowsqmuntal
2025-06-09cmd/internal/doc: increase version of pkgsite doc command that's runMichael Matloob
2025-06-03cmd/doc: build cmd/doc directly into the go commandMichael Matloob
2025-05-29cmd/internal/obj/s390x: fix potential recursive String callMichael Anthony Knyszek
2025-05-21testing: add AttrDamien Neil
2025-05-21internal/runtime/cgroup: add line-by-line reader using a single scratch bufferMichael Pratt
2025-05-21cmd/internal/obj/loong64: remove unused register alias definitionsGuoqi Chen
2025-05-21cmd/internal/obj/riscv: fix vector integer multiply addMark Ryan
2025-05-20cmd/internal/testdir: filter out errors outside input file setJake Bailey
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-15cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction...Guoqi Chen
2025-05-14cmd/internal/script: fix copying directory when symlink failsIan Alexander
2025-05-14cmd/intarnal/obj: add new assembly format for VANDV and VANDB on loong64Xiaolin Zhao
2025-05-12cmd/internal/obj/loong64: Add preld{,x} instructions supportGuoqi Chen
2025-05-11cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructionsXiaolin Zhao
2025-05-08cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructionsXiaolin Zhao
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-08cmd/internal/obj/riscv: reject invalid vadc/vsbc encodingsMark Ryan
2025-05-08cmd/internal/obj/riscv: fix LMUL encoding for MF2 and MF8Mark Ryan
2025-05-07cmd/internal/obj/loong64: add [X]VFRINT[{RNE/RZ/RP/RM}].{S/D} instructionsXiaolin Zhao
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/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-05-01cmd/internal/obj/riscv: add support for vector floating-point instructionsJoel Sing
2025-04-30cmd/go, cmd/internal/objabi: detect "devel" version by substringDmitri Shuralyov
2025-04-28cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegist...Guoqi Chen
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-04-24cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64Guoqi Chen
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-04-15cmd/internal/obj/loong64: add support for {V,XV}SET{EQ,NE}Z.V series instruct...limeidan
2025-04-13cmd: fix DWARF gen bug with packages that use assemblyThan McIntosh
2025-04-09cmd/internal/obj/wasm: use i64 for large return addrZxilly
2025-04-09cmd/compile: set unalignedOK to make memcombine work properly on loong64limeidan
2025-04-03cmd/internal/obj/arm64: return a bit shift from movconJoel Sing
2025-04-03cmd/internal/obj/arm64: deduplicate con32classJoel Sing
2025-04-03cmd/internal/obj/arm64: simplify conclassJoel Sing
2025-04-01cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc...Joel Sing
2025-03-29cmd/internal/obj/arm64: factor out constant classification codeJoel 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-26cmd/internal/obj/arm64: add support for BTI instructionJoel Sing