summaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Dwarf.cpp
AgeCommit message (Expand)Author
2025-11-01[BinaryFormat] Remove redundant declarations (NFC) (#166010)Kazu Hirata
2025-10-10[llvm-dwarfdump] Support for DW_AT_language_name and DW_AT_language_version (...Michael Buch
2025-10-08[llvm][Dwarf] Add LanguageDescription API that accounts for version (#162048)Michael Buch
2025-10-08[llvm][Dwarf] Add DW_LNAME_ string/enum getters (#162434)Michael Buch
2025-09-15[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder
2025-06-17[llvm] minor fixes for clang-cl Windows DLL build (#144386)Andrew Rogers
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch
2024-06-07[lldb] Encode operands and arity in Dwarf.def and use them in LLDB. (#94679)Jonas Devlieghere
2024-06-07[DebugInfo] Add DW_OP_LLVM_extract_bits (#93990)John Brawn
2024-04-26Implement the DWARF 6 language and version attributes. (#89980)Adrian Prantl
2023-06-19[DebugInfo] Add DW_OP_LLVM_user extension pointScott Linder
2023-02-10[DebugInfo] Handle missed DW_FORM_addrx3 and DW_FORM_strx3 casesBenjamin Maxwell
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2021-03-05Reapply "[DebugInfo] Add new instruction and DIExpression operator for varia...Stephen Tozer
2021-03-04Revert "[DebugInfo] Add new instruction and DIExpression operator for variadi...Stephen Tozer
2021-03-04[DebugInfo] Add new instruction and DIExpression operator for variadic debug ...gbtozers
2021-01-15[Debuginfo][DW_OP_implicit_pointer] (1/7) Support for DW_OP_LLVM_implicit_poi...Alok Kumar Sharma
2020-09-18DebugInfo: Cleanup RLE dumping, using a length-constrained DataExtractor rath...David Blaikie
2020-08-11[DebugInfo] Allow GNU macro extension to be readDavid Stenberg
2020-06-08[BinaryFormat] Add formatv support for DW_OP constantsPavel Labath
2020-06-02[DebugInfo] Report the format of call frame information entries [6/10]Igor Kudrin
2020-06-02[DebugInfo] Extract a helper function to return the DWARF format name, NFC [1...Igor Kudrin
2020-03-07[DebugInfo]: Added DWARFv5 macro header flags and corresponding helperSourabh Singh Tomar
2020-01-15DWARFDebugLine.cpp: Format unknown line number standard opcodesHubert Tong
2019-10-29[DWARF5] Added support for deleted C++ special member functions.Adrian Prantl
2019-10-15[DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg
2019-10-08DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie
2019-08-13[Dwarf] Complete the list of type tags.Jonas Devlieghere
2019-06-17hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-19llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie
2018-12-18[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-11-23Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman
2018-11-23Revert r343341Luke Cheeseman
2018-09-28Revert r343317Luke Cheeseman
2018-09-28Reapply changes reverted by r343235Luke Cheeseman
2018-09-27Revert r343192 as an ubsan build is currently failingLuke Cheeseman
2018-09-27Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman
2018-09-26Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-09-26Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg
2018-09-26[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-07-13[dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere
2018-07-13[dwarfdump] Pretty print DW_AT_APPLE_runtime_classJonas Devlieghere
2018-03-21Fix build broken by r328090Pavel Labath