1
Fork 0
rust/compiler/rustc_codegen_ssa/src/mir
bjorn3 f68cd90412 Remove Linkage::Appending
It can only be used for certain LLVM internal variables like
llvm.global_ctors which users are not allowed to define.
2025-02-07 16:02:19 +00:00
..
analyze.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
block.rs Insert null checks for pointer dereferences when debug assertions are enabled 2025-01-31 11:13:34 +00:00
constant.rs introduce ty::Value 2025-01-30 17:47:44 +01: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 Override disjoint_or in the LLVM backend 2025-01-31 22:29:08 -08:00
locals.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
naked_asm.rs Remove Linkage::Appending 2025-02-07 16:02:19 +00:00
operand.rs Also generate undef scalars and scalar pairs 2025-01-21 08:22:15 +00:00
place.rs Implement MIR, CTFE, and codegen for unsafe binders 2025-01-31 17:19:53 +00:00
rvalue.rs Contracts core intrinsics. 2025-02-03 12:53:57 -08:00
statement.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00