rust/compiler/rustc_codegen_ssa/src/mir
Michael Benfield 12a9914a86 Remove LLVM ARM bug workaround
This memset was inserted as a workaround to Rust issue #34427, which was
an LLVM bug that apparently no longer manifests.
2022-08-24 16:34:33 +00:00
..
analyze.rs Move dominators from Body to BasicBlocks 2022-07-07 08:11:49 +02:00
block.rs Refactor part of codegen_call_terminator 2022-08-22 11:34:06 -07:00
constant.rs implement valtrees as the type-system representation for constant values 2022-06-14 16:07:11 +02:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
intrinsic.rs various nits from review 2022-07-20 17:12:08 -04:00
mod.rs Add fine-grained LLVM CFI support to the Rust compiler 2022-07-23 10:51:34 -07:00
operand.rs tweak names and output and bless 2022-07-09 07:43:56 -04:00
place.rs Remove LLVM ARM bug workaround 2022-08-24 16:34:33 +00:00
rvalue.rs add new rval, pull deref early 2022-07-12 14:26:41 +03:00
statement.rs Some tracing cleanups 2022-06-29 09:56:30 +00:00