about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/intrinsic.rs
AgeCommit message (Expand)AuthorLines
2025-07-11compiler: comment on some call-related codegen fn in cg_ssaJubilee Young-1/+7
2025-06-03Remove type_test from IntrinsicCallBuilderMethodsbjorn3-2/+0
2025-05-26Remove usage of FnAbi in codegen_intrinsic_callbjorn3-3/+1
2025-05-26Pass PlaceRef rather than Bx::Value to codegen_intrinsic_callbjorn3-1/+2
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-1/+1
2024-09-19replace some deprecated functionsLuv-Ray-2/+2
2024-09-17Rename `{ArgAbi,IntrinsicCall}Methods`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-02-12Teach llvm backend how to fall back to default bodiesOli Scherer-1/+3
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-06-14Add llvm.type.checked.load intrinsicflip1995-0/+8
2021-11-14Remove workaround for the forward progress handling in LLVMAndreas Jonson-4/+0
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-0/+2
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-3/+4
2020-10-15Prevent miscompilation in trivial loop {}Mark Rousskov-1/+3
2020-09-20Correct file path after some restructures in compilerLzu Tao-3/+3
2020-08-30mv compiler to compiler/mark-0/+30