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
2016-11-18
cmd/compile: make a copy of Phi input if it is still live
Cherry Zhang
2016-10-28
cmd/compile: make LR allocatable in non-leaf functions on ARM
Cherry Zhang
2016-10-11
cmd/compile: make link register allocatable in non-leaf functions
Michael Munday
2016-10-07
cmd/compile: do regalloc check only when checkEnabled
Keith Randall
2016-10-06
cmd/compile: don't shuffle rematerializeable values around
Keith Randall
2016-09-29
cmd/compile/internal/ssa: erase register copies deterministically
Matthew Dempsky
2016-09-27
cmd/compile: move value around before kick it out of register
Cherry Zhang
2016-09-22
cmd/compile: use ISEL, cleanup use of zero & extensions
David Chase
2016-09-19
cmd/compile: cache CFG-dependent computations
Keith Randall
2016-09-16
cmd/compile: reorganize SSA register numbering
Keith Randall
2016-09-16
cmd/compile: label LoadReg with line number of the use
Cherry Zhang
2016-09-14
cmd/compile: make ssa compilation unconditional
Keith Randall
2016-09-13
cmd/compile: add SSA backend for s390x and enable by default
Michael Munday
2016-09-12
cmd/compile: get rid of BlockCall
Keith Randall
2016-09-08
cmd/compile: intrinsify Ctz, Bswap, and some atomics on ARM64
Cherry Zhang
2016-08-25
cmd/compile: inline atomics from runtime/internal/atomic on amd64
Keith Randall
2016-08-25
cmd/compile: get MIPS64 SSA working
Cherry Zhang
2016-08-18
cmd/compile: ppc64le working, not optimized enough
David Chase
2016-08-10
[dev.ssa] cmd/compile: implement GO386=387
Keith Randall
2016-08-09
[dev.ssa] cmd/compile: fix PIC for SSA-generated code
Keith Randall
2016-08-09
[dev.ssa] cmd/compile: port SSA backend to amd64p32
Keith Randall
2016-08-07
[dev.ssa] cmd/compile: remove flags from regMask
Cherry Zhang
2016-08-04
[dev.ssa] cmd/compile: PPC64, add cmp->bool, some shifts, hmul
David Chase
2016-07-27
[dev.ssa] cmd/compile: add more on ARM64 SSA
Cherry Zhang
2016-07-18
[dev.ssa] cmd/compile: clean up tuple types and selects
Keith Randall
2016-07-16
[dev.ssa] cmd/compile: support NaCl in SSA for ARM
Cherry Zhang
2016-07-15
[dev.ssa] cmd/compile: don't sink spills that satisfy merge edges in SSA
Cherry Zhang
2016-06-16
[dev.ssa] cmd/compile: improve special register error checking
Josh Bleecher Snyder
2016-06-15
[dev.ssa] cmd/compile: handle GetG on ARM
Cherry Zhang
2016-06-08
[dev.ssa] cmd/compile: fix a few bugs for SSA for ARM
Cherry Zhang
2016-06-02
[dev.ssa] cmd/compile: clean up hardcoded regmasks in ssa/regalloc.go
Cherry Zhang
2016-05-27
[dev.ssa] Merge branch 'master' into dev.ssa
David Chase
2016-05-26
build: enable framepointer mode by default
Russ Cox
2016-05-19
[dev.ssa] cmd/compile: handle boolean values for SSA on ARM
Cherry Zhang
2016-05-18
cmd/compile: fix build
Keith Randall
2016-05-18
cmd/compile: keep pointer input arguments live throughout function
Keith Randall
2016-05-16
cmd/compile: use sparse algorithm for phis in large program
David Chase
2016-05-09
cmd/compile: correct sparseSet probes in regalloc to avoid index error
David Chase
2016-05-05
cmd/compile: enable constant-time CFG editing
Keith Randall
2016-05-01
cmd/compile: fix reslice
Keith Randall
2016-04-21
cmd/compile: Use pre-regalloc value ID in lateSpillUse
Keith Randall
2016-04-20
cmd/compile: forward-looking desired register biasing
Keith Randall
2016-04-14
cmd/compile: fix use of original spill name after sinking
David Chase
2016-04-13
cmd/compile: move spills to loop exits when easy.
David Chase
2016-04-10
cmd/compile: regalloc enforces 2-address instructions
Keith Randall
2016-04-08
cmd/compile: insert instrumentation more carefully in racewalk
David Chase
2016-03-24
cmd/compile: minor cleanups
Dave Cheney
2016-03-23
cmd/compile: start on ARM port
Keith Randall
2016-03-18
cmd/compile: use loop information in regalloc
David Chase
2016-03-17
cmd/compile: keep value use counts in SSA
Keith Randall
[prev]
[next]