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
/
regalloc.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-26
cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal
Alexander Musman
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-18
cmd/compile: prefer fixed registers for values
Keith Randall
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-04
cmd/compile: faster liveness analysis in regalloc
Daniel Morsing
2025-10-15
cmd/compile: remove rematerializable values from live set across calls
Alexander Musman
2025-10-03
cmd/compile: fix SIMD const rematerialization condition
Junyang Shao
2025-10-03
cmd/compile: handle rematerialized op for incompatible reg constraint
Junyang Shao
2025-10-03
cmd/compile: use the right type for spill slot
Cherry Mui
2025-10-03
cmd/compile: accounts rematerialize ops's output reginfo
Junyang Shao
2025-09-22
[dev.simd] cmd/compile: fix SIMD const rematerialization condition
Junyang Shao
2025-09-18
[dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraint
Junyang Shao
2025-09-16
[dev.simd] cmd/compile: use the right type for spill slot
Cherry Mui
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-09
cmd/compile: use constant zero register instead of specialized zero instructi...
Julian Zhu
2025-09-03
[dev.simd] all: merge master (4c4cefc) into dev.simd
Cherry Mui
2025-08-22
[dev.simd] cmd/compile: use X15 for zero value in AVX context
Cherry Mui
2025-08-21
cmd/compile: use zero register instead of specialized *zero instructions on l...
limeidan
2025-08-20
[dev.simd] all: merge master (9de69f6) into dev.simd
Cherry Mui
2025-08-18
cmd/compile: ensure we use allowed registers for input-clobbering instructions
Keith Randall
2025-08-14
[dev.simd] cmd/compile: accounts rematerialize ops's output reginfo
Junyang Shao
2025-08-14
[dev.simd] all: merge master (924fe98) into dev.simd
Cherry Mui
2025-08-13
cmd/compile: use generated loops instead of DUFFCOPY on amd64
Keith Randall
2025-08-13
cmd/compile: during regalloc, fixedreg values are always available
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-05
cmd: remove dead code
qiulaidongfeng
2025-08-04
[dev.simd] all: merge master (7a1679d) into dev.simd
Cherry Mui
2025-08-01
cmd/compile: enforce that locals are always accessed with SP base register
Keith Randall
2025-07-30
cmd/compile: allow ops to specify clobbering input registers
khr@golang.org
2025-07-25
cmd/compile: fix containsUnavoidableCall computation
Keith Randall
2025-07-07
[dev.simd] cmd/compile: make regalloc simd aware on copy
Junyang Shao
2025-05-19
cmd/compile: don't preload registers if destination already scheduled
khr@golang.org
2025-04-18
cmd/compile: use the builtin clear
apocelipes
2025-04-04
cmd/compile: use zero register instead of specialized *zero instructions
khr@golang.org
2025-03-27
cmd/compile: remove references to *gc.Node in docs
Mateusz Poliwczak
2025-02-25
cmd/compile: ensure we don't reuse temporary register
khr@golang.org
2025-02-13
cmd/compile: regalloc: handle desired registers of 2-output insns
Keith Randall
2024-09-03
cmd: use built-in clear for maps instead of range+delete
Keith Randall
2024-09-03
cmd: use built-in min/max instead of bespoke versions
Keith Randall
2024-08-26
cmd/compile: regalloc: drop values that aren't used until after a call
Keith Randall
2024-07-23
cmd/compile: make sync/atomic AND/OR operations intrinsic on amd64
Keith Randall
2023-11-21
cmd/compile: teach regalloc to rightly do nothing on loong64 in case of dynli...
WANG Xuerui
2023-09-08
cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocal
Matthew Dempsky
2023-05-16
cmd/compile: enhance tighten pass for memory values
eric fang
2023-05-03
Revert "cmd/compile: enhance tighten pass for memory values"
Daniel MartÃ
2023-05-03
cmd/compile: enhance tighten pass for memory values
erifan01
2023-03-28
cmd/compile: lower priority of avoiding registers
Keith Randall
2023-03-20
all: gofmt
Damien Neil
[next]