aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
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
2025-03-25cmd/internal/obj/loong64: add [X]VSHUF4I.{B/H/W/D} instructions supportXiaolin Zhao
2025-03-25cmd/internal/obj/arm64: move register encoding into opldrr/opstrrJoel Sing
2025-03-25cmd/internal/obj/loong64: add [X]VMULW{EV/OD} series instructions supportXiaolin Zhao
2025-03-25cmd/internal/obj/arm64: provide and use an oprrrr functionJoel Sing
2025-03-25cmd/internal/obj/arm64: move register encoding into oprrrJoel Sing
2025-03-25cmd/internal/obj/arm64: replace range checks with isaddcon2Joel Sing
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-24cmd/asm: add LCDBR instruction on s390xVishwanatha HD
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-20all: use exec.Command.String in test logsqmuntal
2025-03-19cmd/internal/obj/riscv: prevent panics on bad branchesMark Ryan
2025-03-18cmd/internal/obj/riscv: prevent duplicate error reportsMark Ryan
2025-03-16cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions supportXiaolin Zhao
2025-03-13cmd/internal/obj/loong64: add {V,XV}{FSQRT/FRECIP/FRSQRT}.{S/D} instructions ...Xiaolin Zhao
2025-03-13cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5Than McIntosh
2025-03-12cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U]...Xiaolin Zhao
2025-03-12cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 infoThan McIntosh
2025-03-11cmd/internal/script/scripttest: use GOHOSTARCH to find tool directoryIan Lance Taylor
2025-03-11cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and {V,XV}MUH{B/H/W/V}[U] in...Xiaolin Zhao
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-10cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND,OR,XOR,NOR} instruction...Guoqi Chen
2025-03-06cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W/D} instructions supportXiaolin Zhao
2025-03-06runtime: explicitly disable async preempt for internal/runtimeAndy Pan
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-04cmd/compile,cmd/link: move to DWARF5-style location listsThan McIntosh
2025-03-04cmd/compile,cmd/link: move to DWARF5-style range listsThan McIntosh