aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/layout.go
AgeCommit message (Expand)Author
2021-05-08cmd/compile: manage Slot array betterDavid Chase
2021-03-16cmd/compile: use depth first topological sort algorithm for layouterifan01
2020-04-06cmd/compile: lay out exit post-dominated blocks at the endJosh Bleecher Snyder
2018-11-21cmd/compile: add control flow graphs to ssa.htmlYury Smolsky
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-02-22cmd/compile: decouple emitted block order from regalloc block orderDavid Chase
2017-05-16cmd/compile: lay out exit blocks lastJosh Bleecher Snyder
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-03-24cmd/compile: minor cleanupsDave Cheney
2016-01-30[dev.ssa] cmd/compile: reuse sparse sets across compiler passesTodd Neal
2015-08-12[dev.ssa] cmd/compile: initial implementation of likely directionJosh 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