aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/dom.go
AgeCommit message (Expand)Author
2019-08-29cmd/compile: simplify postorderJosh Bleecher Snyder
2019-05-17cmd/compile: optimize postorderJosh Bleecher Snyder
2018-04-04cmd/compile: stack-allocate 2 worklists in order, dom passesAlberto Donizetti
2017-04-19cmd/compile: enhance postorder computation and repair loop finderDavid Chase
2017-03-17cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder
2017-03-15cmd/compile: put spills in better placesDavid Chase
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-05-16cmd/compile: use sparse algorithm for phis in large programDavid Chase
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-04-26cmd/compile: fix another bug in dominator computationDavid Chase
2016-04-22cmd/compile: in a Tarjan algorithm, DFS should really be DFSDavid Chase
2016-04-12cmd/compile: share dominator tree among many passesAlexandru Moșoi
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-23cmd/compile: prettify loop iterationsMarvin Stenger
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-22[dev.ssa] cmd/compile: memory allocation tweaks to regalloc and domDavid Chase
2016-02-02[dev.ssa] cmd/compile: reducing alloc footprint of dominator calcDavid Chase
2015-10-25[dev.ssa] cmd/compile: optimize nil checksKeith Randall
2015-09-11[dev.ssa] cmd/compile/internal/ssa: simplify how exit blocks are usedKeith Randall
2015-07-15[dev.ssa] cmd/compile/internal : Implement Lengauer-Tarjan for dominatorsTodd Neal
2015-07-07[dev.ssa] cmd/compile/ssa: dominator tests and benchmarksTodd Neal
2015-06-29[dev.ssa] cmd/compile/ssa: add nilcheckelim benchmarksJosh Bleecher Snyder
2015-06-24[dev.ssa] cmd/compile/ssa: add -f suffix to logging methodsJosh Bleecher Snyder
2015-06-21[dev.ssa] cmd/compile/ssa: separate logging, work in progress, and fatal errorsJosh Bleecher Snyder
2015-05-28[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall