Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/compile/internal/ssa: add Op{SP,SB} type checks to check.go | isharipo | 2018-04-24 | 1 | -4/+4 |
* | cmd/compile: change ssa.Type into *types.Type | Josh Bleecher Snyder | 2017-05-09 | 1 | -13/+16 |
* | cmd/compile: clean up SSA test API | Josh Bleecher Snyder | 2017-03-19 | 1 | -2/+2 |
* | cmd/compile: move Frontend field from ssa.Config to ssa.Func | Josh Bleecher Snyder | 2017-03-17 | 1 | -2/+2 |
* | cmd/compile: use type information in Aux for Store size | Cherry Zhang | 2017-03-16 | 1 | -3/+3 |
* | cmd/compile: add a test for writebarrier pass with single-block loop | Cherry Zhang | 2017-03-16 | 1 | -0/+24 |
* | cmd/compile: move write barrier insertion to SSA | Cherry Zhang | 2017-03-16 | 1 | -2/+2 |
* | cmd/compile: find last StoreWB explicitly | Cherry Zhang | 2016-12-05 | 1 | -0/+29 |