aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/passbm_test.go
AgeCommit message (Expand)Author
2020-08-17all: add empty line between copyright header and package clauseTobias Klauser
2018-04-24cmd/compile/internal/ssa: add Op{SP,SB} type checks to check.goisharipo
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
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
2017-03-16cmd/compile: use type information in Aux for Store sizeCherry Zhang
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-05-23cmd/compile: benchmark needs dominator treeKeith Randall
2016-02-02[dev.ssa] cmd/compile: add aux typing, flags to opsKeith Randall
2016-01-30[dev.ssa] cmd/compile: reuse sparse sets across compiler passesTodd Neal