rust/compiler/rustc_codegen_llvm/src
Guillaume Gomez 355eb9c79f
Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu
Make create_dll_import_lib easier to implement

This will make it easier to implement raw-dylib support in cg_clif and cg_gcc. This PR doesn't yet include an create_dll_import_lib implementation for cg_clif as I need to correctly implement dllimport in cg_clif first before raw-dylib can work at all with cg_clif.

Required for https://github.com/rust-lang/rustc_codegen_cranelift/issues/1345
2024-08-07 15:59:35 +02:00
..
back Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu 2024-08-07 15:59:35 +02:00
coverageinfo Reformat use declarations. 2024-07-29 08:26:52 +10:00
debuginfo Reformat use declarations. 2024-07-29 08:26:52 +10:00
llvm Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic 2024-07-30 03:22:27 +00:00
abi.rs Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 2024-07-29 07:41:33 +00:00
allocator.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
asm.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
attributes.rs Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviper 2024-07-30 04:31:54 +02:00
base.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
builder.rs Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic 2024-07-30 03:22:27 +00:00
callee.rs Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa 2024-07-30 10:30:09 +00:00
common.rs Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa 2024-07-30 10:30:09 +00:00
consts.rs Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa 2024-07-30 10:30:09 +00:00
context.rs Specify the integer type of the powi LLVM intrinsic 2024-08-01 15:36:15 -04:00
declare.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errors.rs Move mingw dlltool invocation to cg_ssa 2024-07-30 10:33:33 +00:00
intrinsic.rs Specify the integer type of the powi LLVM intrinsic 2024-08-01 15:36:15 -04:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
llvm_util.rs Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
mono_item.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
type_.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
type_of.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
va_arg.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
value.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00