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
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
2020-11-25
[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacks
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: remove uses of dummy
Russ Cox
2020-10-21
cmd/compile: use desired info when allocating registers for live values
eric fang
2020-10-21
cmd/compile: optimize regalloc for phi value
erifan01
2020-10-02
all: drop 387 support
Keith Randall
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-04-14
cmd/compile: error if register is reused when setting edge state
Michael Munday
2020-04-14
cmd/compile: fix deallocation of live value copies in regalloc
Michael Munday
2019-11-05
cmd/compile: fix liveness for open-coded defer args for infinite loops
Dan Scales
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-10-07
cmd/compile: reuse dead register before reusing register holding constant
Keith Randall
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-09-19
cmd/compile: add 32 bit float registers/variables on wasm
Richard Musiol
2019-09-08
all: fix typos
Ainar Garipov
[prev]
[next]