summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/looprotate.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-12/+12
* cmd/compile: use depth first topological sort algorithm for layouterifan012021-03-161-9/+14
* cmd/compile: make loop finder more aware of irreducible loopsDavid Chase2017-10-051-0/+3
* all: fix easy-to-miss typosAgniva De Sarker2017-08-231-1/+1
* cmd/compile: don't break up contiguous blocks in looprotateJosh Bleecher Snyder2017-05-181-5/+27
* cmd/compile: rotate loops so conditional branch is at the endKeith Randall2017-04-241-0/+81