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-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
2025-03-21
cmd/compile: intrinsify math/bits.Len on riscv64
Joel Sing
2025-03-15
cmd/compile: intrinsify math/bits.TrailingZeros on riscv64
Joel Sing
2025-03-15
cmd/compile: combine negation and word sign extension on riscv64
Joel Sing
2025-03-15
cmd/compile/internal/ssa: remove double negation with addition on riscv64
Joel Sing
2025-03-15
test/codegen: add a test for negation and conversion to int32
Joel Sing
2025-03-15
test/codegen: add riscv64 codegen for arithmetic tests
Joel Sing
2025-03-15
test/codegen: add riscv64/rva23u64 specifiers to existing tests
Joel Sing
2025-03-14
test/codegen: tighten the TrailingZeros64 test on 386
Joel Sing
2025-03-13
test/codegen: remove plan9/amd64 specific array zeroing/copying tests
Joel Sing
2025-03-12
cmd/compile: simplify bounded shift on loong64
Xiaolin Zhao
2025-03-10
cmd/compile: optimize shifts of int32 and uint32 on loong64
Xiaolin Zhao
2025-02-27
cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8
Joel Sing
2025-02-19
cmd/compile: load properly constant values from itabs
Mateusz Poliwczak
2025-02-16
cmd/compile: on AMD64, turn x < 128 into x <= 127
Jakub Ciolek
2025-02-15
cmd/compile: fix sign extension of paired 32-bit loads on arm64
Keith Randall
2025-02-13
cmd/compile: make write barrier code amenable to paired loads/stores
Keith Randall
2025-02-13
cmd/compile: regalloc: handle desired registers of 2-output insns
Keith Randall
2025-02-13
cmd/compile: pair loads and stores on arm64
khr@golang.org
2025-02-13
cmd/compile: move []byte->string map key optimization to ssa
Keith Randall
2025-02-13
cmd/compile: lower x*z + y to FMA if FMA enabled
Jakub Ciolek
2025-02-13
cmd/compile: implement signed loads from read-only memory
Keith Randall
2025-02-10
cmd/compile: avoid ifaceeq call if we know the interface is direct
Keith Randall
2025-02-06
cmd/compile: prefer an add when shifting left by 1
Jakub Ciolek
2025-02-04
cmd/compile: do not treat OpLocalAddr as load in DSE
Youlin Feng
2025-02-03
cmd/compile: on AMD64, prefer XOR/AND for (x & 1) == 0 check
Jakub Ciolek
[next]