aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/DebugInfo.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-14[llvm] annotate new symbols for DLL export (#148658)Andrew Rogers1-5/+6
2025-07-11Add debuginfo C support for a SetType, Subrangetype, dynamic array type and ...peter mckinna1-0/+71
2025-07-08[llvm] annotate interfaces in llvm-c for DLL export (#141701)Andrew Rogers1-234/+194
2025-06-24llvm-c: Introduce 'LLVMDISubprogramReplaceType' (#143461)David1-0/+10
2025-04-26[LLVM-C] Support debug info for enumerators of arbitrary sizes (#76735)Quinton Miller1-0/+13
2025-04-05[OCaml] Make OCaml MetadataKind type consistent with C API (#134507)Alan1-1/+1
2025-03-31Add support for fixed-point types (#129596)Tom Tromey1-0/+1
2025-03-23[LLVM-C][OCaml] Make LLVMMetadataKind consistent between C and OCaml (#132268)Alan1-1/+3
2025-02-24Add DISubrangeType (#126772)Tom Tromey1-0/+1
2025-01-18Reapply "[clang][DebugInfo] Emit DW_AT_object_pointer on function declaration...Michael Buch1-4/+7
2025-01-18Revert "[clang][DebugInfo] Emit DW_AT_object_pointer on function declarations...Michał Górny1-7/+4
2025-01-17[clang][DebugInfo] Emit DW_AT_object_pointer on function declarations with ex...Michael Buch1-4/+7
2024-11-22[dwarf] Add language id for Metal Shading Language (#117215)Daniel Sanders1-0/+1
2024-10-28Add DILabel functions for LLVM-C (#112840)tf2spi1-0/+46
2024-06-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions. (#95535)Carlos Alberto Enciso1-152/+18
2024-04-26Implement the DWARF 6 language and version attributes. (#89980)Adrian Prantl1-0/+13
2024-03-28[RemoveDIs] Update DIBuilder C API and OCaml bindings [2/2] (#86529)Orlando Cazalet-Hyams1-20/+40
2024-03-22Revert "[RemoveDIs] Update DIBuilder C API with DbgRecord functions [2/2] (#8...Orlando Cazalet-Hyams1-40/+20
2024-03-22[RemoveDIs] Update DIBuilder C API with DbgRecord functions [2/2] (#85657)Orlando Cazalet-Hyams1-20/+40
2024-03-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions [1/2] (#84915)Orlando Cazalet-Hyams1-15/+147
2023-11-15Revert "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-3/+3
2023-11-15[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variab...Michael Buch1-3/+3
2023-06-26[LLDB] Add DWARF definitions for the new Mojo languagewalter erquinigo1-0/+1
2023-02-08add LLVMGetDINodeTag to C bindingsDavide Bertola1-0/+6
2022-12-06DebugInfo: Add support for new DWARFv5 language codesDavid Blaikie1-0/+9
2022-11-07[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams1-1/+2
2022-11-03Revert "[Assignment Tracking][3/*] Add DIAssignID metadata boilerplate"OCHyams1-2/+1
2022-11-03[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams1-1/+2
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-1/+1
2021-12-27[clang][CodeGen] Remove the signed version of createExpressionShao-Ce SUN1-2/+2
2021-11-07[NFC][Docs] Add missing Doxygen group comments for LLVM-CMats Larsen1-0/+11
2021-09-30Expose `DIBuilder::finalizeSubprogram()` through the LLVM C APIKoutheir Attouchi1-0/+7
2021-09-16[DebugInfo] Enhance DIImportedEntity to accept children entitiesAlok Kumar Sharma1-33/+33
2021-06-09Revert "[llvm] Sync DebugInfo.h with DebugInfoFlags.def"Jan Kratochvil1-2/+1
2021-06-09[llvm] Sync DebugInfo.h with DebugInfoFlags.defJan Kratochvil1-1/+2
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers1-1/+2
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma1-1/+2
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar1-1/+2
2020-03-16Fix typo in parameter name.Adrian Prantl1-1/+1
2020-03-11Add debug info support for Swift/Clang APINotes.Adrian Prantl1-1/+4
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl1-1/+4
2020-01-17Move the sysroot attribute from DIModule to DICompileUnitAdrian Prantl1-5/+4
2020-01-17Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"Adrian Prantl1-4/+5
2020-01-17Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl1-5/+4
2019-12-20Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl1-3/+3
2019-12-03Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar1-1/+1
2019-11-19Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith1-6/+3
2019-11-18Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall1-1/+1
2019-11-16[DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar1-1/+1
2019-10-09Fix Wdocumentation unknown parameter warning. NFCI.Simon Pilgrim1-1/+1