rust/compiler/rustc_codegen_llvm/src
Guillaume Gomez 9d7d782e50
Rollup merge of #140460 - heiher:issue-140455, r=Urgau
Fix handling of LoongArch target features not supported by LLVM 19

Fixes #140455
2025-05-01 22:27:23 +02:00
..
back remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
builder add custom enzyme markers to target methods 2025-04-25 11:09:52 +05:30
coverageinfo coverage: Build the CGU's global file table as late as possible 2025-04-07 17:11:49 +10:00
debuginfo AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
llvm remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
abi.rs Update the minimum external LLVM to 19 2025-04-05 11:44:38 -07:00
allocator.rs Remove implicit #[no_mangle] for #[rustc_std_internal_symbol] 2025-03-17 14:08:09 +00:00
asm.rs Pass &mut self to codegen_global_asm 2025-04-14 09:38:04 +00:00
attributes.rs remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
base.rs Pass &mut self to codegen_global_asm 2025-04-14 09:38:04 +00:00
builder.rs Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk 2025-04-24 11:40:35 +02:00
callee.rs Merge two operations that were always performed together 2025-02-20 11:24:00 +00:00
common.rs Reuse address-space computation from global alloc 2025-04-11 09:28:47 +00:00
consts.rs Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk 2025-04-05 13:18:13 +11:00
context.rs remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
declare.rs Make allocator shim creation mostly use safe code 2025-02-24 15:11:29 +00:00
errors.rs KCFI: Add KCFI arity indicator support 2025-04-05 04:05:04 +00:00
intrinsic.rs Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin 2025-04-20 13:02:48 +00:00
lib.rs Implement the internal feature cfg_target_has_reliable_f16_f128 2025-04-27 19:58:44 +00:00
llvm_util.rs Rollup merge of #140460 - heiher:issue-140455, r=Urgau 2025-05-01 22:27:23 +02:00
mono_item.rs Rename is_like_osx to is_like_darwin 2025-03-25 21:53:52 +01:00
type_.rs remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
type_of.rs rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
va_arg.rs Rename is_like_osx to is_like_darwin 2025-03-25 21:53:52 +01:00
value.rs Add warn(unreachable_pub) to rustc_codegen_llvm. 2024-08-16 08:46:57 +10:00