rust/compiler/rustc_mir/src
Amanieu d'Antras 26d260bfa4 Run LLVM coverage instrumentation passes before optimization passes
This matches the behavior of Clang and allows us to remove several
hacks which were needed to ensure functions weren't optimized away
before reaching the instrumentation pass.
2021-03-30 02:10:28 +01:00
..
borrow_check extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
const_eval Update compiler/rustc_mir/src/const_eval/mod.rs 2021-03-16 18:26:09 +01:00
dataflow Clean up todos 2021-03-09 19:31:31 +00:00
interpret extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
monomorphize Run LLVM coverage instrumentation passes before optimization passes 2021-03-30 02:10:28 +01:00
transform Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJung 2021-03-25 07:48:52 +00:00
util s/ConstantSource/ConstantKind/ 2021-03-15 12:06:52 +00:00
lib.rs stabilize or_patterns 2021-03-19 19:45:32 -05:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00