rust/compiler/rustc_codegen_ssa/src/mir
Matthias Krüger b8c55b438d
Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin
remove 'unordered' atomic intrinsics

As their doc comment already indicates, these operations do not currently have a place in our memory model. The intrinsics were introduced to support a hack in compiler-builtins, but that hack recently got removed (see https://github.com/rust-lang/compiler-builtins/issues/788).
2025-05-10 16:26:02 +02:00
..
analyze.rs Don't alloca just to look at a discriminant 2025-03-12 00:56:43 -07:00
block.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
constant.rs Stop relying on rustc_type_ir in non-type-system crates 2025-03-15 06:42:48 +00:00
coverageinfo.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
debuginfo.rs When LLVM's location discriminator value limit is exceeded, emit locations with dummy spans instead of dropping them entirely 2025-01-19 07:17:33 -08:00
intrinsic.rs remove 'unordered' atomic intrinsics 2025-05-09 17:39:52 +02:00
locals.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Make codegen_naked_asm public 2025-04-14 09:38:04 +00:00
naked_asm.rs Resolve instance for SymFn in global/naked asm 2025-05-05 13:17:35 +00:00
operand.rs Address PR feedback 2025-04-07 18:12:06 -07:00
place.rs Don't alloca just to look at a discriminant 2025-03-12 00:56:43 -07:00
rvalue.rs Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk 2025-03-25 02:09:15 +00:00
statement.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00