about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework
AgeCommit message (Expand)AuthorLines
2024-12-16Simplify dataflow `SwitchInt` handling.Nicholas Nethercote-112/+57
2024-12-13Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obkMatthias Krüger-194/+132
2024-12-10Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiaskoLeón Orell Valerian Liehr-187/+182
2024-12-10Reorder some `Analysis` methods.Nicholas Nethercote-33/+33
2024-12-10Rename some `Analysis` and `ResultsVisitor` methods.Nicholas Nethercote-97/+95
2024-12-10Rename `EntrySets` as `EntryStates`.Nicholas Nethercote-14/+15
2024-12-10Remove unused dataflow trait impls and bounds.Nicholas Nethercote-62/+1
2024-12-09Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.Nicholas Nethercote-187/+182
2024-12-09Remove `ChunkedBitSet` impls that are no longer needed.Nicholas Nethercote-24/+2
2024-12-09Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.Nicholas Nethercote-6/+6
2024-12-05Introduce `MixedBitSet`.Nicholas Nethercote-3/+45
2024-12-02Simplify `ResultsHandle`.Nicholas Nethercote-17/+3
2024-12-02Fix crash with `-Zdump-mir-dataflow`Nicholas Nethercote-5/+5
2024-11-29Stop using `HybridBitSet` in dataflow diffs.Nicholas Nethercote-7/+7
2024-11-29Remove unused `HybridBitSet` methods from `BitSetExt`.Nicholas Nethercote-34/+2
2024-11-26Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillotMichael Goulet-129/+2
2024-11-26Make it possible for `ResultsCursor` to borrow a `Results`.Nicholas Nethercote-25/+76
2024-11-26Add some useful comments.Nicholas Nethercote-12/+24
2024-11-26Merge `apply_effects_in_block` and `join_state_into_successors_of`.Nicholas Nethercote-162/+132
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-129/+2
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-160/+61
2024-11-05Replace `BorrowckResults` with `Borrowck`.Nicholas Nethercote-3/+3
2024-10-30Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot许杰友 Jieyou Xu (Joe)-53/+58
2024-10-30Return label from `write_node_label`.Nicholas Nethercote-4/+10
2024-10-30Simplify `graphviz::Formatter`.Nicholas Nethercote-27/+26
2024-10-30Rename `BlockFormatter::results` as `BlockFormatter::cursor`.Nicholas Nethercote-26/+26
2024-10-30Remove `Engine`.Nicholas Nethercote-99/+77
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-49/+31
2024-10-14Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.Nicholas Nethercote-15/+10
2024-10-14Merge `AnalysisDomain` into `Analysis`.Nicholas Nethercote-28/+22
2024-10-14Remove `GenKillAnalysis`.Nicholas Nethercote-149/+10
2024-10-14Minimize use of `GenKill`.Nicholas Nethercote-2/+2
2024-10-14Tweak `GenKillAnalysis` method arguments.Nicholas Nethercote-5/+4
2024-10-14Remove `Engine::new_gen_kill`.Nicholas Nethercote-190/+17
2024-10-14Remove `ResultsCursor::contains`.Nicholas Nethercote-11/+0
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-1/+1
2024-10-01fix extension for `-Zdump-mir-dataflow` graphviz filesRémy Rakic-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-37/+31
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-47/+46
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.Nicholas Nethercote-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-21/+20
2024-07-14Stop using the gen keyword in the compilerMichael Goulet-15/+15
2024-07-01Make jump threading state sparse.Camille GILLOT-0/+14
2024-06-21Save 2 pointers in `TerminatorKind` (96 → 80 bytes)Scott McMurray-2/+2
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-6/+11
2024-01-25Remove unused featuresclubby789-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+6