about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/dest_prop.rs
AgeCommit message (Expand)AuthorLines
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-4/+3
2023-04-17Spelling - compilerJosh Soref-2/+2
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-04-06Rename `Abort` terminator to `Terminate`Gary Guo-2/+2
2023-03-14Remove LocalKind::Var.Camille GILLOT-1/+1
2023-03-09Bug on PlaceMention in dest-prop.Camille GILLOT-2/+3
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-0/+1
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-2/+1
2023-02-16`BasicBlock::new(0)` -> `START_BLOCK` [no functional changes]Scott McMurray-3/+3
2023-01-29Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obkbors-2/+3
2023-01-27Consider `CopyForDeref` for DestProp.Camille GILLOT-2/+3
2023-01-23Create stable metric to measure long computation in Const EvalBryan Garza-0/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-16Remove dead code after destination propagationTomasz Miąsko-0/+7
2022-12-14Various cleanups to dest propJakob Degen-83/+88
2022-12-01Create `format_args` as late as possibleOli Scherer-1/+1
2022-11-26Rewrite dest prop.Jakob Degen-697/+602
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-2/+1
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+1
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-3/+3
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-06-12Remove duplicated implementations of borrowed locals analysisTomasz Miąsko-65/+2
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-4/+4
2022-04-11Add new `Deinit` statement kindJakob Degen-0/+1
2022-03-017 - Make more use of `let_chains`Caio-32/+36
2022-02-24Remove an unnecessary restriction in `dest_prop`Jakob Degen-26/+7
2022-02-15Inline UnifyKey::index and UnifyKey::from_indexTomasz Miąsko-0/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-19/+0
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-8/+5
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-9/+6
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-0/+1
2021-12-02Update passes with new interfaceDylan MacKenzie-9/+6
2021-11-27Visit type in process_projection_elem.Camille GILLOT-22/+0
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-0/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-6/+4
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+1039