aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/likelyadjust.go
AgeCommit message (Expand)Author
2021-03-25cmd/compile/internal/ssa: unnecessary loop breakcui
2019-11-05cmd/compile: fix liveness for open-coded defer args for infinite loopsDan Scales
2018-03-20cmd/compile/internal/ssa: update regalloc in loopsIlya Tocar
2017-10-05cmd/compile: make loop finder more aware of irreducible loopsDavid Chase
2017-09-17cmd/compile: remove some redundant types in declsDaniel Martí
2017-05-18cmd/compile: don't break up contiguous blocks in looprotateJosh Bleecher Snyder
2017-04-24cmd/compile: rotate loops so conditional branch is at the endKeith Randall
2017-04-19cmd/compile: enhance postorder computation and repair loop finderDavid Chase
2017-03-23cmd/compile: don't merge load+op if other op arg is still liveKeith Randall
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
2017-02-23cmd/compile: repaired loop-finder to handle trickier nestingDavid Chase
2016-12-08[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer
2016-09-19cmd/compile: cache CFG-dependent computationsKeith Randall
2016-09-12cmd/compile: get rid of BlockCallKeith Randall
2016-05-16cmd/compile: use sparse algorithm for phis in large programDavid Chase
2016-05-05cmd/compile: enable constant-time CFG editingKeith Randall
2016-04-13cmd/compile: move spills to loop exits when easy.David Chase
2016-03-18cmd/compile: use loop information in regallocDavid Chase
2016-03-14cmd/compile: change the type of ssa Warnl line numberTodd Neal
2016-03-10cmd/compile: fix defer/deferreturnKeith Randall
2016-03-04cmd/compile/internal/ssa: chmod -x likelyadjust.goMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01[dev.ssa] cmd/compile: adjust branch likeliness for calls/loopsDavid Chase