summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/direction.rs
AgeCommit message (Expand)AuthorLines
2023-05-25Remove DesugaringKind::Replace.Camille GILLOT-1/+1
2023-04-06Rename `Abort` terminator to `Terminate`Gary Guo-1/+1
2023-04-06Refactor unwind from Option to a new enumGary Guo-7/+7
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-1/+0
2023-02-23Remove dead unwinds before drop elaborationTomasz Miąsko-28/+3
2023-01-02Fix handling of dead unwinds in backward analysesTomasz Miąsko-1/+1
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-2/+2
2022-07-07Move `switch_sources` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-07-07Move `predecessors` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-06-07Change `Direction::{is_forward,is_backward}` functions into constantsTomasz Miąsko-10/+4
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-7/+13
2022-05-22Lifetime variance fixes for rustcMichael Goulet-3/+3
2022-05-08Use sparse representation of switch sourcesTomasz Miąsko-1/+1
2022-05-08Avoid constructing switch sources unless necessaryTomasz Miąsko-3/+4
2022-03-27NitDylan MacKenzie-3/+1
2022-03-26Address review commentsSamuel E. Moelius III-7/+11
2022-03-24Implement `apply_switch_int_edge_effects` for backward analysesSamuel E. Moelius III-5/+55
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-16/+16
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-10/+49
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+564