rust/compiler/rustc_codegen_llvm/src
2025-02-24 15:11:29 +00:00
..
back update autodiff flags 2025-02-21 21:51:20 -05:00
builder Remove inherent function that has a trait method duplicate of a commonly imported trait 2025-02-24 15:11:29 +00:00
coverageinfo Remove inherent function that has a trait method duplicate of a commonly imported trait 2025-02-24 15:11:29 +00:00
debuginfo Rollup merge of #137210 - workingjubilee:fixup-passmode-import, r=RalfJung 2025-02-19 01:30:12 +01:00
llvm Use a safe wrapper around an LLVM FFI function 2025-02-24 15:11:29 +00:00
abi.rs Remove an unused lifetime param 2025-02-24 15:11:29 +00:00
allocator.rs Make allocator shim creation mostly use safe code 2025-02-24 15:11:29 +00:00
asm.rs Use a safe wrapper around an LLVM FFI function 2025-02-24 15:11:29 +00:00
attributes.rs Rename OptimizeAttr::None to Default 2025-01-24 19:34:01 +00:00
base.rs Remove Linkage::Appending 2025-02-07 16:02:19 +00:00
builder.rs Deduplicate more functions between SimpleCx and CodegenCx 2025-02-24 15:11:29 +00:00
callee.rs Merge two operations that were always performed together 2025-02-20 11:24:00 +00:00
common.rs Generalize BackendTypes over GenericCx 2025-02-24 15:11:29 +00:00
consts.rs Use a safe wrapper around an LLVM FFI function 2025-02-24 15:11:29 +00:00
context.rs Use a safe wrapper around an LLVM FFI function 2025-02-24 15:11:29 +00:00
declare.rs Make allocator shim creation mostly use safe code 2025-02-24 15:11:29 +00:00
errors.rs update autodiff flags 2025-02-21 21:51:20 -05:00
intrinsic.rs Use a safe wrapper around an LLVM FFI function 2025-02-24 15:11:29 +00:00
lib.rs Make allocator shim creation mostly use safe code 2025-02-24 15:11:29 +00:00
llvm_util.rs Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco 2025-02-11 01:02:41 -05:00
mono_item.rs Merge two operations that were always performed together 2025-02-20 11:24:00 +00:00
type_.rs Generalize BaseTypeCodegenMethods 2025-02-24 15:11:29 +00:00
type_of.rs Remove BackendRepr::Uninhabited, replaced with an uninhabited: bool field in LayoutData. 2025-02-20 13:27:32 -06:00
va_arg.rs Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg for xtensa. 2024-12-03 10:54:08 +00:00
value.rs Add warn(unreachable_pub) to rustc_codegen_llvm. 2024-08-16 08:46:57 +10:00