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
/
src
/
cmd
/
compile
/
internal
/
ssa
/
_gen
/
generic.rules
Age
Commit message (
Expand
)
Author
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
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
cmd/compile: cleanup SelectN rules by indexing into args
Jorropo
2025-07-28
cmd/compile: rewrite cmov(x, x, cond) into x
Jorropo
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-05-28
[dev.simd] cmd/compile: adapters for simd
David Chase
2025-05-21
cmd/compile/internal/ssa: eliminate string copies for calls to unique.Make
Jake Bailey
2025-04-22
cmd/compile: constant fold 128-bit multiplies
Keith Randall
2025-04-04
cmd/compile: improve store-to-load forwarding with compatible types
Alexander Musman
2025-03-11
cmd/compile: add constant folding for bits.Add64
Jorropo
2025-03-11
cmd/compile: add MakeTuple generic SSA op to remove duplicate Select[01] rules
Jorropo
2025-03-11
cmd/compile: add constant folding for PopCount
Jorropo
2025-02-19
cmd/compile: load properly constant values from itabs
Mateusz Poliwczak
2025-02-13
cmd/compile: move []byte->string map key optimization to ssa
Keith Randall
2025-02-10
cmd/compile: avoid ifaceeq call if we know the interface is direct
Keith Randall
2025-02-03
cmd/compile: distribute 8 and 16-bit multiplication
Jakub Ciolek
2024-11-21
cmd/compile: pull multiple adds out of an unsafe.Pointer<->uintptr conversion
Keith Randall
2024-11-20
cmd/compile: remove redundant nil checks
Keith Randall
2024-10-23
cmd/compile: arithmetic optimization for shifts
Youlin Feng
2024-09-26
cmd/compile: generalize struct load/store
Cuong Manh Le
2024-09-24
cmd/compile: small cleanups to rewrite rule helpers
khr@golang.org
2024-09-24
cmd/compile: use generics for isPowerOfTwo predicates
khr@golang.org
2024-09-03
cmd/compile: do constant folding for BitLen*
Jorropo
2024-05-16
cmd/compile: fix indentation level in generic.rules
Jorropo
2024-04-22
cmd/compile: fix cmpstring rewrite rule
Keith Randall
2024-04-19
cmd/compile: remove redundant calls to cmpstring
khr@golang.org
2024-01-23
cmd/compile: improve integer comparisons with numeric bounds
Jorropo
2023-10-31
cmd/compile: ensure pointer arithmetic happens after the nil check
Keith Randall
2023-09-08
cmd/compile/internal/ssa: rename ssagen.TypeOK as CanSSA
Matthew Dempsky
2023-07-26
cmd/compile: optimize s==s for strings
Keith Randall
2023-05-19
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-05-10
cmd/compile: add De Morgan's rewrite rule
Stefan
2023-04-28
Revert "cmd/compile: constant-fold loads from constant dictionaries and types"
Chressie Himpel
2023-04-27
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-04-27
all: remove repeated definite articles
cui fliter
2023-04-18
cmd/compile: remove memequal call from string compares in more cases
Keith Randall
2023-03-20
cmd/compile: add rewrite rules for arithmetic operations
Yi Yang
2023-02-27
cmd/compile: use zero constants in comparisons where possible
Michael Munday
2023-02-23
cmd/compile: inline constant sized memclrNoHeapPointers calls on PPC64
Lynn Boger
2023-02-08
cmd/compile: use MakeResult in empty MakeSlice elimination
Jorropo
2023-01-31
cmd/compile: inline known-size memclrNoHeapPointers calls
Jakub Ciolek
2023-01-20
cmd/compile: rewrite empty makeslice to zerobase pointer
Jorropo
2022-11-18
cmd/compile: fix wrong optimization for eliding Not in Phi
Wayne Zuo
2022-11-16
cmd/compile: elide unnecessary Not in Phi block controls
Jakub Ciolek
2022-10-31
cmd/compile: add rule for post-decomposed growslice optimization
Keith Randall
2022-10-27
cmd/compile: recognize when the result of append has a constant length
Keith Randall
2022-10-04
cmd/compile: rename gen and builtin to _gen and _builtin
Russ Cox
[prev]