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-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
2025-05-14
cmd/compile: fold negation into addition/subtraction on loong64
Xiaolin Zhao
2025-05-08
cmd/compile: add 2 phiopt cases
Jakub Ciolek
2025-05-01
cmd/compile: improve multiplication strength reduction
Keith Randall
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-05-01
cmd/compile: intrinsify math/bits.Bswap on riscv64
Joel Sing
2025-04-22
cmd/compile: constant fold 128-bit multiplies
Keith Randall
2025-04-21
cmd/compile: don't evaluate side effects of range over array
Keith Randall
2025-04-09
cmd/compile: set unalignedOK to make memcombine work properly on loong64
limeidan
2025-04-04
cmd/compile: improve store-to-load forwarding with compatible types
Alexander Musman
2025-03-28
cmd/compile/internal/ssa: optimise more branches with zero on riscv64
Joel Sing
2025-03-27
cmd/compile: rename some test packages in codegen
Mark Freeman
2025-03-25
test/codegen: add combined conversion and shift tests
Joel Sing
[prev]
[next]