rust/compiler/rustc_codegen_llvm/src
bors dd2b19539e Auto merge of #109862 - klensy:llvm-dd, r=nikic
llvm: replace some deprecated functions, add fixmes

Replace some deprecated llvm functions, add FIXME's (for simpler future work), replace some rust custom functions with llvm ones.
2023-04-08 15:57:59 +00:00
..
back replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRustMetadataTypeInContext with LLVMMetadataTypeInContext 2023-04-04 15:12:35 +03:00
coverageinfo
debuginfo Auto merge of #109862 - klensy:llvm-dd, r=nikic 2023-04-08 15:57:59 +00:00
llvm Auto merge of #109862 - klensy:llvm-dd, r=nikic 2023-04-08 15:57:59 +00:00
abi.rs
allocator.rs
asm.rs replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRustMetadataTypeInContext with LLVMMetadataTypeInContext 2023-04-04 15:12:35 +03:00
attributes.rs
base.rs
builder.rs fixup: use Bool instead of bool 2023-04-08 12:15:26 +03:00
callee.rs
common.rs use and_then/flat_map for map().flatten() 2023-04-01 23:50:45 +02:00
consts.rs review 2023-04-05 15:08:17 +03:00
context.rs
declare.rs
errors.rs
intrinsic.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
lib.rs Stabilize a portion of 'once_cell' 2023-03-29 18:04:44 -04:00
llvm_util.rs More general captures 2023-03-22 15:39:24 +01:00
mono_item.rs
type_.rs replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRustMetadataTypeInContext with LLVMMetadataTypeInContext 2023-04-04 15:12:35 +03:00
type_of.rs
va_arg.rs
value.rs