about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
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
2025-04-12fix LooseTypes flag and PrintMod behaviour, add debug helperManuel Drehwald-0/+3
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-1/+1
2025-04-04add autodiff batching backendManuel Drehwald-1/+1
2025-03-25Reduce visibility of most items in `rustc_codegen_llvm`Daniel Paoliello-87/+95
2025-03-20coverage: Add LLVM plumbing for expansion regionsZalathar-0/+2
2025-03-07Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwcoMatthias Krüger-6/+16
2025-03-02Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin"Michael Goulet-1/+0
2025-03-01Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikicbors-1/+3
2025-02-24Mark more LLVM FFI as safeOli Scherer-3/+13
2025-02-24Use a safe wrapper around an LLVM FFI functionOli Scherer-1/+1
2025-02-24Make allocator shim creation mostly use safe codeOli Scherer-1/+1
2025-02-24Use safe FFI for various functions in codegen_llvmOli Scherer-1/+1
2025-02-23The embedded bitcode should always be prepared for LTO/ThinLTODianQK-1/+3
2025-02-19Switch to the LLVMBuildGEPWithNoWrapFlags APINikita Popov-9/+13
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-0/+2
2025-02-13cg_llvm: Reduce visibility of all functions in the llvm moduleDaniel Paoliello-364/+414
2025-02-13Remove `LLVMGetModuleContext`Zalathar-1/+0
2025-02-11Document some safety constraints and use more safe wrappersOli Scherer-1/+1
2025-02-10Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxuMatthias Krüger-0/+1
2025-02-07fix non-enzyme buildsManuel Drehwald-0/+1
2025-02-06Remove dead code from rustc_codegen_llvm and the LLVM wrapperDaniel Paoliello-29/+0
2025-02-05Rollup merge of #136375 - Zalathar:llvm-di-builder, r=workingjubileeLeón Orell Valerian Liehr-40/+100
2025-01-31Override `disjoint_or` in the LLVM backendScott McMurray-0/+3
2025-02-01Explain why (some) pointer/length strings are `*const c_uchar`Zalathar-0/+12
2025-02-01Add FIXME for auditing optional parameters passed to DIBuilderZalathar-0/+4
2025-02-01Use `LLVMDIBuilderCreateDebugLocation`Zalathar-6/+8
2025-02-01Use `LLVMDIBuilderCreateLexicalBlockFile`Zalathar-9/+9
2025-02-01Use `LLVMDIBuilderCreateLexicalBlock`Zalathar-8/+8
2025-02-01Use `LLVMDIBuilderCreateNameSpace`Zalathar-13/+14
2025-02-01Use `LLVMDIBuilderFinalize`Zalathar-2/+2
2025-02-01Introduce `DIBuilderBox`, an owning pointer to `DIBuilder`Zalathar-5/+46
2025-01-30Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlinMatthias Krüger-0/+77
2025-01-22Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviperMatthias Krüger-3/+17
2025-01-21Treat undef bytes as equal to any other byteOli Scherer-0/+1