rust/compiler/rustc_middle
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
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Run LLVM coverage instrumentation passes before optimization passes 2021-03-30 02:10:28 +01:00
Cargo.toml Update to rustc-rayon 0.3.1 2021-03-10 17:53:35 -08:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.