about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2025-09-24llvm: add a destructor to call releaseSerializerJosh Stone-0/+8
2025-09-23llvm: update remarks support on LLVM 22Augie Fackler-0/+5
2025-09-21emit attribute for readonly non-pure inline assemblyFolkert de Vries-0/+5
2025-09-17Use `LLVMDIBuilderCreateTypedef`Zalathar-10/+0
2025-09-17Use `LLVMDIBuilderCreateQualifiedType`Zalathar-7/+0
2025-09-17Use `LLVMDIBuilderCreateStaticMemberType`Zalathar-10/+0
2025-09-17Use `LLVMDIBuilderCreateMemberType`Zalathar-11/+0
2025-09-17Use `LLVMDIBuilderCreateStructType`Zalathar-14/+0
2025-09-17Use `LLVMDIBuilderCreatePointerType`Zalathar-9/+0
2025-09-17Use `LLVMDIBuilderCreateBasicType`Zalathar-8/+0
2025-09-17Use `LLVMDIBuilderCreateArrayType`Zalathar-9/+0
2025-09-17Use `LLVMDIBuilderCreateUnionType`Zalathar-13/+0
2025-09-17Use `LLVMDIBuilderCreateSubroutineType`Zalathar-7/+0
2025-08-28Auto merge of #145877 - nikic:capture-address, r=tmiaskobors-10/+5
2025-08-26Use captures(address) instead of captures(none) for indirect argsNikita Popov-10/+5
2025-08-26Assert that LLVM range-attribute values don't exceed 128 bitsZalathar-0/+3
2025-08-20Tell LLVM about read-only capturesNikita Popov-0/+8
2025-08-15Use `LLVMGetTypeKind`Zalathar-54/+0
2025-08-15Use `LLVMSetTailCallKind`Zalathar-26/+0
2025-08-11Set dead_on_return attribute for indirect argumentsNikita Popov-0/+7
2025-07-31Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkinStuart Cook-0/+26
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-0/+26
2025-07-23RustWrapper: Suppress getNextNonDebugInfoInstructionWANG Rui-1/+1
2025-07-18add various wrappers for gpu code generationManuel Drehwald-0/+37
2025-05-11Use `LLVMGetInlineAsm`Zalathar-27/+0
2025-04-28remove noinline attribute and add alwaysinline after AD passbit-aloo-4/+6
2025-04-25add llvm wrappers and corresponding methods in attributebit-aloo-0/+19
2025-04-05Update the minimum external LLVM to 19Josh Stone-81/+0
2025-04-04add autodiff batching backendManuel Drehwald-0/+10
2025-03-06rename Triple to TargetZequan Wu-3/+3
2025-03-06setTargetTriple now accepts Triple rather than stringZequan Wu-0/+4
2025-02-19Switch to the LLVMBuildGEPWithNoWrapFlags APINikita Popov-0/+18
2025-02-06Remove dead code from rustc_codegen_llvm and the LLVM wrapperDaniel Paoliello-31/+0
2025-02-01Use `LLVMDIBuilderCreateDebugLocation`Zalathar-10/+0
2025-02-01Use `LLVMDIBuilderCreateLexicalBlockFile`Zalathar-6/+0
2025-02-01Use `LLVMDIBuilderCreateLexicalBlock`Zalathar-8/+0
2025-02-01Use `LLVMDIBuilderCreateNameSpace`Zalathar-8/+0
2025-02-01Use `LLVMDIBuilderFinalize`Zalathar-4/+0
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-106/+101
2025-01-31Rollup merge of #136326 - Zalathar:llvm-di-builder-ref, r=nikicMatthias Krüger-106/+101
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-3/+2
2025-01-31Remove the temporary typedef for `LLVMRustDIFlags`Zalathar-16/+10
2025-01-31Replace our `LLVMRustDIBuilderRef` with LLVM-C's `LLVMDIBuilderRef`Zalathar-90/+91
2025-01-30use Attribute::getWithCaptureInfoHans Wennborg-2/+1
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-0/+11
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-3/+2
2025-01-21Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C APIZalathar-114/+68
2025-01-05Use constants for DWARF opcodes, instead of FFI callsZalathar-12/+4
2025-01-04Auto merge of #133990 - Walnut356:static_const, r=workingjubileebors-0/+7
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-0/+77