about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
AgeCommit message (Expand)AuthorLines
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-1/+17
2025-07-18add various wrappers for gpu code generationManuel Drehwald-1/+17
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-10/+6
2025-07-11Auto merge of #142911 - mejrs:unsized, r=compiler-errorsbors-6/+0
2025-07-10Rollup merge of #143722 - oli-obk:sound-llvm, r=dianqkTrevor Gross-4/+6
2025-07-10Make some "safe" llvm ops actually soundOli Scherer-4/+6
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-07-07Remove unused allow attrsYotam Ofek-1/+0
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-0/+17
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-0/+17
2025-06-15Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi...sayantn-30/+6
2025-06-12Simplify implementation of Rust intrinsics by using type parameters in the cachesayantn-1/+56
2025-05-28get rid of rustc_codegen_ssa::common::AtomicOrderingRalf Jung-4/+4
2025-05-12Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errorsbors-18/+31
2025-05-11Rename `OperandBundleOwned` to `OperandBundleBox`Zalathar-9/+10
2025-05-11Make `LLVMRustInlineAsmVerify` take `*const c_uchar`Zalathar-1/+1
2025-05-11Add a safe wrapper for `LLVMAppendModuleInlineAsm`Zalathar-2/+14
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-28remove noinline attribute and add alwaysinline after AD passbit-aloo-2/+32
2025-04-25add llvm wrappers and corresponding methods in attributebit-aloo-0/+9
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-2/+4
2025-04-04add autodiff batching backendManuel Drehwald-2/+4
2025-03-25Reduce visibility of most items in `rustc_codegen_llvm`Daniel Paoliello-131/+141
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-7/+18
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-28Rollup merge of #137713 - vayunbiyani:fix-enzyme-build-errors, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+2
2025-02-25Fix enzyme build errorsVayun Biyani-2/+2
2025-02-24Mark more LLVM FFI as safeOli Scherer-4/+15
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-24codegen_llvm: avoid `Deref` impls w/ extern typeDavid Wood-11/+10
2025-02-24Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcmbors-9/+13
2025-02-23The embedded bitcode should always be prepared for LTO/ThinLTODianQK-1/+3
2025-02-22Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgrbors-2/+2
2025-02-21update autodiff flagsManuel Drehwald-0/+94
2025-02-22Fix overcapturing, unsafe extern blocks, and new unsafe opsMichael Goulet-2/+2
2025-02-20Merge two operations that were always performed togetherOli Scherer-0/+6
2025-02-20Create safe helper for LLVMSetDLLStorageClassOli Scherer-0/+6
2025-02-19Switch to the LLVMBuildGEPWithNoWrapFlags APINikita Popov-9/+13
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-0/+2