aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/poset.go
AgeCommit message (Expand)Author
2021-04-27bits: use same expression with system bit sizeyangwenmai
2020-11-25[dev.regabi] cmd/compile: remove uses of dummyRuss Cox
2019-10-26cmd/compile: in poset, implement path collapsingGiovanni Bajo
2019-10-26cmd/compile: in poset, allow multiple aliases in a single passGiovanni Bajo
2019-10-26cmd/compile: in poset, refactor aliasnodeGiovanni Bajo
2019-10-14cmd/compile: in poset, change the way inequality is recordedGiovanni Bajo
2019-10-14cmd/compile: in poset, improve panic strings and commentsGiovanni Bajo
2019-10-14cmd/compile: in poset, make constant handling more flexibleGiovanni Bajo
2019-10-14cmd/compile: add debugging mode for posetGiovanni Bajo
2019-10-12cmd/compile: make poset use sufficient conditions for OrderedOrEqualzdjones
2019-09-26cmd/compile: in poset, simplify usage of CheckIntegrityGiovanni Bajo
2019-09-26cmd/compile: in poset, move all constants to the first DAGGiovanni Bajo
2019-09-26cmd/compile: adjust top-level documentation of posetGiovanni Bajo
2019-08-30cmd/compile: rename poset method dominates to reacheszdjones
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-05-14cmd/compile: reduce allocations in prove by reusing posetsGiovanni Bajo
2018-05-14cmd/compile: improve undo of posetGiovanni Bajo
2018-04-29cmd/compile: in prove, add transitive closure of relationsGiovanni Bajo