about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
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
2025-01-21Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C APIZalathar-3/+17
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+1
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+1
2025-01-07llvm: Ignore error value that is always falseMatthew Maurer-1/+1
2025-01-05Use constants for DWARF opcodes, instead of FFI callsZalathar-3/+0
2025-01-04Auto merge of #133990 - Walnut356:static_const, r=workingjubileebors-0/+6
2025-01-02Cast global variables to default address spaceFlakebi-0/+77
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-1/+1
2024-12-30rustc_llvm: expose FloatABIType target machine parameterRalf Jung-2/+11
2024-12-23add LLVMRustDIBuilderCreateQualifiedType to ffiWalnut-0/+6
2024-12-20Remove some dead code around import library generationbjorn3-28/+0
2024-12-12Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool`Zalathar-1/+3
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-1/+1
2024-11-26Respect verify-llvm-ir option in the backendNikita Popov-0/+1
2024-11-26Pass end position of span through inline ASM cookiebeetrees-1/+1
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-0/+3
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+1
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+1
2024-11-09Add discriminators to DILocations when multiple functions are inlined into a ...Kyle Huey-0/+4
2024-11-09Auto merge of #132584 - Zalathar:includes, r=cuviperbors-1/+1
2024-11-09Make `RustString` an extern type to avoid `improper_ctypes` warningsZalathar-17/+0
2024-11-08Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxuStuart Cook-4/+6
2024-11-05coverage: Tidy up coverage-specific FFI functionsZalathar-12/+12
2024-11-04Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats`Zalathar-4/+6
2024-11-04Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h`Zalathar-1/+1
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-0/+3
2024-11-02Port most of `LLVMRustPrintTargetCPUs` to RustZalathar-6/+2
2024-11-02Use a dedicated safe wrapper for `LLVMRustGetHostCPUName`Zalathar-1/+1
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-1/+0