aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/fuse_test.go
AgeCommit message (Expand)Author
2021-03-16cmd/compile/internal/ssa: handle more cases in fuse passeric fang
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2020-03-03cmd/compile: optimize integer-in-range checksMichael Munday
2019-12-06cmd/compile: don't fuse branches with side effectsCherry Zhang
2018-10-15cmd/compile: fuse before branchelimJosh Bleecher Snyder
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-18cmd/compile: use testConfig consistently in SSA testsJosh Bleecher Snyder
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
2017-03-17cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.ConfigJosh Bleecher Snyder
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-02-28[dev.ssa] cmd/compile: add max arg length to opcodesTodd Neal
2016-02-19[dev.ssa] cmd/compile/internal/ssa: handle phis in fuse.Alexandru Moșoi
2016-02-17[dev.ssa] cmd/compile/internal/ssa: transform degenerate control blocksAlexandru Moșoi