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-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
2025-01-28
runtime: rename mapiterinit and mapiternext
Michael Pratt
2025-01-14
internal/runtime/maps: re-enable some tests
Keith Randall
2025-01-12
cmd/compile: fix write barrier coalescing
Keith Randall
2024-11-22
cmd/compile: modify CSE to remove redundant OpLocalAddrs
Youlin Feng
2024-11-21
cmd/compile: pull multiple adds out of an unsafe.Pointer<->uintptr conversion
Keith Randall
2024-11-13
cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64
Xiaolin Zhao
2024-11-12
cmd/compile/internal/ssa: improve carry addition rules on PPC64
Paul E. Murphy
2024-11-12
cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64
Guoqi Chen
2024-11-11
cmd/compile: wire up bits.Reverse intrinsics for loong64
Xiaolin Zhao
2024-11-08
cmd/compile: implement FMA codegen for loong64
Xiaolin Zhao
2024-11-06
cmd/compile: wire up Bswap/ReverseBytes intrinsics for loong64
Xiaolin Zhao
2024-11-06
cmd/compile: wire up math/bits.Len intrinsics for loong64
Xiaolin Zhao
2024-11-05
cmd/compile: add loong64-specific inlining for runtime.memmove
Xiaolin Zhao
2024-10-29
cmd/compile: add rules to optimize go codes to constant 0 on loong64
Xiaolin Zhao
2024-10-25
cmd/compile: add shift optimization test
Youlin Feng
2024-10-25
cmd/compile: optimize type switch for a single runtime known type with a case...
Youlin Feng
2024-10-24
cmd/compile/internal/ssa: fix PPC64 shift codegen regression
Paul E. Murphy
2024-10-24
cmd/compile: inline constant sized memclrNoHeapPointers calls on loong64
Xiaolin Zhao
2024-10-22
cmd/compile: use STP/LDP around morestack on arm64
Keith Randall
2024-10-17
cmd/compile: optimize loong64 with register indexed load/store
Xiaolin Zhao
2024-10-07
cmd/compile: avoid dynamic type when possible
Cuong Manh Le
2024-09-13
cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on lo...
Xiaolin Zhao
2024-09-13
cmd/compile: optimize RotateLeft8/16 on loong64
Xiaolin Zhao
2024-09-11
test/codegen: add Rotate test for riscv64
Meng Zhuo
2024-09-10
cmd/compile: optimize []byte(string1 + string2)
Paschalis Tsilias
[prev]
[next]