rust/src/librustc_mir/transform
Felix S. Klock II 24abe6f363 rust-lang/rust#27282: Add StatementKind::ReadForMatch to MIR.
(This is just the data structure changes and some boilerplate match
code that followed from it; the actual emission of these statements
comes in a follow-up commit.)
2018-05-29 23:01:36 +02:00
..
add_call_guards.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
add_moves_for_packed_drops.rs MIR: s/Lvalue/Place in type names. 2017-12-01 18:47:36 +02:00
add_validation.rs label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02:00
check_unsafety.rs rust-lang/rust#27282: Add StatementKind::ReadForMatch to MIR. 2018-05-29 23:01:36 +02:00
cleanup_post_borrowck.rs Added initial processing of UserAssertTy statements. 2018-03-22 21:11:00 +00:00
const_prop.rs Get rid of scalar_size 2018-05-24 20:49:37 +02:00
copy_prop.rs mir: Run copy propagation on constant mir 2018-04-27 06:49:45 -07:00
deaggregator.rs mir: Deaggregate constant MIR 2018-04-27 07:03:13 -07:00
dump_mir.rs Run Rustfix on librustc_mir 2018-03-02 21:02:37 -08:00
elaborate_drops.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
erase_regions.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
generator.rs Get rid of scalar_size 2018-05-24 20:49:37 +02:00
inline.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
instcombine.rs Revert all changes to the instcombine pass 2018-03-08 08:34:13 +01:00
lower_128bit.rs Refactor contrived match. 2018-03-04 08:31:09 -03:00
mod.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
no_landing_pads.rs add a pass to remove no-op landing pads 2017-12-03 02:47:44 +02:00
promote_consts.rs rustc_mir: promote borrows' underlying temps, and project at runtime. 2018-05-16 14:11:02 +03:00
qualify_consts.rs rust-lang/rust#27282: Add StatementKind::ReadForMatch to MIR. 2018-05-29 23:01:36 +02:00
remove_noop_landing_pads.rs rust-lang/rust#27282: Add StatementKind::ReadForMatch to MIR. 2018-05-29 23:01:36 +02:00
rustc_peek.rs rust-lang/rust#27282: Add StatementKind::ReadForMatch to MIR. 2018-05-29 23:01:36 +02:00
simplify.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
simplify_branches.rs Get rid of scalar_size 2018-05-24 20:49:37 +02:00
uniform_array_move_out.rs Introduce ConstValue and use it instead of miri's Value for constant values 2018-05-11 13:01:44 +02:00