about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
2025-09-19Auto merge of #146700 - Zalathar:quoted-args, r=nikicbors-21/+7
2025-09-18Move target machine command-line quoting from C++ to RustZalathar-21/+7
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-17Rollup merge of #146631 - Zalathar:di-builder, r=nnethercoteStuart Cook-60/+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-09-16Update the minimum external LLVM to 20Josh Stone-110/+30
2025-09-11remove unused getLongestEntryLengthklensy-8/+0
2025-09-11remove unused macroklensy-116/+0
2025-09-06Remove want_summary argument from prepare_thinbjorn3-8/+3
2025-08-29Update to ar_archive_writer 0.5.1Daniel Paoliello-42/+57
2025-08-28Move ___asan_globals_registered exportbjorn3-6/+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-19Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3Stuart Cook-208/+0
2025-08-16Remove `LlvmArchiveBuilder` and supporting code/bindingsZalathar-208/+0
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-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-62/+3
2025-07-31Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkinStuart Cook-0/+26
2025-07-28Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkovMatthias Krüger-34/+0
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-0/+26
2025-07-25Use the object crate rather than LLVM for extracting bitcode sectionsbjorn3-34/+0
2025-07-23RustWrapper: Suppress getNextNonDebugInfoInstructionWANG Rui-1/+1
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+37
2025-07-20Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqkMatthias Krüger-1/+4
2025-07-19Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4Matthias Krüger-0/+13
2025-07-18add various wrappers for gpu code generationManuel Drehwald-0/+37
2025-07-18Pass wasm exception model to TargetOptionsNikita Popov-1/+4
2025-07-02awhile -> a while where appropriateнаб-1/+1
2025-07-02fix: Fix TypePrintFn flag passing for autodiff codegenKaran Janthe-0/+13
2025-05-11Use `LLVMGetInlineAsm`Zalathar-27/+0
2025-05-01PassWrapper: adapt for llvm/llvm-project@f137c3d592e96330e450a8fd63ef7e8877fc...Erick Tryzelaar-0/+5
2025-04-29Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviperTrevor Gross-4/+9
2025-04-28PassWrapper: adapt for llvm/llvm-project@d3d856ad8469Augie Fackler-4/+9
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-12fix LooseTypes flag and PrintMod behaviour, add debug helperManuel Drehwald-2/+28
2025-04-05Update the minimum external LLVM to 19Josh Stone-129/+14
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-0/+10