summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/fuse_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/ssa: handle more cases in fuse passeric fang2021-03-161-3/+101
* cmd/compile: introduce special ssa Aux type for callsDavid Chase2020-09-161-2/+2
* cmd/compile: optimize integer-in-range checksMichael Munday2020-03-031-6/+6
* cmd/compile: don't fuse branches with side effectsCherry Zhang2019-12-061-2/+36
* cmd/compile: fuse before branchelimJosh Bleecher Snyder2018-10-151-5/+5
* 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-18/+19
* cmd/compile: clean up SSA test APIJosh Bleecher Snyder2017-03-191-5/+5
* cmd/compile: use testConfig consistently in SSA testsJosh Bleecher Snyder2017-03-181-4/+4
* cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder2017-03-171-9/+9
* cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder2017-03-171-1/+0
* cmd/compile: enable constant-time CFG editingKeith Randall2016-05-051-0/+40
* [dev.ssa] cmd/compile: add max arg length to opcodesTodd Neal2016-02-281-3/+3
* [dev.ssa] cmd/compile/internal/ssa: handle phis in fuse.Alexandru Moșoi2016-02-191-0/+34
* [dev.ssa] cmd/compile/internal/ssa: transform degenerate control blocksAlexandru Moșoi2016-02-171-0/+95