aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/dom_test.go
AgeCommit message (Expand)Author
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-04-19cmd/compile: enhance postorder computation and repair loop finderDavid Chase
2017-03-19cmd/compile: clean up SSA test APIJosh Bleecher Snyder
2017-03-18cmd/compile: use testConfig consistently in SSA testsJosh Bleecher Snyder
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
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-03all: fix spelling mistakesEric Engestrom
2016-02-02[dev.ssa] cmd/compile: add aux typing, flags to opsKeith Randall
2016-01-28[dev.ssa] cmd/compile: make cse fasterKeith Randall
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-10-23[dev.ssa] cmd/compile: repair ssa testing build and testDavid Chase
2015-09-04[dev.ssa] cmd/compile: store bools in AuxIntTodd Neal
2015-08-12[dev.ssa] cmd/compile: make sure entry block has no predecessorsKeith Randall
2015-07-30[dev.ssa] cmd/compile: move most types outside SSAJosh Bleecher Snyder
2015-07-28[dev.ssa] cmd/compile/internal/ssa: Split OpConst into an OpConst8, OpConst16...Keith 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