summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/framework/engine.rs
AgeCommit message (Expand)AuthorLines
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-2/+2
2020-07-08Stop adding unreachable basic blocks to dataflow work queueDylan MacKenzie-9/+0
2020-07-08Add `reachable` and friends to `mir::traversal` moduleDylan MacKenzie-0/+9
2020-06-02Rename the crates in source codeVadim Petrochenkov-0/+1
2020-05-03Support backward dataflow analysesDylan MacKenzie-236/+102
2020-04-01Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obkMazdak Farrokhzad-7/+7
2020-04-01Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwcoMazdak Farrokhzad-1/+20
2020-03-31Use Place directly on Operand::place and friends, it's CopySantiago Pastorino-7/+7
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-28Ensure output dir for dataflow results existsDylan MacKenzie-0/+5
2020-03-28Dump graphviz dataflow results with flagDylan MacKenzie-1/+15
2020-03-26Rename `dataflow::generic` to `dataflow::framework`Dylan MacKenzie-0/+525