about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/framework
AgeCommit message (Expand)AuthorLines
2021-03-27Remove (lots of) dead codeJoshua Nelson-4/+0
2021-03-26Use iter::zip in compiler/Josh Stone-2/+3
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-2/+2
2020-11-09Add comments to explain memory usage optimizationCamelid-1/+8
2020-10-14Remove unused code from remaining compiler cratesest31-9/+0
2020-10-11Use SmallVec in SwitchTargetsJonas Schievink-1/+1
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-10/+8
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-49/+17
2020-09-26Remove intra-doc linkDylan MacKenzie-1/+1
2020-09-26Update engine to use new interfaceDylan MacKenzie-78/+68
2020-09-26Replace `discriminant_switch_effect` with more general versionDylan MacKenzie-21/+44
2020-09-25Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnrJonas Schievink-2/+20
2020-09-17Don't compile regex at every function call.Hanif Bin Ariffin-1/+9
2020-09-16Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morseTyler Mandry-1/+2
2020-09-16Make graphviz font configurableRich Kadel-1/+2
2020-09-15Strip a single leading tab when rendering dataflow diffsDylan MacKenzie-1/+1
2020-09-14Add `Engine::pass_name` to differentiate dataflow runsDylan MacKenzie-2/+20
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-1/+5
2020-09-07Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obkbors-515/+798
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30Add documentation to the `Analysis` traitsDylan MacKenzie-3/+19
2020-08-30Expand documentation for the `lattice` moduleDylan MacKenzie-17/+51
2020-08-30Add `FIXME` for faster cached block transfer functionsDylan MacKenzie-0/+5
2020-08-30Extend dataflow framework to support arbitrary latticesDylan MacKenzie-511/+734
2020-08-30Allow access to the underlying `Results` from a `ResultsCursor`Dylan MacKenzie-1/+6
2020-08-30mv compiler to compiler/mark-0/+3110