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-01-27
[release-branch.go1.25] cmd/compile: during regalloc, fixedreg values are alw...
Keith Randall
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
2023-03-17
cmd/compile/internal/ssa: drop overwritten regalloc basic block input require...
Michael Pratt
2023-01-26
cmd/compile: improve register overwrite decision for resultInArg0 ops
Keith Randall
2023-01-25
Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"
Keith Randall
2023-01-25
cmd/compile: improve register overwrite decision for resultInArg0 ops
Keith Randall
2023-01-17
cmd/compile: ensure temp register mask isn't empty
Keith Randall
2022-11-17
cmd/compile: teach regalloc about temporary registers
Keith Randall
2022-11-03
cmd/compile: remove issueSpill
liu-xuewen
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2022-10-31
cmd/compile: separate out sparsemaps that need position
Keith Randall
2022-10-23
cmd/internal/ssa: correct references to _gen folder
Johan Brandhorst-Satzkorn
2022-03-31
cmd/compile: better propagation of desired registers
Keith Randall
2021-11-03
all: add support for c-archive and c-shared on linux/riscv64
Joel Sing
2021-10-25
cmd/compile: fix typo in comment in CL 358435
Cherry Mui
2021-10-25
cmd/compile: don't clobber LR for tail calls
Cherry Mui
2021-10-25
cmd/compile: remove Value.RemoveArg
Cuong Manh Le
2021-08-21
cmd/compile: sort regalloc switch by architecture
Joel Sing
2021-08-16
cmd/compile/internal/ssa: delete unused code
cuiweixie
2021-05-27
cmd/compile: place reg spills after OpArg{Int,Float}Reg ops
Than McIntosh
2021-04-28
cmd/compile: use desired register only if it satisfies register mask
Cherry Zhang
2021-04-19
cmd/compile: reduce redundant register moves for regabi calls
Cherry Zhang
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-03-19
cmd/compile: add clobberdeadreg mode
Cherry Zhang
2021-03-18
cmd: move experiment flags into objabi.Experiment
Austin Clements
2021-03-16
cmd/compile: use depth first topological sort algorithm for layout
erifan01
2021-03-15
cmd/compile: remove ARMv5 special case in register allocator
Cherry Zhang
2021-03-04
cmd/compile: implement simple register results
David Chase
2021-03-04
cmd/compile: pass register parameters to called function
David Chase
2021-03-03
cmd/compile: handle aggregate OpArg in registers
David Chase
2021-03-03
cmd/compile: retrieve Args from registers
David Chase
2021-02-26
cmd/compile: change StaticCall to return a "Results"
David Chase
2020-12-08
[dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated]
Matthew Dempsky
2020-12-01
[dev.regabi] cmd/compile: first pass at abstracting Type
Matthew Dempsky
[next]