rust/compiler/rustc_codegen_ssa/src
Nikita Popov 5ecbe7fcf8 Explicitly register instrprof pass
Don't use "passes" for this purpose, explicitly insert it into
the correct place in the pipeline instead.
2021-05-08 10:58:08 +02:00
..
back Explicitly register instrprof pass 2021-05-08 10:58:08 +02:00
coverageinfo Translate counters from Rust 1-based to LLVM 0-based counter ids 2021-04-02 17:16:36 -07:00
debuginfo Stop adding '*' at the end of type names for Ref and Slice when computing debug info for MSVC debuggers 2020-11-30 14:31:34 -08:00
mir rustc: Use LLVM's new saturating float-to-int intrinsics 2021-04-21 07:15:53 -07:00
traits rustc: Use LLVM's new saturating float-to-int intrinsics 2021-04-21 07:15:53 -07:00
base.rs Implement RFC 1260 with feature_name imported_main. 2021-04-29 08:35:08 +08:00
common.rs Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
glue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Implement RFC 2951: Native link modifiers 2021-05-05 16:04:25 -07:00
meth.rs
mono_item.rs Use an ItemId inside mir::GlobalAsm. 2021-02-15 19:24:58 +01:00
target_features.rs Rollup merge of #80525 - devsnek:wasm64, r=nagisa 2021-04-05 00:24:23 +02:00