about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
AgeCommit message (Expand)AuthorLines
2025-10-02codegen: Generate `dbg_value` for the ref statementdianqk-0/+9
2025-10-01Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgrbors-9/+19
2025-09-30Rollup merge of #146635 - Zalathar:llvm-cov, r=SparrowLiiMatthias Krüger-9/+19
2025-09-30Replace `MetadataType` with the `MetadataKindId` constantsZalathar-36/+8
2025-09-30Declare all "fixed" metadata kinds as `MetadataKindId`Zalathar-0/+64
2025-09-30Move `MetadataKindId` into its own submoduleZalathar-10/+16
2025-09-28Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4Matthias Krüger-1/+205
2025-09-28Rollup merge of #146763 - Zalathar:di-builder, r=jdonszelmannMatthias Krüger-40/+57
2025-09-25Use `LLVMDisposeTargetMachine`Zalathar-1/+2
2025-09-21emit attribute for readonly non-pure inline assemblyFolkert de Vries-0/+1
2025-09-19Auto merge of #146700 - Zalathar:quoted-args, r=nikicbors-2/+4
2025-09-19Use `LLVMDIBuilderCreate(Auto|Parameter)Variable`Zalathar-16/+27
2025-09-19Use `LLVMDIBuilder(CreateExpression|InsertDeclareRecordAtEnd)`Zalathar-10/+17
2025-09-19autodiff: typetree recursive depth query from enzyme with fallbackKaran Janthe-1/+0
2025-09-19Use `LLVMDIBuilderGetOrCreateArray`Zalathar-6/+6
2025-09-19Use `LLVMDIBuilderGetOrCreateSubrange`Zalathar-8/+7
2025-09-19autodiff: recurion added for typetreeKaran Janthe-0/+1
2025-09-19autodiff: fixed test to be more precise for type tree checkingKaran Janthe-0/+23
2025-09-19autodiff: f128 support added for typetreeKaran Janthe-1/+1
2025-09-19added typetree support for memcpyKaran Janthe-0/+1
2025-09-19Add TypeTree metadata attachment for autodiffKaran Janthe-1/+181
2025-09-18Move target machine command-line quoting from C++ to RustZalathar-2/+4
2025-09-18Rollup merge of #146673 - Zalathar:di-builder, r=nnethercoteStuart Cook-44/+47
2025-09-17Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwcoJana Dönszelmann-4/+4
2025-09-17Use `LLVMDIBuilderCreateTypedef`Zalathar-11/+12
2025-09-17Use `LLVMDIBuilderCreateQualifiedType`Zalathar-6/+8
2025-09-17Use `LLVMDIBuilderCreateStaticMemberType`Zalathar-13/+13
2025-09-17Use `LLVMDIBuilderCreateMemberType`Zalathar-14/+14
2025-09-17Rollup merge of #146631 - Zalathar:di-builder, r=nnethercoteStuart Cook-68/+75
2025-09-17Use `LLVMDIBuilderCreateStructType`Zalathar-21/+22
2025-09-17Use `LLVMDIBuilderCreatePointerType`Zalathar-10/+10
2025-09-17Use `LLVMDIBuilderCreateBasicType`Zalathar-8/+9
2025-09-17Use `LLVMDIBuilderCreateArrayType`Zalathar-8/+9
2025-09-17Use `LLVMDIBuilderCreateUnionType`Zalathar-16/+17
2025-09-17Use `LLVMDIBuilderCreateSubroutineType`Zalathar-5/+8
2025-09-16Mark some coverage-related bindings as safeZalathar-6/+10
2025-09-16Stop using `as_c_char_ptr` for coverage-related bindingsZalathar-3/+9
2025-09-15Make llvm_enzyme a regular cargo featurebjorn3-4/+4
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-0/+5
2025-09-06Remove want_summary argument from prepare_thinbjorn3-1/+0
2025-08-29Update to ar_archive_writer 0.5.1Daniel Paoliello-0/+2
2025-08-28Auto merge of #145877 - nikic:capture-address, r=tmiaskobors-1/+1
2025-08-26Use captures(address) instead of captures(none) for indirect argsNikita Popov-1/+1
2025-08-26Assert that LLVM range-attribute values don't exceed 128 bitsZalathar-11/+27
2025-08-24Rename `llvm::Bool` aliases to standard const caseZalathar-3/+2
2025-08-24Replace the `llvm::Bool` typedef with a proper newtypeZalathar-6/+55
2025-08-20Tell LLVM about read-only capturesNikita Popov-0/+1
2025-08-19Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3Stuart Cook-157/+0
2025-08-19Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiserStuart Cook-1/+1
2025-08-18Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkinStuart Cook-7/+12