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-03-16
cmd/compile: change logging of spills for regalloc to Warnl format
Todd Neal
2016-03-11
cmd/compile: regalloc of two address instructions
Keith Randall
2016-03-11
cmd/compile: modify regalloc/stackalloc to use the cmd line debug args
Todd Neal
2016-03-10
cmd/compile: fix defer/deferreturn
Keith Randall
2016-03-03
cmd/compile: make compilation deterministic, fixes toolstash
Keith Randall
2016-03-03
cmd/compile: load some live values into registers before loop
Keith Randall
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
[dev.ssa] cmd/compile: reduce line number churn in generated code
David Chase
2016-02-22
[dev.ssa] cmd/compile: memory allocation tweaks to regalloc and dom
David Chase
2016-02-02
[dev.ssa] cmd/compile: add aux typing, flags to ops
Keith Randall
2016-02-02
[dev.ssa] cmd/compile: reducing alloc footprint of dominator calc
David Chase
2016-01-30
[dev.ssa] cmd/compile: reuse sparse sets across compiler passes
Todd Neal
2016-01-29
[dev.ssa] cmd/compile: simple forward-looking register allocation tweak
Keith Randall
2016-01-29
[dev.ssa] cmd/compile: fix -N build
Keith Randall
2016-01-28
[dev.ssa] cmd/compile: preallocate small-numbered values and blocks
Keith Randall
2016-01-28
[dev.ssa] cmd/compile: make cse faster
Keith Randall
2016-01-26
[dev.ssa] cmd/compile: disable xor clearing when flags must be preserved
Keith Randall
2016-01-13
[dev.ssa] cmd/compile: fix spill sizes
Keith Randall
2016-01-05
[dev.ssa] cmd/compile: zero register masks for each edge
Keith Randall
2015-12-21
[dev.ssa] cmd/compile: better register allocator
Keith Randall
2015-12-11
[dev.ssa] cmd/compile: allocate the flag register in a separate pass
Keith Randall
2015-11-12
[dev.ssa] cmd/compile: better register allocation
Keith Randall
2015-11-03
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-10-29
[dev.ssa] cmd/compile: flag recomputing: find original values correctly
Keith Randall
2015-10-25
[dev.ssa] cmd/compile: optimize nil checks
Keith Randall
2015-10-23
[dev.ssa] cmd/compile: implement reserved registers
Keith Randall
2015-10-22
[dev.ssa] cmd/compile: assign unused registers to phi ops
Keith Randall
2015-10-20
[dev.ssa] cmd/compile: getg needs a memory arg
Keith Randall
2015-10-20
[dev.ssa] cmd/compile: Don't rematerialize getg
Keith Randall
2015-10-19
[dev.ssa] cmd/compile: Rematerialize in regalloc
Keith Randall
2015-09-22
[dev.ssa] cmd/compile: addressed vars and closures
David Chase
2015-09-15
[dev.ssa] cmd/compile/internal/ssa: fix sign extension + load combo
Keith Randall
2015-09-01
[dev.ssa] cmd/compile: add more specific regalloc logging
Todd Neal
2015-08-31
[dev.ssa] cmd/compile: fix typo in log
Todd Neal
2015-08-31
[dev.ssa] cmd/compile: add instrumentation to regalloc
Todd Neal
2015-08-26
[dev.ssa] cmd/compile: fix phi floats
Todd Neal
2015-08-24
[dev.ssa] cmd/compile: support spilling and loading flags
Josh Bleecher Snyder
2015-08-17
[dev.ssa] cmd/compile/internal/ssa: New register allocator
Keith Randall
2015-08-06
[dev.ssa] cmd/compile: enforce that all phis are first during regalloc
Josh Bleecher Snyder
2015-08-06
[dev.ssa] cmd/compile: don't move OpSP and OpSB values
Josh Bleecher Snyder
2015-08-04
[dev.ssa] cmd/compile: treat control ops as live at end of block
Josh Bleecher Snyder
2015-08-04
[dev.ssa] cmd/compile/ssa : fix typo in error message
Todd Neal
2015-07-30
[dev.ssa] cmd/compile: use Copy instead of ConvNop
Josh Bleecher Snyder
2015-07-27
[dev.ssa] cmd/compile: don't flush a value derived from the current value
Todd Neal
2015-07-27
[dev.ssa] cmd/compile: respect stack slot width when storing/loading registers
Josh Bleecher Snyder
2015-07-23
[dev.ssa] cmd/compile: speed up liveness analysis
Josh Bleecher Snyder
2015-06-25
[dev.ssa] cmd/compile/internal/ssa: Handle variables correctly
Keith Randall
2015-06-24
[dev.ssa] cmd/compile/ssa: add -f suffix to logging methods
Josh Bleecher Snyder
2015-06-21
[dev.ssa] cmd/compile/ssa: separate logging, work in progress, and fatal errors
Josh Bleecher Snyder
2015-06-14
[dev.ssa] cmd/compiler/internal/ssa: Add auxint field
Keith Randall
[prev]
[next]