about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/intrinsic.rs
AgeCommit message (Expand)AuthorLines
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