aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/numberlines.go
AgeCommit message (Expand)Author
2021-04-26cmd/compile: spos handling fixes to improve prolog debuggabilityThan McIntosh
2021-02-23cmd/compile: mark OpSB, OpSP as poor statement OpCuong Manh Le
2020-12-28[dev.regabi] cmd/compile: flatten dependency graph [generated]Matthew Dempsky
2020-03-02cmd/compile: add specialized Value reset for OpCopyJosh Bleecher Snyder
2019-10-15cmd/compile: preserve statements in late nilcheckelim optimizationDavid Chase
2019-10-04cmd/compile: adjust line numbering for type switchDavid Chase
2019-10-04cmd/compile: don't attach statement marks to OpPhiDavid Chase
2019-10-03cmd/compile: classify more nodes as "poor choices" for statementsDavid Chase
2019-10-03cmd/compile: refine statement marking in numberlinesDavid Chase
2019-05-16cmd/compile: add debugging and stats output to numberlinesDavid Chase
2019-05-14cmd/compile: index line number tables by source file to improve sparsityDavid Chase
2019-05-06cmd/compile: make numberlines line mismatch check ignore columnsDavid Chase
2019-03-13cmd/compile: move statement marks from jumps to targetsDavid Chase
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-07-12cmd/compile: add LocalAddr that takes SP,mem operandsDavid Chase
2018-05-18cmd/compile: refactor and cleanup of common code/workaroundDavid Chase
2018-05-14cmd/compile: assign and preserve statement boundaries.David Chase