rust/compiler/rustc_codegen_gcc/src
bors 4cbfcf1b7f Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
llvm: replace some deprecated functions

`LLVMMDStringInContext` and `LLVMMDNodeInContext` are deprecated, replace them with `LLVMMDStringInContext2` and `LLVMMDNodeInContext2`.
Also replace `Value` with `Metadata` in some function signatures for better consistency.
2024-09-24 12:07:48 +00:00
..
back Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
intrinsic Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
abi.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
allocator.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
archive.rs Move computation of decorated names out of the create_dll_import_lib method 2024-07-30 10:32:32 +00:00
asm.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
attributes.rs Hide implicit target features from diagnostics when possible 2024-08-07 00:43:52 -04:00
base.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
builder.rs Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic 2024-09-24 12:07:48 +00:00
callee.rs Merge commit '98ed962c7d' into master 2024-07-10 12:44:23 +02:00
common.rs Check vtable projections for validity in miri 2024-09-23 19:38:26 -04:00
consts.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
context.rs Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic 2024-09-24 12:07:48 +00:00
coverageinfo.rs Unbox and unwrap the contents of StatementKind::Coverage 2024-03-23 22:05:11 +11:00
debuginfo.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
declare.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
errors.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
gcc_util.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
int.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
mono_item.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
type_.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00
type_of.rs Rename supertraits of CodegenMethods. 2024-09-17 10:24:43 +10:00