]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/regalloc.go
[dev.ssa] Merge branch 'master' into dev.ssa
[gostls13.git] / src / cmd / compile / internal / ssa / regalloc.go
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-26 Russ Coxbuild: enable framepointer mode by default
2016-05-19 Cherry Zhang[dev.ssa] cmd/compile: handle boolean values for SSA...
2016-05-18 Keith Randallcmd/compile: fix build
2016-05-18 Keith Randallcmd/compile: keep pointer input arguments live througho...
2016-05-16 David Chasecmd/compile: use sparse algorithm for phis in large...
2016-05-09 David Chasecmd/compile: correct sparseSet probes in regalloc to...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-05 Keith Randallcmd/compile: enable constant-time CFG editing
2016-05-01 Keith Randallcmd/compile: fix reslice
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-21 Keith Randallcmd/compile: Use pre-regalloc value ID in lateSpillUse
2016-04-20 Keith Randallcmd/compile: forward-looking desired register biasing
2016-04-14 David Chasecmd/compile: fix use of original spill name after sinking
2016-04-13 David Chasecmd/compile: move spills to loop exits when easy.
2016-04-10 Keith Randallcmd/compile: regalloc enforces 2-address instructions
2016-04-08 David Chasecmd/compile: insert instrumentation more carefully...
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-24 Dave Cheneycmd/compile: minor cleanups
2016-03-23 Keith Randallcmd/compile: start on ARM port
2016-03-18 David Chasecmd/compile: use loop information in regalloc
2016-03-17 Keith Randallcmd/compile: keep value use counts in SSA
2016-03-16 Todd Nealcmd/compile: change logging of spills for regalloc...
2016-03-11 Keith Randallcmd/compile: regalloc of two address instructions
2016-03-11 Todd Nealcmd/compile: modify regalloc/stackalloc to use the...
2016-03-10 Keith Randallcmd/compile: fix defer/deferreturn
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-03 Keith Randallcmd/compile: make compilation deterministic, fixes...
2016-03-03 Keith Randallcmd/compile: load some live values into registers befor...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Gerrit Code ReviewMerge "Merge branch 'dev.ssa' into mergebranch"
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-24 David Chase[dev.ssa] cmd/compile: reduce line number churn in...
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-22 David Chase[dev.ssa] cmd/compile: memory allocation tweaks to...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-02 Keith Randall[dev.ssa] cmd/compile: add aux typing, flags to ops
2016-02-02 David Chase[dev.ssa] cmd/compile: reducing alloc footprint of...
2016-01-30 Todd Neal[dev.ssa] cmd/compile: reuse sparse sets across compile...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: simple forward-looking register...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: fix -N build
2016-01-28 Keith Randall[dev.ssa] cmd/compile: preallocate small-numbered value...
2016-01-28 Keith Randall[dev.ssa] cmd/compile: make cse faster
2016-01-26 Keith Randall[dev.ssa] cmd/compile: disable xor clearing when flags...
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-13 Keith Randall[dev.ssa] cmd/compile: fix spill sizes
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-05 Keith Randall[dev.ssa] cmd/compile: zero register masks for each...
2015-12-21 Keith Randall[dev.ssa] cmd/compile: better register allocator
2015-12-11 Keith Randall[dev.ssa] cmd/compile: allocate the flag register in...
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-12 Keith Randall[dev.ssa] cmd/compile: better register allocation
2015-11-03 Keith Randall[dev.ssa] cmd/compile: start arguments as spilled
2015-10-29 Keith Randall[dev.ssa] cmd/compile: flag recomputing: find original...
2015-10-25 Keith Randall[dev.ssa] cmd/compile: optimize nil checks
2015-10-23 Keith Randall[dev.ssa] cmd/compile: implement reserved registers
2015-10-22 Keith Randall[dev.ssa] cmd/compile: assign unused registers to phi ops
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-20 Keith Randall[dev.ssa] cmd/compile: getg needs a memory arg
2015-10-20 Keith Randall[dev.ssa] cmd/compile: Don't rematerialize getg
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-19 Keith Randall[dev.ssa] cmd/compile: Rematerialize in regalloc
2015-09-22 David Chase[dev.ssa] cmd/compile: addressed vars and closures
2015-09-15 Keith Randall[dev.ssa] cmd/compile/internal/ssa: fix sign extension...
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-01 Todd Neal[dev.ssa] cmd/compile: add more specific regalloc logging
2015-08-31 Todd Neal[dev.ssa] cmd/compile: fix typo in log
2015-08-31 Todd Neal[dev.ssa] cmd/compile: add instrumentation to regalloc
2015-08-26 Todd Neal[dev.ssa] cmd/compile: fix phi floats
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-24 Josh Bleecher Snyder[dev.ssa] cmd/compile: support spilling and loading...
2015-08-17 Keith Randall[dev.ssa] cmd/compile/internal/ssa: New register allocator
2015-08-06 Josh Bleecher Snyder[dev.ssa] cmd/compile: enforce that all phis are first...
2015-08-06 Josh Bleecher Snyder[dev.ssa] cmd/compile: don't move OpSP and OpSB values
2015-08-04 Josh Bleecher Snyder[dev.ssa] cmd/compile: treat control ops as live at...
2015-08-04 Todd Neal[dev.ssa] cmd/compile/ssa : fix typo in error message
2015-07-30 Josh Bleecher Snyder[dev.ssa] cmd/compile: use Copy instead of ConvNop
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-27 Todd Neal[dev.ssa] cmd/compile: don't flush a value derived...
2015-07-27 Josh Bleecher Snyder[dev.ssa] cmd/compile: respect stack slot width when...
2015-07-23 Josh Bleecher Snyder[dev.ssa] cmd/compile: speed up liveness analysis
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-25 Keith Randall[dev.ssa] cmd/compile/internal/ssa: Handle variables...
2015-06-24 Josh Bleecher Snyder[dev.ssa] cmd/compile/ssa: add -f suffix to logging...
2015-06-21 Josh Bleecher Snyder[dev.ssa] cmd/compile/ssa: separate logging, work in...
2015-06-14 Keith Randall[dev.ssa] cmd/compiler/internal/ssa: Add auxint field
2015-06-11 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-10 Michael Matloob[dev.ssa] cmd/compile/internal/ssa: add line numbers...
2015-06-08 Keith Randall[dev.ssa] cmd/compile/internal/ssa: autogenerate opcodes
2015-06-05 Michael Matloob[dev.ssa] cmd/compile/internal/ssa: add missing copyrig...
2015-06-04 Keith Randall[dev.ssa] cmd/internal/ssa: add string operations
2015-05-28 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...