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
/
codegen
Age
Commit message (
Expand
)
Author
2025-09-23
[dev.simd] cmd/compile: remove stores to unread parameters
Cherry Mui
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
2025-09-18
[dev.simd] cmd/compile: optimize VPTEST for 2-operand cases
Junyang Shao
2025-09-17
cmd/compile: fix the issue of shift amount exceeding the valid range
Xiaolin Zhao
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-10
Revert "cmd/compile: improve stp merging for non-sequent cases"
Keith Randall
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-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-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/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-13
cmd/compile: emit classify instructions for infinity tests on riscv64
Michael Munday
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-11
cmd/compile: allow InlMark operations to be speculatively executed
Michael Munday
2025-08-05
cmd/compile: fold negation into multiplication on loong64
Xiaolin Zhao
2025-08-05
cmd/compile: optimise float <-> int register moves on riscv64
Michael Munday
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
cmd/compile: deduplicate instructions when rewrite func results
Youlin Feng
2025-07-29
cmd/compile: use unsigned power-of-two detector for unsigned mod
Cuong Manh Le
2025-07-29
cmd/compile: add unsigned power-of-two detector
Cuong Manh Le
2025-07-28
test/codegen: fix failing condmove wasm tests
Michael Munday
2025-07-24
cmd/compile: rewrite condselects into doublings and halvings
Jorropo
2025-07-24
cmd/compile: add opt branchelim to rewrite some CondSelect into math
Jorropo
2025-07-24
cmd/compile: fold shift through AND for slice operations
Alexander Musman
2025-07-24
cmd/compile: optimize slice bounds checking with SUB/SUBconst comparisons
Alexander Musman
2025-06-09
cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
Paul Murphy
2025-05-21
cmd/compile/internal/ssa: eliminate string copies for calls to unique.Make
Jake Bailey
2025-05-21
cmd/compile/internal/walk: convert composite literals to interfaces without a...
thepudds
2025-05-21
cmd/compile: fix offset calculation error in memcombine
Junyang Shao
2025-05-21
cmd/compile: add rules about ORN and ANDN
Xiaolin Zhao
2025-05-20
cmd/compile: fix the implementation of NORconst on loong64
Xiaolin Zhao
2025-05-20
cmd/compile: memcombine different size stores
Junyang Shao
2025-05-20
cmd/compile: fold negation into addition/subtraction on arm64
Julian Zhu
2025-05-19
cmd/compile: derive bounds on signed %N for N a power of 2
Keith Randall
2025-05-19
cmd/compile: fold negation into addition/subtraction on mipsx
Julian Zhu
2025-05-16
cmd/compile: fold negation into addition/subtraction on mips64x
Julian Zhu
2025-05-15
cmd/compile: allow load-op merging in additional situations
Keith Randall
2025-05-15
cmd/compile: schedule induction variable increments late
Keith Randall
[prev]
[next]