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
/
rewrite.go
Age
Commit message (
Expand
)
Author
2026-02-25
[release-branch.go1.26] cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-...
Rongrong
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2025-11-14
cmd/compile: allow multi-field structs to be stored directly in interfaces
Keith Randall
2025-11-04
cmd/compile/internal/ssa: simplify riscv64 FCLASSD rewrite rules
Michael Munday
2025-10-29
cmd/compile: make prove understand div, mod better
Russ Cox
2025-10-28
cmd/compile: name change isDirect -> isDirectAndComparable
Keith Randall
2025-10-28
cmd/compile: don't optimize away a panicing interface comparison
Keith Randall
2025-10-26
cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64
Meng Zhuo
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-09-30
cmd/compile/internal/ssa: remove redundant "type:" prefix check
Youlin Feng
2025-09-30
cmd/compile: eliminate nil checks on .dict arg
Jake Bailey
2025-09-12
cmd/compile: optimize abi.Type.GCData loads
Jake Bailey
2025-09-09
cmd/compile: introduce CCMP generation
Ch1n-ch1nless
2025-09-08
cmd/compile: optimize loads from abi.Type.{Size_,PtrBytes,Kind_}
Jake Bailey
2025-09-08
cmd/compile: consolidate logic for rewriting fixed loads
Jake Bailey
2025-09-05
cmd/compile: mark abi.PtrType.Elem sym as used
Jake Bailey
2025-09-04
cmd/compile/internal/ssa: load constant values from abi.PtrType.Elem
Youlin Feng
2025-08-29
cmd/compile/internal/ssa: make oneBit function generic
Michael Munday
2025-08-13
cmd/compile: use generated loops instead of DUFFCOPY on amd64
Keith Randall
2025-08-12
Revert "cmd/compile: use generated loops instead of DUFFCOPY on amd64"
Keith Randall
2025-08-12
cmd/compile: use generated loops instead of DUFFCOPY on amd64
Keith Randall
2025-08-11
Revert "cmd/compile: allow multi-field structs to be stored directly in inter...
Keith Randall
2025-08-05
cmd: remove dead code
qiulaidongfeng
2025-08-05
cmd/compile: allow multi-field structs to be stored directly in interfaces
Keith Randall
2025-08-05
cmd/compile: remove isUintXPowerOfTwo functions
Cuong Manh Le
2025-08-05
cmd/compile: simplify isUintXPowerOfTwo implementation
Cuong Manh Le
2025-08-05
cmd/compile: make isUint{32,64}PowerOfTwo implementations clearer
Cuong Manh Le
2025-07-31
cmd/compile: use generated loops instead of DUFFZERO on amd64
Keith Randall
2025-07-29
cmd/compile: removing log2uint32 function
Cuong Manh Le
2025-07-29
cmd/compile: simplify logX implementations
Cuong Manh Le
2025-07-29
cmd/compile: add unsigned power-of-two detector
Cuong Manh Le
2025-07-25
cmd/compile: fix containsUnavoidableCall computation
Keith Randall
2025-07-24
cmd/compile,runtime: remember idx+len for bounds check failure with less code
Keith Randall
2025-07-24
cmd/compile: use ,ok return idiom for sparsemap.get
Keith Randall
2025-06-09
cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
Paul Murphy
2025-05-15
cmd/compile: allow load-op merging in additional situations
Keith Randall
2025-05-15
cmd/compile: use OpMove instead of memmove more on arm64
Keith Randall
2025-05-14
cmd/compile: fold negation into addition/subtraction on loong64
Xiaolin Zhao
2025-05-05
cmd/compile: on amd64, use flag result of x instead of doing (TEST x x)
khr@golang.org
2025-05-01
cmd/compile: improve multiplication strength reduction
Keith Randall
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-31
cmd/compile/internal/ssa: replace uses of interface{} with Sym/Aux
Mateusz Poliwczak
2025-03-11
cmd/compile: add constant folding for bits.Add64
Jorropo
2025-02-14
cmd/compile: add type-based alias analysis
Andrey Bokhanko
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
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
[next]