summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/copyelim_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder2017-05-091-2/+3
* cmd/compile: clean up SSA test APIJosh Bleecher Snyder2017-03-191-1/+1
* cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder2017-03-171-1/+1
* cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder2017-03-171-1/+0
* cmd/compile: reorg copyelim to avoid O(n^2) problemKeith Randall2016-04-281-0/+41