aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/writebarrier_test.go
AgeCommit message (Expand)Author
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-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
2017-03-16cmd/compile: add a test for writebarrier pass with single-block loopCherry Zhang
2017-03-16cmd/compile: move write barrier insertion to SSACherry Zhang
2016-12-05cmd/compile: find last StoreWB explicitlyCherry Zhang