summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/loopvar/loopvar.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add more information to the bisect-verbose reportDavid Chase2023-05-161-2/+18
* cmd/compile: add ability to print extra information in bisect outputRuss Cox2023-05-101-2/+2
* all: fix a lot of commentscui fliter2023-05-101-1/+1
* cmd/compile: use more of internal/bisect in HashDebugRuss Cox2023-05-091-2/+2
* cmd/compile/loopvar: adjust logging messagesDavid Chase2023-05-091-11/+17
* cmd/compile: add "loop-transformed" (for whole loop) to logoptDavid Chase2023-05-051-4/+123
* cmd/compile: minor cleanup to HashDebugPosDavid Chase2023-04-071-2/+2
* cmd/compile: restore return-in-loop loopvar optimizationDavid Chase2023-03-161-0/+23
* cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlinesDavid Chase2023-03-061-11/+16
* cmd/compile: experimental loop iterator capture semantics changeDavid Chase2023-03-061-0/+449