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
/
test
Age
Commit message (
Expand
)
Author
2025-09-22
[dev.simd] cmd/compile: fix SIMD const rematerialization condition
Junyang Shao
2025-09-19
cmd/compile: duplicate nil check to two branches of write barrier
Cherry Mui
2025-09-18
[dev.simd] cmd/compile: optimize VPTEST for 2-operand cases
Junyang Shao
2025-09-18
[dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraint
Junyang Shao
2025-09-17
cmd/compile: fix the issue of shift amount exceeding the valid range
Xiaolin Zhao
2025-09-16
[dev.simd] all: merge master (ca0e035) into dev.simd
Cherry Mui
2025-09-16
[dev.simd] cmd/compile: use the right type for spill slot
Cherry Mui
2025-09-15
cmd/compile: combine doubling with shift on riscv64
Meng Zhuo
2025-09-15
test/codegen: check zerobase for newobject on 0-sized types
Meng Zhuo
2025-09-12
cmd/compile, reflect: further allow inlining of TypeFor
Jake Bailey
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-10
Revert "cmd/compile: improve stp merging for non-sequent cases"
Keith Randall
2025-09-09
cmd/compile/internal/inline: ignore superfluous slicing
Jake Bailey
2025-09-09
cmd/compile/internal/ssa: expand runtime.memequal for length {3,5,6,7}
Youlin Feng
2025-09-09
cmd/compile: improve stp merging for non-sequent cases
Melnikov Denis
2025-09-09
cmd/compile: fix bounds check report
Keith Randall
2025-09-07
[dev.simd] cmd/compile: enhance prove to deal with double-offset IsInBounds c...
David Chase
2025-09-05
cmd/compile: optimize loads from readonly globals into constants on loong64
Xiaolin Zhao
2025-09-05
cmd/compile: simplify specific addition operations using the ADDV16 instruction
Xiaolin Zhao
2025-09-04
cmd/compile/internal/ssa: load constant values from abi.PtrType.Elem
Youlin Feng
2025-09-03
[dev.simd] all: merge master (4c4cefc) into dev.simd
Cherry Mui
2025-08-25
cmd/compile/internal: optimizing add+sll rule using ALSLV instruction on loong64
limeidan
2025-08-24
test/codegen: add Mul2 and DivPow2 test for loong64
Xiaolin Zhao
2025-08-24
test/codegen: add Mul* test for loong64
Xiaolin Zhao
2025-08-24
test/codegen: add sqrt* abs and copysign test for loong64
Xiaolin Zhao
2025-08-21
cmd/asm: process forward jump to PCALIGN
ZhouGuangyuan
2025-08-21
cmd/compile: use zero register instead of specialized *zero instructions on l...
limeidan
2025-08-21
cmd/compile: optimize some patterns into revb2h/revb4h instruction on loong64
Xiaolin Zhao
2025-08-21
cmd/compile: optimize rule (x + x) << c to x << c+1 on loong64
Xiaolin Zhao
2025-08-20
[dev.simd] cmd/compile: rewrite to elide Slicemask from len==c>0 slicing
David Chase
2025-08-18
cmd/compile: ensure we use allowed registers for input-clobbering instructions
Keith Randall
2025-08-13
cmd/compile: emit classify instructions for infinity tests on riscv64
Michael Munday
2025-08-13
cmd/compile: teach prove about len's & cap's max based on the element size
Jorropo
2025-08-12
cmd/compile/internal: optimize multiplication use new operation 'ADDshiftLLV'...
limeidan
2025-08-12
cmd/compile: soften test for 74788
Keith Randall
2025-08-12
all: delete aliastypeparams GOEXPERIMENT
Cherry Mui
2025-08-11
Revert "cmd/compile: allow StructSelect [x] of interface data fields for x>0"
Keith Randall
2025-08-11
Revert "cmd/compile: allow more args in StructMake folding rule"
Keith Randall
2025-08-11
Revert "reflect: handle zero-sized fields of directly-stored structures corre...
Keith Randall
2025-08-11
cmd/compile: allow InlMark operations to be speculatively executed
Michael Munday
2025-08-08
reflect: handle zero-sized fields of directly-stored structures correctly
Keith Randall
2025-08-06
cmd/compile: allow more args in StructMake folding rule
Keith Randall
2025-08-05
cmd/compile: fold negation into multiplication on loong64
Xiaolin Zhao
2025-08-05
cmd/compile: allow StructSelect [x] of interface data fields for x>0
Keith Randall
2025-08-05
cmd/compile: optimise float <-> int register moves on riscv64
Michael Munday
2025-08-01
cmd/compile: enforce that locals are always accessed with SP base register
Keith Randall
2025-08-01
cmd/compile: optimize multiplication rules on loong64
Xiaolin Zhao
2025-07-31
cmd/compile: use generated loops instead of DUFFZERO on amd64
Keith Randall
2025-07-30
cmd/compile: add floating point min/max intrinsics on s390x
Michael Munday
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
[prev]
[next]