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_test.go
Age
Commit message (
Expand
)
Author
2026-02-23
cmd/compile: fix a typo in startRegs drop condition
Alexander Musman
2026-02-10
cmd/compile: move likely used values into registers before entering loop
Keith Randall
2025-10-15
cmd/compile: remove rematerializable values from live set across calls
Alexander Musman
2025-10-03
cmd/compile: accounts rematerialize ops's output reginfo
Junyang Shao
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-07-31
cmd/compile: use generated loops instead of DUFFZERO on amd64
Keith Randall
2023-09-08
cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocal
Matthew Dempsky
2020-09-16
cmd/compile: introduce special ssa Aux type for calls
David Chase
2018-05-30
cmd/compile: do not allow regalloc to LoadReg G register
David Chase
2017-05-24
cmd/compile: test for moving spills
Keith Randall
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-03-25
cmd/compile: provide pos and curfn to temp
Josh Bleecher Snyder
2017-03-23
cmd/compile: initialize loop depths
Keith Randall
2017-03-19
cmd/compile: clean up SSA test API
Josh Bleecher Snyder
2017-03-17
cmd/compile: move Frontend field from ssa.Config to ssa.Func
Josh Bleecher Snyder
2016-04-23
cmd/compile: get rid of most byte and word insns for amd64
Keith Randall
2016-02-02
[dev.ssa] cmd/compile: add aux typing, flags to ops
Keith Randall
2015-12-11
[dev.ssa] cmd/compile: allocate the flag register in a separate pass
Keith Randall
2015-11-03
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-08-04
[dev.ssa] cmd/compile: treat control ops as live at end of block
Josh Bleecher Snyder