about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2025-05-30Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubileeMatthias Krüger-9/+319
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-10/+10
2025-05-29implement `va_arg` for x86_64 systemv and macOSFolkert de Vries-2/+314
2025-05-29`emit_xtensa_va_arg`: use `inbounds_ptradd` instead of `inbounds_gep`Folkert de Vries-7/+5
2025-05-28get rid of rustc_codegen_ssa::common::AtomicOrderingRalf Jung-10/+10
2025-05-28Remove unused arg_memory_ty methodbjorn3-10/+0
2025-05-28Mark all optimize methods and the codegen method as safebjorn3-9/+9
2025-05-28Remove methods from StaticCodegenMethods that are not called in cg_ssa itselfbjorn3-17/+13
2025-05-28Make predefine methods take &mut selfbjorn3-3/+3
2025-05-28Remove a couple of uses of interior mutability around staticsbjorn3-22/+27
2025-05-28Remove codegen_unit from MiscCodegenMethodsbjorn3-7/+10
2025-05-28Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwcoTrevor Gross-48/+32
2025-05-27Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=ZalatharMatthias Krüger-59/+39
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-59/+39
2025-05-27Rollup merge of #141623 - folkertdev:va-arg-explicit-types, r=workingjubileeMichael Goulet-22/+61
2025-05-27use custom types to clarify arguments to `emit_ptr_va_arg`Folkert de Vries-22/+61
2025-05-26Remove usage of FnAbi in codegen_intrinsic_callbjorn3-20/+10
2025-05-26Pass PlaceRef rather than Bx::Value to codegen_intrinsic_callbjorn3-28/+22
2025-05-24Cleanup CodegenFnAttrFlagsNoratrieb-2/+2
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-39/+59
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-2/+2
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-6/+1
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-1/+0
2025-05-12Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errorsbors-82/+89
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-11Rename `OperandBundleOwned` to `OperandBundleBox`Zalathar-17/+18
2025-05-11Flatten control-flow in `inline_asm_call` after verificationZalathar-52/+53
2025-05-11Make `LLVMRustInlineAsmVerify` take `*const c_uchar`Zalathar-4/+3
2025-05-11Add a safe wrapper for `LLVMAppendModuleInlineAsm`Zalathar-11/+17
2025-05-11Use `LLVMGetInlineAsm`Zalathar-16/+17
2025-05-11Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindingsZalathar-2/+2
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-0/+28
2025-05-10Use the fallback body for `{minimum,maximum}f128` on LLVM as well.Urgau-6/+14
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-1/+1
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-2/+2
2025-05-09remove 'unordered' atomic intrinsicsRalf Jung-1/+1
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-0/+20
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-5/+45
2025-05-10coverage: Hoist `counter_for_bcb` out of its loopZalathar-10/+10
2025-05-10coverage: Enlarge empty spans during MIR instrumentation, not codegenZalathar-24/+4
2025-05-09Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiserbors-1/+6
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+6
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-17/+32
2025-05-06Added `apxf` target feature support, under flag `apx_target_feature`Madhav Madhusoodanan-0/+12
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-2/+2
2025-05-05feat: Added capability to add multiple dependencies for an LLVMFeatureMadhav Madhusoodanan-17/+20
2025-05-04Initial support for dynamically linked cratesBryanskiy-2/+7
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-0/+3
2025-05-01Rollup merge of #140460 - heiher:issue-140455, r=UrgauGuillaume Gomez-0/+6
2025-04-30Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiserMatthias Krüger-4/+4