rust/compiler/rustc_codegen_ssa/src/mir
2022-02-14 19:44:24 +00:00
..
analyze.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
block.rs Fix missing dbg info 2022-02-14 19:44:24 +00:00
constant.rs Make abi::Abi Copy and remove a *lot* of refs 2021-09-09 10:41:19 +02:00
coverageinfo.rs coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
debuginfo.rs Fix debuginfo for ScalarPair abi parameters 2021-09-13 10:51:47 -04:00
intrinsic.rs const_deallocate: Don't deallocate memory allocated in an another const. Does nothing at runtime. 2022-01-26 13:06:09 +09:00
mod.rs Guard against unwinding in cleanup code 2022-02-13 03:10:09 +00:00
operand.rs Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
place.rs Use iterator instead of recursion in codegen_place 2021-11-27 09:57:09 +08:00
rvalue.rs Add simd_as intrinsic 2022-01-04 01:45:41 +00:00
statement.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00