summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/writebarrier_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/ssa: add Op{SP,SB} type checks to check.goisharipo2018-04-241-4/+4
* cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder2017-05-091-13/+16
* cmd/compile: clean up SSA test APIJosh Bleecher Snyder2017-03-191-2/+2
* cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder2017-03-171-2/+2
* cmd/compile: use type information in Aux for Store sizeCherry Zhang2017-03-161-3/+3
* cmd/compile: add a test for writebarrier pass with single-block loopCherry Zhang2017-03-161-0/+24
* cmd/compile: move write barrier insertion to SSACherry Zhang2017-03-161-2/+2
* cmd/compile: find last StoreWB explicitlyCherry Zhang2016-12-051-0/+29