about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
2025-09-21emit attribute for readonly non-pure inline assemblyFolkert de Vries-0/+1
2025-09-19Auto merge of #146700 - Zalathar:quoted-args, r=nikicbors-2/+4
2025-09-18Move target machine command-line quoting from C++ to RustZalathar-2/+4
2025-09-17Use `LLVMDIBuilderCreateTypedef`Zalathar-11/+12
2025-09-17Use `LLVMDIBuilderCreateQualifiedType`Zalathar-6/+8
2025-09-17Use `LLVMDIBuilderCreateStaticMemberType`Zalathar-13/+13
2025-09-17Use `LLVMDIBuilderCreateMemberType`Zalathar-14/+14
2025-09-17Rollup merge of #146631 - Zalathar:di-builder, r=nnethercoteStuart Cook-68/+75
2025-09-17Use `LLVMDIBuilderCreateStructType`Zalathar-21/+22
2025-09-17Use `LLVMDIBuilderCreatePointerType`Zalathar-10/+10
2025-09-17Use `LLVMDIBuilderCreateBasicType`Zalathar-8/+9
2025-09-17Use `LLVMDIBuilderCreateArrayType`Zalathar-8/+9
2025-09-17Use `LLVMDIBuilderCreateUnionType`Zalathar-16/+17
2025-09-17Use `LLVMDIBuilderCreateSubroutineType`Zalathar-5/+8
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-0/+1
2025-09-06Remove want_summary argument from prepare_thinbjorn3-1/+0
2025-08-29Update to ar_archive_writer 0.5.1Daniel Paoliello-0/+2
2025-08-28Auto merge of #145877 - nikic:capture-address, r=tmiaskobors-1/+1
2025-08-26Use captures(address) instead of captures(none) for indirect argsNikita Popov-1/+1
2025-08-26Assert that LLVM range-attribute values don't exceed 128 bitsZalathar-3/+9
2025-08-24Rename `llvm::Bool` aliases to standard const caseZalathar-3/+2
2025-08-24Replace the `llvm::Bool` typedef with a proper newtypeZalathar-4/+53
2025-08-20Tell LLVM about read-only capturesNikita Popov-0/+1
2025-08-19Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3Stuart Cook-46/+0
2025-08-19Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiserStuart Cook-1/+1
2025-08-16Remove `LlvmArchiveBuilder` and supporting code/bindingsZalathar-46/+0
2025-08-15Avoid an explicit cast from `*const c_uchar` to `*const c_char`Zalathar-1/+1
2025-08-15Use `LLVMGetTypeKind`Zalathar-6/+10
2025-08-15Use `LLVMSetTailCallKind`Zalathar-1/+2
2025-08-11Set dead_on_return attribute for indirect argumentsNikita Popov-0/+1
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-4/+0
2025-07-31Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkinStuart Cook-0/+11
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-0/+11
2025-07-25Use the object crate rather than LLVM for extracting bitcode sectionsbjorn3-7/+0
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+8
2025-07-18add various wrappers for gpu code generationManuel Drehwald-0/+8
2025-07-18Pass wasm exception model to TargetOptionsNikita Popov-0/+1
2025-07-14Shrink some `unsafe` blocks in cg_llvmOli Scherer-4/+4
2025-07-14Avoid a bunch of unnecessary `unsafe` blocks in cg_llvmOli Scherer-3/+3
2025-07-11Auto merge of #142911 - mejrs:unsized, r=compiler-errorsbors-6/+0
2025-07-08fix: correct parameter names in LLVMRustBuildMinNum and LLVMRustBuildMaxNum F...Dillon Amburgey-2/+2
2025-07-07Remove support for dynamic allocasmejrs-6/+0
2025-06-15Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi...sayantn-6/+2
2025-06-12Simplify implementation of Rust intrinsics by using type parameters in the cachesayantn-0/+12
2025-05-28get rid of rustc_codegen_ssa::common::AtomicOrderingRalf Jung-4/+4
2025-05-11Make `LLVMRustInlineAsmVerify` take `*const c_uchar`Zalathar-1/+1
2025-05-11Add a safe wrapper for `LLVMAppendModuleInlineAsm`Zalathar-2/+6
2025-05-11Use `LLVMGetInlineAsm`Zalathar-13/+14
2025-05-11Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindingsZalathar-2/+2
2025-05-09remove 'unordered' atomic intrinsicsRalf Jung-1/+1