aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/sparsemap.go
AgeCommit message (Expand)Author
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-15cmd/compile: cache sparse maps across ssa passesDaniel Martí
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2016-12-09[dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}Robert Griesemer
2016-12-08[dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer
2016-12-08[dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer
2016-09-16cmd/compile: label LoadReg with line number of the useCherry Zhang
2016-05-18cmd/compile: reduce element size of arrays in sparse{map,set}David Chase
2016-04-13cmd/compile: move spills to loop exits when easy.David Chase
2015-11-12[dev.ssa] cmd/compile: better register allocationKeith Randall