]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/regalloc.go
all: merge dev.inline into master
[gostls13.git] / src / cmd / compile / internal / ssa / regalloc.go
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce compact source...
2017-01-07 shawnpsall: fix misspellings
2016-12-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce NoPos and...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile/internal/ssa: another round...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile/internal/ssa: rename various...
2016-12-08 Robert Griesemer[dev.inline] cmd/internal/src: make Pos implementation...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: introduce cmd/internal/src...
2016-11-18 Cherry Zhangcmd/compile: make a copy of Phi input if it is still...
2016-10-28 Cherry Zhangcmd/compile: make LR allocatable in non-leaf functions...
2016-10-11 Michael Mundaycmd/compile: make link register allocatable in non...
2016-10-07 Keith Randallcmd/compile: do regalloc check only when checkEnabled
2016-10-06 Keith Randallcmd/compile: don't shuffle rematerializeable values...
2016-09-29 Matthew Dempskycmd/compile/internal/ssa: erase register copies determi...
2016-09-27 Cherry Zhangcmd/compile: move value around before kick it out of...
2016-09-22 David Chasecmd/compile: use ISEL, cleanup use of zero & extensions
2016-09-19 Keith Randallcmd/compile: cache CFG-dependent computations
2016-09-16 Keith Randallcmd/compile: reorganize SSA register numbering
2016-09-16 Cherry Zhangcmd/compile: label LoadReg with line number of the use
2016-09-14 Keith Randallcmd/compile: make ssa compilation unconditional
2016-09-13 Michael Mundaycmd/compile: add SSA backend for s390x and enable by...
2016-09-12 Keith Randallcmd/compile: get rid of BlockCall
2016-09-08 Cherry Zhangcmd/compile: intrinsify Ctz, Bswap, and some atomics...
2016-08-25 Keith Randallcmd/compile: inline atomics from runtime/internal/atomi...
2016-08-25 Cherry Zhangcmd/compile: get MIPS64 SSA working
2016-08-18 David Chasecmd/compile: ppc64le working, not optimized enough
2016-08-16 Gerrit Code ReviewMerge "Merge remote-tracking branch 'origin/dev.ssa...
2016-08-16 Keith RandallMerge remote-tracking branch 'origin/dev.ssa' into...
2016-08-10 Keith Randall[dev.ssa] cmd/compile: implement GO386=387
2016-08-09 Keith Randall[dev.ssa] cmd/compile: fix PIC for SSA-generated code
2016-08-09 Keith Randall[dev.ssa] cmd/compile: port SSA backend to amd64p32
2016-08-08 Gerrit Code ReviewMerge "[dev.ssa] Merge commit 'f135c326402aaa757aa96aad...
2016-08-07 Cherry Zhang[dev.ssa] cmd/compile: remove flags from regMask
2016-08-04 David Chase[dev.ssa] cmd/compile: PPC64, add cmp->bool, some shift...
2016-08-04 Keith Randall[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a918...
2016-08-04 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-27 Cherry Zhang[dev.ssa] cmd/compile: add more on ARM64 SSA
2016-07-18 Keith Randall[dev.ssa] cmd/compile: clean up tuple types and selects
2016-07-16 Cherry Zhang[dev.ssa] cmd/compile: support NaCl in SSA for ARM
2016-07-15 Cherry Zhang[dev.ssa] cmd/compile: don't sink spills that satisfy...
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-16 Josh Bleecher Snyder[dev.ssa] cmd/compile: improve special register error...
2016-06-15 Cherry Zhang[dev.ssa] cmd/compile: handle GetG on ARM
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-08 Cherry Zhang[dev.ssa] cmd/compile: fix a few bugs for SSA for ARM
2016-06-02 Cherry Zhang[dev.ssa] cmd/compile: clean up hardcoded regmasks...
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
next