about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/points.rs
AgeCommit message (Expand)AuthorLines
2025-09-07Reimplement DestinationPropagation according to live ranges.Camille GILLOT-79/+1
2025-09-07Introduce fast insertion at extremities to IntervalSet.Camille GILLOT-27/+39
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-2/+4
2025-04-24Pass `Analysis` to `visit_*` instead of `Results`.Nicholas Nethercote-2/+2
2025-04-22Remove unnecessary lifetime on `ResultsVisitor`.Nicholas Nethercote-3/+3
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-3/+3
2024-12-10Rename some `Analysis` and `ResultsVisitor` methods.Nicholas Nethercote-2/+2
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-11/+10
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-01-22Use a plain bitset for liveness analyses.Camille GILLOT-3/+3
2024-01-07Use for_each instead of fold.Camille GILLOT-2/+2
2024-01-07Fix comment.Camille GILLOT-3/+1
2024-01-07Do not recompute liveness for DestinationPropagation.Camille GILLOT-1/+65
2024-01-07Move PointIndex to mir_dataflow.Camille GILLOT-0/+94