index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
Age
Commit message (
Expand
)
Author
2026-03-10
cmd/compile: forward small Load through Move to avoid redundant copies
dorbmon
2026-03-10
cmd/compile: remove loop variable capture workarounds
gojkovicmatija99
2026-03-10
cmd/compile: add identity and absorption rules for wasm
George Adams
2026-03-10
cmd/compile: fix ICE when checking slice cap
Cuong Manh Le
2026-03-09
go/types, types2: implement simple generic trie
Robert Griesemer
2026-03-09
cmd/compile, go/*: allow generic methods starting with Go 1.27
Robert Griesemer
2026-03-09
go/types, types2: up-date testdata/manual template
Robert Griesemer
2026-03-06
cmd/compile: arm64 add 128-bit vector load/store SSA ops
Alexander Musman
2026-03-06
cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64
Joel Sing
2026-03-06
cmd/compile: replace boolean simplification rule
Marvin Stenger
2026-03-06
cmd/compile: fold boolean x == x & x != x
Jorropo
2026-03-06
cmd/compile: add I64Sub constant folding rule for wasm
George Adams
2026-03-06
cmd/compile: remove left over constant checking
Cuong Manh Le
2026-03-06
cmd/compile/internal/typecheck: simplify tcSliceHeader
Cuong Manh Le
2026-03-06
cmd/compile: use tail calls for wrappers for embedded interfaces
Keith Randall
2026-03-06
cmd/compile: use the correct const when flagging indirect map elem types
Kirill Primak
2026-03-04
cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable types
Mateusz Poliwczak
2026-03-04
runtime, cmd/compile: use preemptible memclr for large pointer-free clears
“Muhammad
2026-03-02
cmd/compile: optimize sccp for faster convergence
Yi Yang
2026-03-02
cmd/compile, simd/archsimd: add VPSRL immeidate peepholes
Junyang Shao
2026-03-02
cmd/compile: add concurrency-ok property to some compiler debug flags
David Chase
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-03-01
cmd/compile: combine some generic AMD64 simplifications
Jakub Ciolek
2026-03-01
cmd/compile: (wasm) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (arm64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (amd64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: cleanup downward counting loop code
Jorropo
2026-02-27
cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0
Jorropo
2026-02-27
cmd/compile: test that time.Duration.String is inlineable
Daniel Martí
2026-02-27
cmd/compile: fix internal compiler error: bad write barrier type
Francisco Ferraz
2026-02-27
cmd/compile: use OpMove instead of memmove more on loong64
Guoqi Chen
2026-02-27
cmd/compile/internal/test: add benchmark for string comparison operand order
yongqijia
2026-02-27
cmd/compile: gate instrumentEnterExit on NoRaceFunc check
Derek Parker
2026-02-26
cmd/compile: fix bloop test
Keith Randall
2026-02-26
cmd/compile: ternary rewrite of rewrite should skip, not panic
David Chase
2026-02-25
cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-02-25
cmd/compile: handle zero-sized values more generally
khr@golang.org
2026-02-25
Revert "cmd/compile: avoid panic in ternary rewrite on checked instructions"
David Chase
2026-02-25
Revert "test/simd: add test for issue 77582"
Cherry Mui
2026-02-25
cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped
Keith Randall
2026-02-25
test/simd: add test for issue 77582
Eyalcfish
2026-02-25
Revert "cmd/compile: add loclist for removed DCL nodes"
Cherry Mui
2026-02-24
cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extended
Rongrong
2026-02-24
cmd/compile: add loclist for removed DCL nodes
Derek Parker
2026-02-24
cmd/compile: avoid panic in ternary rewrite on checked instructions
Eyalcfish
2026-02-23
cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64
Xueqi Luo
2026-02-23
cmd/compile: fix a typo in startRegs drop condition
Alexander Musman
2026-02-21
cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields
Keith Randall
2026-02-21
cmd/compile: add flag for emitting diagnostics unsorted
Daniel Morsing
2026-02-19
cmd/compile, go/*: move method type parameter checks from parsers to type che...
Robert Griesemer
[prev]
[next]