summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/impls/storage_liveness.rs
AgeCommit message (Expand)AuthorLines
2017-12-13Refactoring: pull bitvector initialization out from other parts of dataflow.Felix S. Klock II-1/+1
2017-12-10avoid passing the gen/kill bits to `start_block_effects`Ariel Ben-Yehuda-1/+1
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-1/+1
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-1/+1
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+82