aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-03-06cmd/compile: use the correct const when flagging indirect map elem typesKirill Primak
2026-03-05cmd/go/internal/vet: add missing newlines to log messagesAlan Donovan
2026-03-04cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable typesMateusz Poliwczak
2026-03-04runtime, cmd/compile: use preemptible memclr for large pointer-free clears“Muhammad
2026-03-04cmd/go: update go help entries to focus on modulesMichael Matloob
2026-03-04cmd/go: revert update default go directive in mod or work initMichael Matloob
2026-03-04cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwinGeorge Adams
2026-03-02cmd/compile: optimize sccp for faster convergenceYi Yang
2026-03-02cmd/compile, simd/archsimd: add VPSRL immeidate peepholesJunyang Shao
2026-03-02cmd/compile: add concurrency-ok property to some compiler debug flagsDavid Chase
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-03-01cmd/compile: combine some generic AMD64 simplificationsJakub Ciolek
2026-03-01cmd/compile: (wasm) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (arm64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (amd64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: cleanup downward counting loop codeJorropo
2026-02-28cmd/internal/obj/loong64: change to get the opcodes of assembly instructions ...limeidan
2026-02-27cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0Jorropo
2026-02-27cmd/compile: test that time.Duration.String is inlineableDaniel Martí
2026-02-27cmd/compile: fix internal compiler error: bad write barrier typeFrancisco Ferraz
2026-02-27cmd/compile: use OpMove instead of memmove more on loong64Guoqi Chen
2026-02-27cmd/compile/internal/test: add benchmark for string comparison operand orderyongqijia
2026-02-27cmd/go/internal/doc: support @version suffix on first argumentIan Alexander
2026-02-27cmd/compile: gate instrumentEnterExit on NoRaceFunc checkDerek Parker
2026-02-27cmd/internal/obj: arm64 assembler support unshifted hi for large offsetsAlexander Musman
2026-02-27cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64limeidan
2026-02-26cmd/compile: fix bloop testKeith Randall
2026-02-26cmd/compile: ternary rewrite of rewrite should skip, not panicDavid Chase
2026-02-26cmd/go: fix ignored error check when sanitizing SwigCXXFilesNeal Patel
2026-02-25cmd/compile: treat all zero-sized values as SSA-ablekhr@golang.org
2026-02-25cmd/compile: handle zero-sized values more generallykhr@golang.org
2026-02-25Revert "cmd/compile: avoid panic in ternary rewrite on checked instructions"David Chase
2026-02-25Revert "test/simd: add test for issue 77582"Cherry Mui
2026-02-25cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrappedKeith Randall
2026-02-25test/simd: add test for issue 77582Eyalcfish
2026-02-25Revert "cmd/compile: add loclist for removed DCL nodes"Cherry Mui
2026-02-25cmd/go: use 'gcloud storage cp' instead of 'gsutil cp'Russ Cox
2026-02-24cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extendedRongrong
2026-02-24cmd/asm/internal/asm/testdata: add SB testsRoland Shoemaker
2026-02-24cmd/compile: add loclist for removed DCL nodesDerek Parker
2026-02-24cmd/compile: avoid panic in ternary rewrite on checked instructionsEyalcfish
2026-02-24internal/cpu,cmd/internal/obj/arm64: add SBRoland Shoemaker
2026-02-23cmd/internal/obj/loong64: remove getting 32-bits address optab entrylimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVVF optab entries into ABSFlimeidan
2026-02-23cmd/internal/obj/loong64: merge moving data operations into one caselimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVD optab entries into MOVFlimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVWU optab entries into MOVBUlimeidan
2026-02-23cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64Xueqi Luo
2026-02-23cmd/compile: fix a typo in startRegs drop conditionAlexander Musman
2026-02-23cmd/internal/obj/loong64: rearrange optab entrieslimeidan