aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Dwarf.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-17[llvm] minor fixes for clang-cl Windows DLL build (#144386)Andrew Rogers1-0/+12
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch1-0/+21
2024-06-07[lldb] Encode operands and arity in Dwarf.def and use them in LLDB. (#94679)Jonas Devlieghere1-4/+30
2024-06-07[DebugInfo] Add DW_OP_LLVM_extract_bits (#93990)John Brawn1-0/+6
2024-04-26Implement the DWARF 6 language and version attributes. (#89980)Adrian Prantl1-0/+10
2023-06-19[DebugInfo] Add DW_OP_LLVM_user extension pointScott Linder1-0/+34
2023-02-10[DebugInfo] Handle missed DW_FORM_addrx3 and DW_FORM_strx3 casesBenjamin Maxwell1-0/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song1-3/+4
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-6/+6
2021-03-05Reapply "[DebugInfo] Add new instruction and DIExpression operator for varia...Stephen Tozer1-0/+3
2021-03-04Revert "[DebugInfo] Add new instruction and DIExpression operator for variadi...Stephen Tozer1-3/+0
2021-03-04[DebugInfo] Add new instruction and DIExpression operator for variadic debug ...gbtozers1-0/+3
2021-01-15[Debuginfo][DW_OP_implicit_pointer] (1/7) Support for DW_OP_LLVM_implicit_poi...Alok Kumar Sharma1-0/+3
2020-09-18DebugInfo: Cleanup RLE dumping, using a length-constrained DataExtractor rath...David Blaikie1-0/+11
2020-08-11[DebugInfo] Allow GNU macro extension to be readDavid Stenberg1-0/+11
2020-06-08[BinaryFormat] Add formatv support for DW_OP constantsPavel Labath1-0/+1
2020-06-02[DebugInfo] Report the format of call frame information entries [6/10]Igor Kudrin1-0/+4
2020-06-02[DebugInfo] Extract a helper function to return the DWARF format name, NFC [1...Igor Kudrin1-0/+10
2020-03-07[DebugInfo]: Added DWARFv5 macro header flags and corresponding helperSourabh Singh Tomar1-0/+17
2020-01-15DWARFDebugLine.cpp: Format unknown line number standard opcodesHubert Tong1-0/+1
2019-10-29[DWARF5] Added support for deleted C++ special member functions.Adrian Prantl1-0/+15
2019-10-15[DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg1-0/+3
2019-10-08DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie1-0/+11
2019-08-13[Dwarf] Complete the list of type tags.Jonas Devlieghere1-4/+4
2019-06-17hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne1-0/+3
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+3
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin1-3/+0
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-19llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie1-4/+15
2018-12-18[AArch64] - Return address signing dwarf supportLuke Cheeseman1-1/+20
2018-11-23Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman1-20/+1
2018-11-23Revert r343341Luke Cheeseman1-1/+20
2018-09-28Revert r343317Luke Cheeseman1-20/+1
2018-09-28Reapply changes reverted by r343235Luke Cheeseman1-1/+20
2018-09-27Revert r343192 as an ubsan build is currently failingLuke Cheeseman1-19/+1
2018-09-27Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman1-1/+19
2018-09-26Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman1-19/+1
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman1-1/+19
2018-09-26Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg1-19/+1
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman1-1/+19
2018-07-13[dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere1-0/+11
2018-07-13[dwarfdump] Pretty print DW_AT_APPLE_runtime_classJonas Devlieghere1-0/+2
2018-03-21Fix build broken by r328090Pavel Labath1-4/+4
2018-03-21[dwarf] Unify unknown dwarf enum formatting codePavel Labath1-0/+5
2018-03-14DWARF: Unify form size handling codePavel Labath1-0/+87
2018-03-08[DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb1-0/+11
2018-02-06Add DWARF for discriminated unionsAdrian Prantl1-12/+0
2018-01-28[Support] Move DJB hash to support. NFCJonas Devlieghere1-6/+0