summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/framework/engine.rs
AgeCommit message (Expand)AuthorLines
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-1/+1
2020-11-09Add comments to explain memory usage optimizationCamelid-1/+8
2020-10-14Remove unused code from remaining compiler cratesest31-9/+0
2020-10-05Print to `stderr` when a graphviz file can't be writtenDylan MacKenzie-1/+1
2020-10-05Use MIR dump interface for dataflowDylan MacKenzie-23/+23
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-22/+8
2020-09-25Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnrJonas Schievink-2/+20
2020-09-16Make graphviz font configurableRich Kadel-1/+2
2020-09-14Add `Engine::pass_name` to differentiate dataflow runsDylan MacKenzie-2/+20
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-1/+5
2020-08-30Add `FIXME` for faster cached block transfer functionsDylan MacKenzie-0/+5
2020-08-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-57/+48
2020-08-30mv compiler to compiler/mark-0/+411