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
/
internal
/
ssa
Age
Commit message (
Expand
)
Author
15 hours
all: prealloc slice with possible minimum capabilities
Shulhan
35 hours
cmd/compile: handle min integer step in loop
Cuong Manh Le
44 hours
cmd/compile: add boolean absorption laws to SSA rewrite rules
Timo Friedl
5 days
cmd/compile: fix typo
Weixie Cui
6 days
cmd/compile: run CondSelect into math rules on all arches
Jorropo
6 days
cmd/compile: improve stp merging for non-sequent cases
Melnikov Denis
7 days
cmd/compile: fix loopbce overflow check logic
Junyang Shao
8 days
cmd/compile: optimize CondSelect to math on arm64 with inline register shifts
Jorropo
8 days
cmd/compile: improve Mul to Left Shift rules
Jorropo
8 days
cmd/compile: add loop invariant code motion
Ilya Tocar
9 days
cmd/compile: cleanup rules by canonicalizing sext(int(bool)) → zext(int(bool))
Jorropo
9 days
cmd/compile: extend condselect into math code to handle other constants than 1
Jorropo
9 days
cmd/compile: unify DWARF variable generation and remove encoding
Derek Parker
9 days
cmd/compile: improve uint8/uint16 logical immediates on PPC64
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
11 days
cmd/compile: extend all the cmov into math generic rules with their contrary
Jorropo
2026-03-31
cmd/compile: convert some condmoves in XOR
Jorropo
2026-03-31
cmd/compile: convert some condmoves in OR
Jorropo
2026-03-27
cmd/compile/internal/ssa: prove support induction variable pair
Youlin Feng
2026-03-27
cmd/compile: use prove to remove no-op Ors
Jorropo
2026-03-27
cmd/compile: remove 68857 And flowLimit workaround in prove
Jorropo
2026-03-27
cmd/compile: use prove to remove no-op Ands
Jorropo
2026-03-26
cmd/compile: on ARM64 merge SRA into TBZ & TBNZ
Jorropo
2026-03-26
cmd/compile: on ARM64 merge ROR into TBZ & TBNZ
Jorropo
2026-03-26
cmd/compile: on ARM64 merge shifts into TBZ & TBNZ
Jorropo
2026-03-26
cmd/compile: do not invert loops that would overflow or underflow
Jorropo
2026-03-25
cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-20
Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...
Michael Pratt
2026-03-20
cmd/compile: on arm64 pair a load with a load in a subsequent block
Keith Randall
2026-03-20
cmd/compile: elide sign-extend after zero-extend for wasm
George Adams
2026-03-20
cmd/compile: (mips64x) optimize float32(abs|sqrt64(float64(x)))
Julian Zhu
2026-03-18
cmd/link: modify the register used in trampoline
limeidan
2026-03-18
cmd/compile: allow multiple induction variables in one block in prove
Youlin Feng
2026-03-17
cmd/compile: use 128-bit arm64 vector ops for Move expansion
Alexander Musman
2026-03-17
cmd/compile: eliminate redundant sign-extensions for wasm
George Adams
2026-03-16
cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))
Meng Zhuo
2026-03-10
cmd/compile: add double-mask elimination rule for wasm
George Adams
2026-03-10
cmd/compile: fix mips64 CALLtailinter argument count
Keith Randall
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-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: use tail calls for wrappers for embedded interfaces
Keith Randall
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-01
cmd/compile: combine some generic AMD64 simplifications
Jakub Ciolek
[next]