about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2025-06-25Auto merge of #143026 - jdonszelmann:rollup-z7mkuyt, r=jdonszelmannbors-1/+22
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-1/+22
2025-06-25Auto merge of #142879 - Mark-Simulacrum:opt-cleanup, r=WaffleLapkinbors-2/+1
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-1/+22
2025-06-22Remove dead instructions in terminate blocksMark Rousskov-2/+1
2025-06-22centralize `-Zmin-function-alignment` logicFolkert de Vries-5/+1
2025-06-19various minor target feature cleanupsRalf Jung-11/+11
2025-06-19line-wrap and extend comments, typosRalf Jung-5/+5
2025-06-19cg_gcc: properly populate cfg(target_features) with -Ctarget-featuresRalf Jung-16/+16
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-145/+41
2025-06-19move cfg(target_feature) computation into shared placeRalf Jung-80/+7
2025-06-18Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3bors-32/+42
2025-06-17Rollup merge of #142588 - ZuseZ4:generic-ctx-imprv, r=oli-obkJacob Pratt-9/+6
2025-06-16add and use generic get_const_int functionManuel Drehwald-7/+4
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-32/+42
2025-06-16make more CodegenCx function genericManuel Drehwald-2/+2
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-1/+1
2025-06-16Auto merge of #142521 - sayantn:simplify-intrinsics, r=nikic,workingjubileebors-242/+55
2025-06-15Rollup merge of #142481 - heiher:loong-asm-f16, r=AmanieuLeón Orell Valerian Liehr-0/+21
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-10/+9
2025-06-15Correctly account for different address spaces in LLVM intrinsic invocationssayantn-19/+24
2025-06-15Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi...sayantn-224/+32
2025-06-14Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubileebors-826/+476
2025-06-14Add `f16` inline asm support for LoongArchWANG Rui-0/+21
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-0/+4
2025-06-13Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwcoMatthias Krüger-32/+10
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+4
2025-06-12Simplify implementation of Rust intrinsics by using type parameters in the cachesayantn-826/+476
2025-06-10use `#[naked]` for `__rust_probestack`Folkert de Vries-2/+3
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-32/+10
2025-06-08Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxuJubilee-1/+0
2025-06-08Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubileeJubilee-33/+5
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-1/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-33/+5
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-1/+1
2025-06-05Auto merge of #140872 - bjorn3:elf_use_used_linker, r=nikicbors-6/+6
2025-06-05Make #[used(linker)] the default on ELF toobjorn3-6/+6
2025-06-04Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub...Matthias Krüger-8/+8
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-8/+8
2025-06-04Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubileeMatthias Krüger-0/+8
2025-06-03Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3Matthias Krüger-29/+40
2025-06-03cg_llvm: convert to CanonAbiJubilee Young-29/+40
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-6/+1
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-5/+9
2025-06-03Remove type_test from IntrinsicCallBuilderMethodsbjorn3-9/+5
2025-06-03Remove get_dbg_loc from DebugInfoBuilderMethodsbjorn3-4/+6
2025-06-02Auto merge of #141760 - bjorn3:intrinsic_rework_part2, r=fee1-deadbors-64/+47
2025-06-01Rollup merge of #141622 - folkertdev:powerpc-va_arg, r=workingjubileeGuillaume Gomez-3/+182
2025-06-01implement `va_arg` for `powerpc`Folkert de Vries-11/+145